Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2000 17:19:33 +0100 (CET)
From:      olgeni@uli.it
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/22958: Missing ATA_ENABLE_TAGS in LINT
Message-ID:  <200011191619.eAJGJXr01239@olgeni.localdomain.net>

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

>Number:         22958
>Category:       kern
>Synopsis:       Missing ATA_ENABLE_TAGS in -STABLE LINT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 19 08:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>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?200011191619.eAJGJXr01239>