diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1997-01-25 06:33:24 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1997-01-25 06:33:24 +0000 |
| commit | 2410185246491f065e51402f12046f2107a5a2cc (patch) | |
| tree | 24478f9ae4babe9acbe1f28b7ece4a56746bdb9e /sys | |
| parent | 90b98c293346c0eaa1d3017d50ac93674f83c6d6 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/pc98/if_fe.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/pc98/if_fe.c b/sys/pc98/pc98/if_fe.c index 85d1808c1435..5fc86e740773 100644 --- a/sys/pc98/pc98/if_fe.c +++ b/sys/pc98/pc98/if_fe.c @@ -1038,7 +1038,7 @@ fe_probe_fmv ( DEVICE * dev, struct fe_softc * sc ) return 0; #else /* Just log the fact and see what happens... FIXME. */ - log( LOG_WARNING, "fe%d: strange I/O config?n", sc->sc_unit ); + log( LOG_WARNING, "fe%d: strange I/O config?\n", sc->sc_unit ); #endif } @@ -1126,7 +1126,7 @@ fe_probe_fmv ( DEVICE * dev, struct fe_softc * sc ) } else if ( dev->id_irq != irqmap[ n ] ) { /* Don't match. */ log( LOG_WARNING, - "fe%d: check IRQ in config; it may be incorrect", + "fe%d: check IRQ in config; it may be incorrect\n", sc->sc_unit ); } @@ -2382,7 +2382,7 @@ fe_emptybuffer ( struct fe_softc * sc ) u_char saved_dlcr5; #if FE_DEBUG >= 2 - log( LOG_WARNING, "fe%d: emptying receive buffer", sc->sc_unit ); + log( LOG_WARNING, "fe%d: emptying receive buffer\n", sc->sc_unit ); #endif /* * Stop receiving packets, temporarily. |
