Note when we're done probing PNP. There's been several reports over the

years of hangs that turned out to be in the PNP code.  Add an explicit end
marker so such hangs are more apparent.
This commit is contained in:
Warner Losh 2004-12-24 22:16:06 +00:00
parent 7a83aa6339
commit 2e63992f34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139269

View File

@ -800,6 +800,8 @@ pnp_identify(driver_t *driver, device_t parent)
if (num_pnp_devs)
break;
}
if (bootverbose)
printf("PNP Identify complete\n");
}
static device_method_t pnp_methods[] = {