summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-26 09:35:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-26 09:35:41 +0000
commit5cbd678ea0dba171347d3b2600a3486469dfc617 (patch)
treeceed96fd1f0197a7d10f8f78e8a28066929a0733 /sys/arch
parent53ef2315a480fe32e3fbcf398cbc48186177bb8e (diff)
print pnp device id in isapnp_print
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/isa/pccom.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/pccom.c b/sys/arch/i386/isa/pccom.c
index 25842cdc6a7..472eab13f44 100644
--- a/sys/arch/i386/isa/pccom.c
+++ b/sys/arch/i386/isa/pccom.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pccom.c,v 1.16 1997/12/25 14:33:14 downsj Exp $ */
+/* $OpenBSD: pccom.c,v 1.17 1997/12/26 09:35:40 deraadt Exp $ */
/* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */
/*-
@@ -575,8 +575,6 @@ comattach(parent, self, aux)
if (IS_ISAPNP(parent)) {
/* No console support! */
ioh = ia->ia_ioh;
-
- printf(" <%s, %s>", ia->ipa_devident, ia->ipa_devclass);
} else {
if (iobase != comconsaddr) {
if (bus_space_map(iot, iobase, COM_NPORTS, 0, &ioh))