From owner-cvs-all Fri Jan 15 17:14:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12461 for cvs-all-outgoing; Fri, 15 Jan 1999 17:06:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12431; Fri, 15 Jan 1999 17:06:26 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA02669; Fri, 15 Jan 1999 17:06:25 -0800 (PST) Date: Fri, 15 Jan 1999 17:06:25 -0800 (PST) Message-Id: <199901160106.RAA02669@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/01/15 17:06:24 PST Modified files: sys/i386/isa wd.c Log: Don't let bugs in ide_pci.c break wdprobe(), at least for standard IDE hardare. The attempted fix in rev.1.182 was a no-op except for adding dozens of style bugs. The undocumented options ALI_V and DISABLE_PCI_IDE go away as a side effect. ALI_V was a no-op because rev.1.182 was a no-op. DISABLE_PCI_IDE didn't actually disable PCI IDE. It disabled the buggy code in wdprobe() at a cost of completely breaking support for Promise controllers. Broken in: rev.1.139 Revision Changes Path 1.185 +10 -25 src/sys/i386/isa/wd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message