Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Add some more defines.
details: https://anonhg.NetBSD.org/src/rev/482e76bf8f55
branches: trunk
changeset: 555032:482e76bf8f55
user: augustss <augustss%NetBSD.org@localhost>
date: Fri Nov 07 17:03:42 2003 +0000
description:
Add some more defines.
diffstat:
sys/dev/ic/cpc700reg.h | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r baee1f885ca9 -r 482e76bf8f55 sys/dev/ic/cpc700reg.h
--- a/sys/dev/ic/cpc700reg.h Fri Nov 07 17:03:25 2003 +0000
+++ b/sys/dev/ic/cpc700reg.h Fri Nov 07 17:03:42 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpc700reg.h,v 1.2 2003/01/23 21:17:15 augustss Exp $ */
+/* $NetBSD: cpc700reg.h,v 1.3 2003/11/07 17:03:42 augustss Exp $ */
/*
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -54,6 +54,14 @@
#define CPC_PCI_BRDGERR 0x48
#define CPC_PCI_CLEARERR 0x0000ff00
+#define CPC_BRIDGE_OPTIONS2 0x60
+#define CPC_BRIDGE_O2_ILAT_MASK 0x00f8
+#define CPC_BRIDGE_O2_ILAT_SHIFT 3
+#define CPC_BRIDGE_O2_ILAT_PRIM_ASYNC 18
+#define CPC_BRIDGE_O2_SLAT_MASK 0x0f00
+#define CPC_BRIDGE_O2_SLAT_SHIFT 8
+#define CPC_BRIDGE_O2_2LAT_PRIM_ASYNC 2
+
/* PCI interrupt acknowledge & special cycle */
#define CPC_INTR_ACK 0xfed00000
Home |
Main Index |
Thread Index |
Old Index