Bid for the device with BUS_PROBE_GENERIC, because this is very much a
generic driver with minimal feature support for a large number of chips. More featureful per-chip drivers might exist (especially out-of-tree) and those should win the bidding even if they use BUS_PROBE_DEFAULT.
This commit is contained in:
parent
e87eb2004e
commit
3c3613b042
@ -702,7 +702,7 @@ nxprtc_probe(device_t dev)
|
||||
#endif
|
||||
device_set_desc(dev, desc_strings[chiptype]);
|
||||
|
||||
return (BUS_PROBE_DEFAULT);
|
||||
return (BUS_PROBE_GENERIC);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user