From sheldonh@axl.noc.iafrica.com Fri May 21 01:56:56 1999
Return-Path: <sheldonh@axl.noc.iafrica.com>
Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175])
	by hub.freebsd.org (Postfix) with ESMTP id B97C714D61
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 May 1999 01:56:43 -0700 (PDT)
	(envelope-from sheldonh@axl.noc.iafrica.com)
Received: from sheldonh (helo=axl.noc.iafrica.com)
	by axl.noc.iafrica.com with local-esmtp (Exim 3.00 #1)
	id 10kl6d-0009yu-00
	for FreeBSD-gnats-submit@freebsd.org; Fri, 21 May 1999 10:56:39 +0200
Message-Id: <38371.927276999@axl.noc.iafrica.com>
Date: Fri, 21 May 1999 10:56:39 +0200
From: Sheldon Hearn <sheldonh@uunet.co.za>
Sender: Sheldon Hearn <sheldonh@axl.noc.iafrica.com>
Reply-To: Sheldon Hearn <sheldonh@uunet.co.za>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] LINT still mentions the ATAPI option
X-Send-Pr-Version: 3.2

>Number:         11814
>Category:       kern
>Synopsis:       [PATCH] LINT still mentions the ATAPI option
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 21 02:00:01 PDT 1999
>Closed-Date:    Sun May 23 04:11:29 PDT 1999
>Last-Modified:  Sun May 23 04:12:02 PDT 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: peter 
State-Changed-When: Sun May 23 04:11:29 PDT 1999 
State-Changed-Why:  
Suggested change applied (rev 1.603) 
>Unformatted:
