Module Name:    src
Committed By:   matt
Date:           Thu Jun 30 04:45:04 UTC 2011

Modified Files:
        src/sys/arch/powerpc/include/booke: e500reg.h

Log Message:
Add LSOR register


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/powerpc/include/booke/e500reg.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/powerpc/include/booke/e500reg.h
diff -u src/sys/arch/powerpc/include/booke/e500reg.h:1.8 src/sys/arch/powerpc/include/booke/e500reg.h:1.9
--- src/sys/arch/powerpc/include/booke/e500reg.h:1.8	Thu Jun  9 19:10:37 2011
+++ src/sys/arch/powerpc/include/booke/e500reg.h	Thu Jun 30 04:45:04 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: e500reg.h,v 1.8 2011/06/09 19:10:37 matt Exp $	*/
+/*	$NetBSD: e500reg.h,v 1.9 2011/06/30 04:45:04 matt Exp $	*/
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -560,6 +560,7 @@
 #define	MDR_AS2		__PPCBITS(8,15)
 #define	MDR_AS1		__PPCBITS(16,23)
 #define	MDR_AS0		__PPCBITS(24,31)
+#define	LSOR		0x090 /* Special Operation Initiation register */
 #define LSDMR		0x094 /* SDRAM mode register */
 #define LURT		0x0A0 /* UPM refresh timer */
 #define LSRT		0x0A4 /* SDRAM refresh timer */

Reply via email to