mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
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:
parent
7a83aa6339
commit
2e63992f34
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139269
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user