Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include Clarify comment about SER_SZERR.
details: https://anonhg.NetBSD.org/src/rev/8df84265219a
branches: trunk
changeset: 325090:8df84265219a
user: jdc <jdc%NetBSD.org@localhost>
date: Wed Dec 04 18:44:14 2013 +0000
description:
Clarify comment about SER_SZERR.
diffstat:
sys/arch/sparc/include/ctlreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 963fd37a1235 -r 8df84265219a sys/arch/sparc/include/ctlreg.h
--- a/sys/arch/sparc/include/ctlreg.h Wed Dec 04 18:05:21 2013 +0000
+++ b/sys/arch/sparc/include/ctlreg.h Wed Dec 04 18:44:14 2013 +0000
@@ -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 \
Home |
Main Index |
Thread Index |
Old Index