diff options
| author | jdc <jdc@NetBSD.org> | 2014-05-09 11:51:49 +0000 |
|---|---|---|
| committer | jdc <jdc@NetBSD.org> | 2014-05-09 11:51:49 +0000 |
| commit | 3a464b3491fef45f4260af4628e4e14dc2bf5cf2 (patch) | |
| tree | 6b79fe1cfbb7ceb2292cc90c5ef9badc17c6f975 /sys/dev/sbus | |
| parent | bd6487ef8ca479583110db355289b6373d3a36ec (diff) | |
Cosmetic fix: s/8bit/8-bit/ and new line for 8-bit only TCX's.
Diffstat (limited to 'sys/dev/sbus')
| -rw-r--r-- | sys/dev/sbus/tcx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sbus/tcx.c b/sys/dev/sbus/tcx.c index 37bc1fd58fd..70f2bb8d69c 100644 --- a/sys/dev/sbus/tcx.c +++ b/sys/dev/sbus/tcx.c @@ -1,4 +1,4 @@ -/* $NetBSD: tcx.c,v 1.46 2014/04/29 11:16:25 macallan Exp $ */ +/* $NetBSD: tcx.c,v 1.47 2014/05/09 11:51:49 jdc Exp $ */ /* * Copyright (c) 1996, 1998, 2009 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tcx.c,v 1.46 2014/04/29 11:16:25 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tcx.c,v 1.47 2014/05/09 11:51:49 jdc Exp $"); /* * define for cg8 emulation on S24 (24-bit version of tcx) for the SS5; @@ -271,7 +271,7 @@ tcxattach(device_t parent, device_t self, void *args) fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node); if (sc->sc_8bit) { - printf(" (8bit only TCX)"); + printf(" (8-bit only TCX)\n"); ramsize = 1024 * 1024; /* XXX - fix THC and TEC offsets */ sc->sc_physaddr[TCX_REG_TEC].oa_base += 0x1000; |
