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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161058
@ -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 New Issue
Block a user