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:
John Baldwin 2005-07-13 15:44:53 +00:00
parent db015a9153
commit 106e24aa5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147970

View File

@ -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.
*/