Module Name:    src
Committed By:   jdc
Date:           Wed Dec  4 18:44:14 UTC 2013

Modified Files:
        src/sys/arch/sparc/include: ctlreg.h

Log Message:
Clarify comment about SER_SZERR.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sparc/include/ctlreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc/include/ctlreg.h
diff -u src/sys/arch/sparc/include/ctlreg.h:1.28 src/sys/arch/sparc/include/ctlreg.h:1.29
--- src/sys/arch/sparc/include/ctlreg.h:1.28	Sun Dec 11 12:19:05 2005
+++ src/sys/arch/sparc/include/ctlreg.h	Wed Dec  4 18:44:14 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: ctlreg.h,v 1.28 2005/12/11 12:19:05 christos Exp $ */
+/*	$NetBSD: ctlreg.h,v 1.29 2013/12/04 18:44:14 jdc Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -145,7 +145,7 @@
 #define	SER_TIMEOUT	0x20		/* bus timeout (non-existent mem) */
 #define	SER_SBUSERR	0x10		/* S-Bus bus error */
 #define	SER_MEMERR	0x08		/* memory ecc/parity error */
-#define	SER_SZERR	0x02		/* [4/vme?] size error, whatever that is */
+#define	SER_SZERR	0x02		/* [4/vme] size error (r/w too large) */
 #define	SER_WATCHDOG	0x01		/* watchdog reset (never see this) */
 
 #define	SER_BITS \

Reply via email to