From owner-freebsd-bugs Sun Nov 19 8:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FE0E37B479 for ; Sun, 19 Nov 2000 08:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA67557; Sun, 19 Nov 2000 08:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from vega.uli.it (vega.uli.it [62.212.0.2]) by hub.freebsd.org (Postfix) with ESMTP id 94A5637B479 for ; 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 ; 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 X-Send-Pr-Version: 3.2 Subject: kern/22958: Missing ATA_ENABLE_TAGS in LINT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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