mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Return BUS_PROBE_DEFAULT in preference to 0.
Pointed out by: Nate Lawson <nate@root.org>
This commit is contained in:
parent
52957bbfd8
commit
ddc5ac8b73
1 changed files with 1 additions and 1 deletions
|
|
@ -668,7 +668,7 @@ ich_pci_probe(device_t dev)
|
|||
|
||||
case 0x005910de:
|
||||
device_set_desc(dev, "nVidia nForce4");
|
||||
return 0;
|
||||
return BUS_PROBE_DEFAULT;
|
||||
|
||||
case 0x74451022:
|
||||
device_set_desc(dev, "AMD-768");
|
||||
|
|
|
|||
Loading…
Reference in a new issue