summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-13 20:22:34 +0000
committerpeter <peter@FreeBSD.org>1999-04-13 20:22:34 +0000
commitf9d40bf2df8300ce823dcffca1147560d58bc4ab (patch)
treeb54506928d570f6673a52871c24ffc636a56f6c7 /sys/conf
parent7d0299e0a54d7a75324ab8c53af872c54a8cb175 (diff)
downloadFreeBSD-src-f9d40bf2df8300ce823dcffca1147560d58bc4ab.zip
FreeBSD-src-f9d40bf2df8300ce823dcffca1147560d58bc4ab.tar.gz
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!)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 36d876e..72aad09 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -613,7 +613,6 @@ pci/ncr.c optional ncr device-driver
pci/pci.c optional pci device-driver
pci/pci_compat.c optional pci
pci/pcisupport.c optional pci
-pci/wdc_p.c optional wdc device-driver
pci/simos.c optional simos device-driver
pci/alpm.c optional alpm device-driver
pci/xrpu.c optional xrpu device-driver
OpenPOWER on IntegriCloud