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:
Alexander Leidinger 2006-08-07 23:00:36 +00:00
parent 507ec6d5c5
commit 04d895e8a4

View File

@ -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