mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use a low probe-priority to ensure that the emu10kx driver has a higher
priority than this one when both are available.
This commit is contained in:
parent
507ec6d5c5
commit
04d895e8a4
1 changed files with 1 additions and 1 deletions
|
|
@ -1969,7 +1969,7 @@ emu_pci_probe(device_t dev)
|
|||
}
|
||||
|
||||
device_set_desc(dev, s);
|
||||
return BUS_PROBE_DEFAULT;
|
||||
return BUS_PROBE_LOW_PRIORITY;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue