diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/isa/isapnp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isa/isapnp.c b/sys/dev/isa/isapnp.c index 5e71e3b2a4e..b71557987ce 100644 --- a/sys/dev/isa/isapnp.c +++ b/sys/dev/isa/isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isapnp.c,v 1.4 1996/08/15 17:28:40 shawn Exp $ */ +/* $OpenBSD: isapnp.c,v 1.5 1996/08/16 08:35:01 deraadt Exp $ */ /* * Copyright (c) 1996, Shawn Hsiao <shawn@alpha.secc.fju.edu.tw> @@ -169,6 +169,8 @@ isapnpattach(parent, self, aux) break; } } + if (num_pnp_devs == 0) + printf(": 0 devices"); printf("\n"); } |