Module Name:    src
Committed By:   matt
Date:           Sun Sep 22 17:51:31 UTC 2013

Modified Files:
        src/sys/arch/powerpc/include/oea: hid.h

Log Message:
Define HID1_{SYNCBE,ABE} for the 7450


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/powerpc/include/oea/hid.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/oea/hid.h
diff -u src/sys/arch/powerpc/include/oea/hid.h:1.9 src/sys/arch/powerpc/include/oea/hid.h:1.10
--- src/sys/arch/powerpc/include/oea/hid.h:1.9	Sun May 25 10:52:08 2008
+++ src/sys/arch/powerpc/include/oea/hid.h	Sun Sep 22 17:51:31 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: hid.h,v 1.9 2008/05/25 10:52:08 phx Exp $	*/
+/*	$NetBSD: hid.h,v 1.10 2013/09/22 17:51:31 matt Exp $	*/
 
 /*-
  * Copyright (c) 2000 Tsubai Masanari.  All rights reserved.
@@ -139,5 +139,7 @@
 #define	HID1_PAR	0x01000000	/* Disable Precharge for ... */
 #define	HID1_DFS4	0x00800000	/* Dynamic Freq Switch / 4 (7448) */
 #define	HID1_DFS2	0x00400000	/* Dynamic Freq Switch / 2 (7447A) */
+#define	HID1_SYNCBE	0x00000800	/* Enable sync/eieio broadcast */
+#define	HID1_ABE	0x00000400	/* Enable address broadcast */
 
 #endif /* _POWERPC_OEA_HID_H_ */

Reply via email to