diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-11-23 04:49:31 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-11-23 04:49:31 +0000 |
commit | 03ffb670637f8782329eb0d09b2ed6a13bc23f03 (patch) | |
tree | b9d531ae7b464f977f43476f030f2b82655d41be /sys/dev/tc | |
parent | af3d8fb31933c539d97de8f015f0a8f8d784dd6c (diff) |
pretty up kernel printf's
Diffstat (limited to 'sys/dev/tc')
-rw-r--r-- | sys/dev/tc/if_fta.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/tc/if_fta.c b/sys/dev/tc/if_fta.c index e261c1d59eb..3bdda137cd9 100644 --- a/sys/dev/tc/if_fta.c +++ b/sys/dev/tc/if_fta.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fta.c,v 1.3 1997/11/07 08:07:46 niklas Exp $ */ +/* $OpenBSD: if_fta.c,v 1.4 1999/11/23 04:49:30 jason Exp $ */ /* $NetBSD: if_fta.c,v 1.7 1996/10/22 21:37:26 cgd Exp $ */ /*- @@ -110,6 +110,7 @@ pdq_tc_attach( return; } bcopy((caddr_t) sc->sc_pdq->pdq_hwaddr.lanaddr_bytes, sc->sc_ac.ac_enaddr, 6); + printf("\n"); pdq_ifattach(sc, NULL); tc_intr_establish(parent, ta->ta_cookie, TC_IPL_NET, |