summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-12-24 22:16:06 +0000
committerimp <imp@FreeBSD.org>2004-12-24 22:16:06 +0000
commitab05481bf9019d92f57ab5a0adb69e206e3fd205 (patch)
tree83465c72cf1efa9c7ad0d1a3303c2df7d3cf4800 /sys/isa
parent5c50c1723ce284ddf6d2c9f25ec4307cd6cec043 (diff)
downloadFreeBSD-src-ab05481bf9019d92f57ab5a0adb69e206e3fd205.zip
FreeBSD-src-ab05481bf9019d92f57ab5a0adb69e206e3fd205.tar.gz
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.
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/pnp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/isa/pnp.c b/sys/isa/pnp.c
index ede9eab..5528131 100644
--- a/sys/isa/pnp.c
+++ b/sys/isa/pnp.c
@@ -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[] = {
OpenPOWER on IntegriCloud