diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 2012-02-11 00:28:30 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 2012-02-11 00:28:30 +0000 |
| commit | bab893586b44ba2eeb71b1f51837477f6196d82a (patch) | |
| tree | 4c04383a75b9f17d33e64170e0a117f32af74c1d /sys/dev/mps | |
| parent | 731634f7fe058fa01cbf7af97390295cab9805a4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mps')
| -rw-r--r-- | sys/dev/mps/mps_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mps/mps_pci.c b/sys/dev/mps/mps_pci.c index c50dd25ad979..f2bdcb0f0b48 100644 --- a/sys/dev/mps/mps_pci.c +++ b/sys/dev/mps/mps_pci.c @@ -172,7 +172,7 @@ mps_pci_probe(device_t dev) if ((id = mps_find_ident(dev)) != NULL) { device_set_desc(dev, id->desc); - return (BUS_PROBE_VENDOR); + return (BUS_PROBE_DEFAULT); } return (ENXIO); } |
