summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-06-09 16:00:29 +0000
committerdfr <dfr@FreeBSD.org>2000-06-09 16:00:29 +0000
commitfe0cef0780df985c05e3db3351ed16ef482b7c6a (patch)
treeffd5328bbf73a7e6c1bff8dde772299bdc0d0439 /sys/pci/pci.c
parent5aa82faf24530911fb7c49b3e8d2d962c9c8ffdd (diff)
downloadFreeBSD-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/pci.c')
-rw-r--r--sys/pci/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index 1d47e84..cfda6c7 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -1147,6 +1147,7 @@ pci_probe_nomatch(device_t dev, device_t child)
desc = pci_ata_match(child);
if (!desc) desc = pci_usb_match(child);
if (!desc) desc = pci_vga_match(child);
+ if (!desc) desc = pci_chip_match(child);
if (!desc) {
desc = "unknown card";
unknown++;
OpenPOWER on IntegriCloud