Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/include/booke Add USB_SNOOP1/2 related defi...



details:   https://anonhg.NetBSD.org/src/rev/7c1b7a8a429a
branches:  trunk
changeset: 762140:7c1b7a8a429a
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Feb 16 18:38:48 2011 +0000

description:
Add USB_SNOOP1/2 related definitions

diffstat:

 sys/arch/powerpc/include/booke/e500reg.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c88ca8bfed21 -r 7c1b7a8a429a sys/arch/powerpc/include/booke/e500reg.h
--- a/sys/arch/powerpc/include/booke/e500reg.h  Wed Feb 16 18:35:39 2011 +0000
+++ b/sys/arch/powerpc/include/booke/e500reg.h  Wed Feb 16 18:38:48 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: e500reg.h,v 1.3 2011/02/08 06:16:59 matt Exp $ */
+/*     $NetBSD: e500reg.h,v 1.4 2011/02/16 18:38:48 matt Exp $ */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -276,6 +276,11 @@
 #define        USB3_BASE       0x2b100 /* MPC8536 */
 #define        USB_SIZE        0x00f00
 
+#define        USB_SNOOP1      0x400
+#define        USB_SNOOP2      0x404
+
+#define        SNOOP_2GB       0x1e
+
 #define        ETSEC1_BASE     0x24000
 #define        ETSEC2_BASE     0x25000
 #define        ETSEC3_BASE     0x26000



Home | Main Index | Thread Index | Old Index