Module Name: src
Committed By: jdc
Date: Fri May 9 11:51:49 UTC 2014
Modified Files:
src/sys/dev/sbus: tcx.c
Log Message:
Cosmetic fix: s/8bit/8-bit/ and new line for 8-bit only TCX's.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/sbus/tcx.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/sbus/tcx.c
diff -u src/sys/dev/sbus/tcx.c:1.46 src/sys/dev/sbus/tcx.c:1.47
--- src/sys/dev/sbus/tcx.c:1.46 Tue Apr 29 11:16:25 2014
+++ src/sys/dev/sbus/tcx.c Fri May 9 11:51:49 2014
@@ -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
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;