summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcivar.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-10 17:44:22 +0000
committerpeter <peter@FreeBSD.org>1999-12-10 17:44:22 +0000
commit89dc47bffff3dd25265c4b55955d55b2b7f917ba (patch)
tree97d8f6e013ec93561c97d866d07aa57b15e322ab /sys/dev/pci/pcivar.h
parent7cd6c4d188847b8167e9a9e05ad034f5d51a13df (diff)
downloadFreeBSD-src-89dc47bffff3dd25265c4b55955d55b2b7f917ba.zip
FreeBSD-src-89dc47bffff3dd25265c4b55955d55b2b7f917ba.tar.gz
Make the usb and ide/ata device identification a little saner. Rather than
attaching to the device via chip*, use the newbus nomatch method to report the device. This leaves them unattached so that a driver can be easily loaded to grab them later.
Diffstat (limited to 'sys/dev/pci/pcivar.h')
-rw-r--r--sys/dev/pci/pcivar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 510e96f..ef05de7 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -150,7 +150,8 @@ extern u_int32_t pci_numdevs;
/* externally visible functions */
-const char *ide_pci_match(struct device *dev);
+const char *pci_ata_match(struct device *dev);
+const char *pci_usb_match(struct device *dev);
/* low level PCI config register functions provided by pcibus.c */
OpenPOWER on IntegriCloud