summaryrefslogtreecommitdiff
path: root/sys/dev/isa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-26 08:14:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-26 08:14:41 +0000
commit93d43ae87e751d4be6b33367a403a5dee1dbabe2 (patch)
tree16be74f3daaf6c3823356cd7526a36f2750cd91e /sys/dev/isa
parent88c1b1eb6181af5c7fa239ce828c50f4b6d40acc (diff)
print device type
Diffstat (limited to 'sys/dev/isa')
-rw-r--r--sys/dev/isa/if_le_isapnp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/if_le_isapnp.c b/sys/dev/isa/if_le_isapnp.c
index 09e40d2bfce..6da59e04ddb 100644
--- a/sys/dev/isa/if_le_isapnp.c
+++ b/sys/dev/isa/if_le_isapnp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_le_isapnp.c,v 1.1 1997/12/26 08:07:33 deraadt Exp $ */
+/* $OpenBSD: if_le_isapnp.c,v 1.2 1997/12/26 08:14:40 deraadt Exp $ */
/* $NetBSD: if_le_isa.c,v 1.2 1996/05/12 23:52:56 mycroft Exp $ */
/*-
@@ -134,6 +134,7 @@ le_isapnp_attach(parent, self, aux)
sc->sc_hwreset = NULL;
sc->sc_hwinit = NULL;
+ printf(" <%s, %s>", ia->ipa_devident, ia->ipa_devclass);
am7990_config(sc);
#if NISADMA > 0