summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_fxp.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-01-05 13:35:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-01-05 13:35:28 +0000
commit8f5df3d168e7d5e5f5d5989cefd4c0f2e8f807eb (patch)
tree6e5c0670786a0c892d695e08071a8321f2bc09ba /sys/dev/pci/if_fxp.c
parenta5c7ab831eee6c24f1fac9dae6ce358a9044478f (diff)
new style pci attach printing
Diffstat (limited to 'sys/dev/pci/if_fxp.c')
-rw-r--r--sys/dev/pci/if_fxp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_fxp.c b/sys/dev/pci/if_fxp.c
index fd622989176..072b27b8749 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.7 1997/07/31 01:14:59 downsj Exp $ */
+/* $OpenBSD: if_fxp.c,v 1.8 1998/01/05 13:35:20 deraadt Exp $ */
/* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */
/*
@@ -323,6 +323,8 @@ fxp_attach(parent, self, aux)
bus_size_t iosize;
#endif
+ printf("\n");
+
#ifndef __OpenBSD__
/*
* Map control/status registers.
@@ -345,8 +347,6 @@ fxp_attach(parent, self, aux)
sc->sc_st = iot;
#endif
- printf(": Intel EtherExpress Pro 10/100B Ethernet\n");
-
/*
* Allocate our interrupt.
*/