From olgeni@uli.it  Sun Nov 19 08:19:33 2000
Return-Path: <olgeni@uli.it>
Received: from vega.uli.it (vega.uli.it [62.212.0.2])
	by hub.freebsd.org (Postfix) with ESMTP id 94A5637B479
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Nov 2000 08:19:32 -0800 (PST)
Received: from olgeni.localdomain.net (olgeni.uli.it [62.212.0.22])
	by vega.uli.it (Postfix) with ESMTP id 61AA23B010
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Nov 2000 17:19:30 +0100 (CET)
Received: (from olgeni@localhost)
	by olgeni.localdomain.net (8.11.1/8.11.1) id eAJGJXr01239;
	Sun, 19 Nov 2000 17:19:33 +0100 (CET)
	(envelope-from olgeni)
Message-Id: <200011191619.eAJGJXr01239@olgeni.localdomain.net>
Date: Sun, 19 Nov 2000 17:19:33 +0100 (CET)
From: olgeni@uli.it
Reply-To: olgeni@uli.it
To: FreeBSD-gnats-submit@freebsd.org
Subject: Missing ATA_ENABLE_TAGS in LINT
X-Send-Pr-Version: 3.2

>Number:         22958
>Category:       kern
>Synopsis:       Missing ATA_ENABLE_TAGS in -STABLE LINT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sos
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 19 08:20:01 PST 2000
>Closed-Date:    Sun Feb 25 16:00:23 PST 2001
>Last-Modified:  Sun Feb 25 16:01:20 PST 2001
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 4.2-BETA i386
>Organization:
Colby
>Environment:

FreeBSD olgeni.localdomain.net 4.2-BETA FreeBSD 4.2-BETA #0: Sun Nov 19 15:41:33 CET 2000     root@olgeni.localdomain.net:/usr/obj/usr/src/sys/BSDBOX  i386

>Description:

The ATA_ENABLE_TAGS option is missing from /usr/src/sys/i386/conf/LINT, but it
is explained in ata(4).

>How-To-Repeat:
>Fix:

*** LINT.orig	Sun Nov 19 17:06:12 2000
--- LINT	Sun Nov 19 17:11:13 2000
***************
*** 1134,1142 ****
--- 1134,1145 ----
  # ATA_ENABLE_ATAPI_DMA:	enable DMA on ATAPI device, since many ATAPI devices
  #			claim to support DMA but doesn't actually work, this
  #			is not enabled as default.
+ # ATA_ENABLE_TAGS:	enable Tagged Queuing support (only IBM DPTA and 
+ #			DTLA drives support that)
  
  options 	ATA_STATIC_ID
  options 	ATA_ENABLE_ATAPI_DMA
+ options 	ATA_ENABLE_TAGS
  
  #
  # For older non-PCI systems, these are the lines to use:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->sos 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Sun Nov 19 10:24:44 PST 2000 
Responsible-Changed-Why:  

Soren is Mr. ATA. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22958 
State-Changed-From-To: open->closed 
State-Changed-By: olgeni 
State-Changed-When: Sun Feb 25 16:00:23 PST 2001 
State-Changed-Why:  
ATA_ENABLE_TAGS has been documented in LINT. 

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