diff options
author | dfr <dfr@FreeBSD.org> | 2000-06-09 16:00:29 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 2000-06-09 16:00:29 +0000 |
commit | fe0cef0780df985c05e3db3351ed16ef482b7c6a (patch) | |
tree | ffd5328bbf73a7e6c1bff8dde772299bdc0d0439 /sys/pci/pcivar.h | |
parent | 5aa82faf24530911fb7c49b3e8d2d962c9c8ffdd (diff) | |
download | FreeBSD-src-fe0cef0780df985c05e3db3351ed16ef482b7c6a.zip FreeBSD-src-fe0cef0780df985c05e3db3351ed16ef482b7c6a.tar.gz |
Nuke the useless chip driver. It gets in the way when you want to load
a functional driver for the device.
Diffstat (limited to 'sys/pci/pcivar.h')
-rw-r--r-- | sys/pci/pcivar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h index 725d38f..b767616 100644 --- a/sys/pci/pcivar.h +++ b/sys/pci/pcivar.h @@ -150,6 +150,7 @@ struct pci_devinfo { const char *pci_ata_match(struct device *dev); const char *pci_usb_match(struct device *dev); const char *pci_vga_match(struct device *dev); +const char *pci_chip_match(struct device *dev); /* low level PCI config register functions provided by pcibus.c */ |