Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 1999 10:56:39 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/11814: [PATCH] LINT still mentions the ATAPI option
Message-ID:  <38371.927276999@axl.noc.iafrica.com>

next in thread | raw e-mail | index | archive | help

>Number:         11814
>Category:       kern
>Synopsis:       [PATCH] LINT still mentions the ATAPI option
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 21 02:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Sheldon Hearn
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
UUNET South Africa
>Environment:

	FreeBSD 4.0-CURRENT i386

>Description:

	LINT still refers to the removed ATAPI option in its description
	of the additional IDE devices. The ATAPI option has been removed
	and is implicit when wdc is included.

>How-To-Repeat:

	See the comments for wcd0, wfd0 and wst0.

>Fix:

	The following patch removes the confusing comments from LINT.

Index: LINT
===================================================================
RCS file: /home/ncvs/src/sys/i386/conf/LINT,v
retrieving revision 1.599
diff -u -d -r1.599 LINT
--- LINT	1999/05/18 12:55:11	1.599
+++ LINT	1999/05/21 08:53:21
@@ -1101,13 +1101,13 @@
 #
 options		IDE_DELAY=8000	# Be optimistic about Joe IDE device
 
-# IDE CD-ROM & CD-R/RW  driver - requires wdc controller and ATAPI option
+# IDE CD-ROM & CD-R/RW  driver - requires wdc controller
 device          wcd0
 
-# IDE floppy driver - requires wdc controller and ATAPI option
+# IDE floppy driver - requires wdc controller
 device          wfd0
 
-# IDE tape driver - requires wdc controller and ATAPI option
+# IDE tape driver - requires wdc controller
 device          wst0
 
 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38371.927276999>