From nnd@nnd.itfs.nsk.su  Wed Dec 17 04:13:43 2003
Return-Path: <nnd@nnd.itfs.nsk.su>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F227A16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Dec 2003 04:13:43 -0800 (PST)
Received: from nnd.itfs.nsk.su (nnd.itfs.nsk.su [212.20.32.42])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9E3CB43D4F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Dec 2003 04:13:40 -0800 (PST)
	(envelope-from nnd@nnd.itfs.nsk.su)
Received: from nnd.itfs.nsk.su (localhost [127.0.0.1])
	by nnd.itfs.nsk.su (8.12.10/8.12.10) with ESMTP id hBHCEPFU000756
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Dec 2003 18:14:25 +0600 (NOVT)
	(envelope-from nnd@nnd.itfs.nsk.su)
Received: (from root@localhost)
	by nnd.itfs.nsk.su (8.12.10/8.12.10/Submit) id hBHCEPU0000755;
	Wed, 17 Dec 2003 18:14:25 +0600 (NOVT)
	(envelope-from nnd)
Message-Id: <200312171214.hBHCEPU0000755@nnd.itfs.nsk.su>
Date: Wed, 17 Dec 2003 18:14:25 +0600 (NOVT)
From: Nickolay Dudorov <nnd@mail.nsk.ru>
Reply-To: Nickolay Dudorov <nnd@mail.nsk.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: There is no 'device ataraid' in NOTES
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         60329
>Category:       conf
>Synopsis:       There is no 'device ataraid' in NOTES
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    sos
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 17 04:20:14 PST 2003
>Closed-Date:    Mon Feb 09 11:13:20 PST 2004
>Last-Modified:  Mon Feb 09 11:13:20 PST 2004
>Originator:     Nickolay Dudorov
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
NTP Infoteka
>Environment:
System: FreeBSD nnd.itfs.nsk.su 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Wed Dec 17 09:04:28 NOVT 2003 nnd@nnd.itfs.nsk.su:/usr/obj/usr/src/sys/NND i386


>Description:

	Some time ago 'device ataraid' was introduced ad now
is necessary for ATA RAID controllers usage. But there is no
'device ataraid' in any NOTES files (only in GENERIC).

>How-To-Repeat:
	
	cd /sys; find . -name NOTES -print -and grep ataraid \{\{ \;

>Fix:

	Add 'device ataraid' in /sys/<arch>/NOTES files.



>Release-Note:
>Audit-Trail:

From: Bruce Evans <bde@zeta.org.au>
To: Nickolay Dudorov <nnd@mail.nsk.ru>
Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject: Re: conf/60329: There is no 'device ataraid' in NOTES
Date: Thu, 18 Dec 2003 16:28:46 +1100 (EST)

 On Wed, 17 Dec 2003, Nickolay Dudorov wrote:
 
 > >Description:
 >
 > 	Some time ago 'device ataraid' was introduced ad now
 > is necessary for ATA RAID controllers usage. But there is no
 > 'device ataraid' in any NOTES files (only in GENERIC).
 >
 > >How-To-Repeat:
 >
 > 	cd /sys; find . -name NOTES -print -and grep ataraid \{\{ \;
 
 According to `ls ../GENERIC >/dev/null` in the LINT object directory,
 the following files are built for GENERIC but not for LINT:
 
     aic7xxx_reg_print.o
     ata-raid.o
     if_axe.o
     if_bfe.o
     if_em.o
     if_em_hw.o
     if_re.o
 
 These correspond to the following options and drivers being missing in
 NOTES:
 
     AHC_REG_PRETTY_PRINT
     ataraid
     axe
     bfe
     em
     re
 
 The AHC options are also bogusly commented on in conf/options.  This leads
 to other bugs in NOTES like some of the AHC options not being commented on
 there.
 
 Bruce
Responsible-Changed-From-To: freebsd-bugs->sos 
Responsible-Changed-By: simon 
Responsible-Changed-When: Sat Jan 17 04:12:31 PST 2004 
Responsible-Changed-Why:  
Over to ata(4) maintainer, to handle at his discretion. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60329 
State-Changed-From-To: open->patched 
State-Changed-By: ale 
State-Changed-When: Mon Jan 26 08:52:20 PST 2004 
State-Changed-Why:  
device ataraid has been added into NOTES. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60329 
State-Changed-From-To: patched->closed 
State-Changed-By: sos 
State-Changed-When: Mon Feb 9 11:12:46 PST 2004 
State-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=60329 
>Unformatted:
