diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-16 08:35:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-16 08:35:02 +0000 |
commit | cfda2b37698fe1a867d0968437c712e0b60cbb4e (patch) | |
tree | 1977f22d0756da2e641d81e511ff80c3381971aa /sys | |
parent | aea5579b11e9a9c071fff041a5625c9458535855 (diff) |
: 0 devices
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"); } |