diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-08 11:05:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-08 11:05:23 +0000 |
commit | 0cabd8d3240d23853ceb16b7c6b4434a31966a2d (patch) | |
tree | 2ed6c6919cb74e4062b2d3a663597ad5c831154d /sys | |
parent | 24022cc40f7155ec1f683e558234ac8afc48c4d4 (diff) |
remove extra prints our isapnp subsystem does earlier
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/isa/wss_isapnp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/isa/wss_isapnp.c b/sys/dev/isa/wss_isapnp.c index 3951e64ff97..4170709ecf0 100644 --- a/sys/dev/isa/wss_isapnp.c +++ b/sys/dev/isa/wss_isapnp.c @@ -98,8 +98,6 @@ wss_isapnp_attach(parent, self, aux) struct ad1848_softc *ac = &sc->sc_ad1848; struct isa_attach_args *ipa = aux; - printf("\n"); - /* probably broken */ if (bus_space_read_1(ipa->ia_iot, ipa->ipa_io[0].h, 0x0) == 0x01) isapnp_write_reg(pnp, ISAPNP_CONFIG_CONTROL, 0x02); @@ -126,9 +124,6 @@ wss_isapnp_attach(parent, self, aux) return; } - printf("%s: %s %s", ac->sc_dev.dv_xname, ipa->ipa_devident, - ipa->ipa_devclass); - wssattach(sc); } |