mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Don't try to probe ISA PnP devices for now until this driver can grow a
list of known-valid PnP IDs. Discussed with: imp MFC after: 3 days
This commit is contained in:
parent
db015a9153
commit
106e24aa5b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147970
@ -115,6 +115,12 @@ adv_isa_probe(device_t dev)
|
||||
void *ih;
|
||||
struct resource *iores, *irqres;
|
||||
|
||||
/*
|
||||
* We don't know of any PnP ID's for these cards.
|
||||
*/
|
||||
if (isa_get_logicalid(dev) != 0)
|
||||
return (ENXIO);
|
||||
|
||||
/*
|
||||
* Default to scanning all possible device locations.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user