summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-01-11 13:43:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-01-11 13:43:04 +0000
commite34a570ccd6889cf9fb3408835138b758ed6e0e4 (patch)
tree446aa53822cf921523a34cbedd592edfb5dc040e /sys/dev/pci
parent81f9b01b83346611e392a3e04e12817a625abd07 (diff)
pretty print
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_fxp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_fxp.c b/sys/dev/pci/if_fxp.c
index d30642e598a..13f6a963f48 100644
--- a/sys/dev/pci/if_fxp.c
+++ b/sys/dev/pci/if_fxp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_fxp.c,v 1.9 1998/01/07 11:03:29 deraadt Exp $ */
+/* $OpenBSD: if_fxp.c,v 1.10 1998/01/11 13:43:03 deraadt Exp $ */
/* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */
/*
@@ -369,7 +369,6 @@ fxp_attach(parent, self, aux)
printf("\n");
return;
}
- printf(": %s\n", intrstr);
/* Do generic parts of attach. */
if (fxp_attach_common(sc, enaddr)) {