From owner-cvs-all Tue Apr 13 13:24:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52DD714F39; Tue, 13 Apr 1999 13:24:54 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA26287; Tue, 13 Apr 1999 13:22:35 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199904132022.NAA26287@freefall.freebsd.org> From: Peter Wemm Date: Tue, 13 Apr 1999 13:22:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa wd.c wdreg.h wdc_p.h src/sys/pci ide_pci.c wdc_p.c src/sys/conf files Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/04/13 13:22:35 PDT Modified files: sys/i386/isa wd.c wdreg.h sys/pci ide_pci.c sys/conf files Removed files: sys/i386/isa wdc_p.h sys/pci wdc_p.c Log: Build the functionality of the wdc_p hack into the ide_pci.c code. All it did was match a specific device ID and turn on a quirk for the wdc driver. Incidently, at line 1462 there is a return that prevents the generic ide_pci code from trying to look at the device. I'd be interested to know if we can take out the return and let the generic code "see" it. I've left the return in because that's the way it worked before. (Be sure to rerun config after cvsup or you'll get undefined files!) Revision Changes Path 1.193 +2 -3 src/sys/i386/isa/wd.c 1.26 +4 -1 src/sys/i386/isa/wdreg.h 1.31 +12 -3 src/sys/pci/ide_pci.c 1.205 +0 -1 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message