From owner-freebsd-bugs Thu Sep 6 14:20:27 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D7DB37B408 for ; Thu, 6 Sep 2001 14:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86LK3l76286; Thu, 6 Sep 2001 14:20:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E83D537B401 for ; Thu, 6 Sep 2001 14:15:29 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86LFTh75635; Thu, 6 Sep 2001 14:15:29 -0700 (PDT) (envelope-from nobody) Message-Id: <200109062115.f86LFTh75635@freefall.freebsd.org> Date: Thu, 6 Sep 2001 14:15:29 -0700 (PDT) From: Peter Elsner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30407: LINT option ATA_ENABLE_TAGS unknown in GENERIC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30407 >Category: kern >Synopsis: LINT option ATA_ENABLE_TAGS unknown in GENERIC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 06 14:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter Elsner >Release: FreeBSD 4.3-RELEASE >Organization: ServPleX Corporation >Environment: FreeBSD cowhse.servplex.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 >Description: My boss is trying (against my better judgement) to get the Promise Technologies FastTrak100 Ultra ATA/100 RAID Card set up, (an inexpensive RAID solution for one or our customers). According to the 4.2 Release notes, that particular card is now supported with the ata(4) driver. The ata(4) driver now has support for tagged queueing, which is enabled by the ATA_ENABLE_TAGS option. It also supports the ServerWorks ROSB4 ATA33 chipset, the CMD 648 ATA66 and CMD 649 ATA100 chipsets, and the Cyrix 5530. It also has support for ATA "pseudo" RAID controllers, including the Promise Fasttrak and HighPoint HPT370 controllers. So I went into /usr/src/sys/i386/conf/LINT and sure enough, the option for ATA_ENABLE_TAGS is included. I then opened up the GENERIC kernel file and added options ATA_ENABLE_TAGS (right under options ATA_STATIC_ID). Saved the file and typed: config GENERIC Got back: GENERIC:80: unknown option "ATA_ENABLE_TAGS" I have been told (and have read), that if the options are contained in LINT, then they should be supported. Am I just missing something or have I stumbled onto a small bug? Thanks. >How-To-Repeat: Add options ATA_ENABLE_TAGS to the kernel file and type config KERNELNAME. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message