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/oea Define HID1_{SYNCBE, ABE} for th...
details: https://anonhg.NetBSD.org/src/rev/413131c634fb
branches: trunk
changeset: 790157:413131c634fb
user: matt <matt%NetBSD.org@localhost>
date: Sun Sep 22 17:51:31 2013 +0000
description:
Define HID1_{SYNCBE,ABE} for the 7450
diffstat:
sys/arch/powerpc/include/oea/hid.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ed4b83fe50b9 -r 413131c634fb sys/arch/powerpc/include/oea/hid.h
--- a/sys/arch/powerpc/include/oea/hid.h Sun Sep 22 14:59:07 2013 +0000
+++ b/sys/arch/powerpc/include/oea/hid.h Sun Sep 22 17:51:31 2013 +0000
@@ -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_ */
Home |
Main Index |
Thread Index |
Old Index