aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-09-02 22:13:34 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-09-02 22:13:34 +0000
commit3d76654d68ad02584aa2ceb68b718af0b4dbf8fc (patch)
tree14c9a8993a48a4f2eb5530e5315ea836fecfd957 /sys/dev
parent4c06fcce4e9e6d1377bf9af66d18090d5e1ad6fd (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ie/if_ie.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index 969380406d36..7c1dbd153756 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -43,7 +43,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ie.c,v 1.10 1994/08/24 22:32:43 ats Exp $
+ * $Id: if_ie.c,v 1.11 1994/08/25 20:16:59 wollman Exp $
*/
/*
@@ -485,7 +485,7 @@ ieattach(dvp)
ifp->if_unit = unit;
ifp->if_name = iedriver.name;
ifp->if_mtu = ETHERMTU;
- printf("<%s R%d> ethernet address %s\n",
+ printf(" <%s R%d> ethernet address %s\n",
ie_hardware_names[ie_softc[unit].hard_type],
ie_softc[unit].hard_vers + 1,
ether_sprintf(ie->arpcom.ac_enaddr));