From owner-freebsd-bugs Wed Oct 31 13:10:16 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 6BF7037B40B for ; Wed, 31 Oct 2001 13:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9VLA2M80573; Wed, 31 Oct 2001 13:10:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D0AD37B403 for ; Wed, 31 Oct 2001 13:05:04 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9VL54n77082; Wed, 31 Oct 2001 13:05:04 -0800 (PST) (envelope-from nobody) Message-Id: <200110312105.f9VL54n77082@freefall.freebsd.org> Date: Wed, 31 Oct 2001 13:05:04 -0800 (PST) From: "Aaron D. Gifford" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/31672: Build-stopping bug in sys/dev/ata/ata-all.c -STABLE 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: 31672 >Category: kern >Synopsis: Build-stopping bug in sys/dev/ata/ata-all.c -STABLE >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 31 13:10:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Aaron D. Gifford >Release: FreeBSD-STABLE as of 24 Oct. 2001 (but the bug applies to -STABLE as of today, 31 Oct. 2001) >Organization: >Environment: FreeBSD my.host 4.4-STABLE FreeBSD 4.4-STABLE #4: Wed Oct 24 08:37:24 MDT 2001 root@my.host:/usr/obj/usr/src/sys/MYCONF i386 --- BUT the bug applies to -STABLE as of today (31 Oct. 2001) >Description: In the file /usr/src/sys/dev/ata/ata-all.c at line 259 and line 266, there are duplicate switch/case entries that cause buildkernel to fail. Here's a snippet from the file (line 258 to 267 - note the identical entries on 259 and 266): case 0x71998086: case 0x84ca8086: return "Intel PIIX4 ATA33 controller"; case 0x24218086: return "Intel ICH0 ATA33 controller"; case 0x24118086: case 0x84ca8086: return "Intel ICH ATA66 controller"; >How-To-Repeat: Try building a -STABLE kernel with ATA support today (31 Oct. 2001). >Fix: Remove one of the offending duplicates. I don't know which one is the correct one and which one is a typo, so I'll leave that to those wise in the realm of ATA drivers. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message