diff options
author | 1998-07-28 15:25:40 +0000 | |
---|---|---|
committer | 1998-07-28 15:25:40 +0000 | |
commit | 88fdc48d7ba895ac473d03afcd82e9345ae49b9c (patch) | |
tree | 4dafbe7fced17a765756b605700c78d2732fd3e1 /sys/dev/isa/isapnp.c | |
parent | Document NOCLEANDEPENDS, make clean gotcha (diff) | |
download | wireguard-openbsd-88fdc48d7ba895ac473d03afcd82e9345ae49b9c.tar.xz wireguard-openbsd-88fdc48d7ba895ac473d03afcd82e9345ae49b9c.zip |
Fix indentation problems.
Remove annoying printf.
Diffstat (limited to 'sys/dev/isa/isapnp.c')
-rw-r--r-- | sys/dev/isa/isapnp.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/isa/isapnp.c b/sys/dev/isa/isapnp.c index ce9811e90ed..5152c1b4b2c 100644 --- a/sys/dev/isa/isapnp.c +++ b/sys/dev/isa/isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isapnp.c,v 1.19 1998/07/28 13:26:50 csapuntz Exp $ */ +/* $OpenBSD: isapnp.c,v 1.20 1998/07/28 15:25:40 csapuntz Exp $ */ /* $NetBSD: isapnp.c,v 1.9.4.3 1997/10/29 00:40:43 thorpej Exp $ */ /* @@ -794,9 +794,7 @@ isapnp_configure(sc, ipa) /* * Some BIOSes take the liberty of configuring our ISA cards for us. - * - * Disable this so that ISA scan doesn't detect ISAPNP cards - * + * This code undoes the PNP card configuration. */ void @@ -812,8 +810,6 @@ isapnp_isa_attach_hook(isa_sc) if (isapnp_map(&sc)) return; - printf ("isapnp: putting PNP cards to sleep\n"); - isapnp_init(&sc); isapnp_write_reg(&sc, ISAPNP_CONFIG_CONTROL, ISAPNP_CC_RESET_DRV); |