diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2009-01-20 00:05:43 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2009-01-20 00:05:43 +0000 |
| commit | f5a78b2f7e3c193df38a764d8ae591051bd385db (patch) | |
| tree | 5f17b17b5a81d8603da5b87e8ef73b07579693da /sys/dev/pci | |
| parent | 717b010f873a6f8e3ad8ad739e90a93579deec9a (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index a027e9948e5e..633c4d5d3011 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -2644,7 +2644,7 @@ pci_probe(device_t dev) device_set_desc(dev, "PCI bus"); /* Allow other subclasses to override this driver. */ - return (-1000); + return (BUS_PROBE_GENERIC); } static int |
