summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_fxp.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-26 07:22:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-26 07:22:14 +0000
commit9591aac64f98f27d12dafe5664969114fe6c7501 (patch)
tree96ee43ed15df8d7eefb368bd08370a08b84f2a14 /sys/dev/pci/if_fxp.c
parentd59f1a0bcd0b35a54db0bb25ae837a5a6cafbc95 (diff)
of course an ethernet card has an ethernet address
Diffstat (limited to 'sys/dev/pci/if_fxp.c')
-rw-r--r--sys/dev/pci/if_fxp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_fxp.c b/sys/dev/pci/if_fxp.c
index 3a929e9282a..302ba4164a4 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.11 1998/03/10 21:37:44 deraadt Exp $ */
+/* $OpenBSD: if_fxp.c,v 1.12 1998/05/26 07:22:13 deraadt Exp $ */
/* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */
/*
@@ -376,7 +376,7 @@ fxp_attach(parent, self, aux)
return;
}
- printf(": Ethernet address %s%s, %s\n", ether_sprintf(enaddr),
+ printf(": address %s%s, %s\n", ether_sprintf(enaddr),
sc->phy_10Mbps_only ? ", 10Mbps" : "", intrstr);
#ifdef __OpenBSD__