Module Name:    src
Committed By:   matt
Date:           Wed Feb 16 18:38:48 UTC 2011

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

Log Message:
Add USB_SNOOP1/2 related definitions


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/sys/arch/powerpc/include/booke/e500reg.h:1.4
--- src/sys/arch/powerpc/include/booke/e500reg.h:1.3	Tue Feb  8 06:16:59 2011
+++ src/sys/arch/powerpc/include/booke/e500reg.h	Wed Feb 16 18:38:48 2011
@@ -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

Reply via email to