summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/xbow
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-04-25 20:36:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-04-25 20:36:26 +0000
commita9c122b2840c69c7c9dc6a507d847239535a5d9c (patch)
tree7f19eefbd3007f4bc4c647f2f97386747bd49f5b /sys/arch/sgi/xbow
parent5a836d2fe7bd55b62585d47ea40cd0d21df40892 (diff)
Regen
Diffstat (limited to 'sys/arch/sgi/xbow')
-rw-r--r--sys/arch/sgi/xbow/xbowdevs.h9
-rw-r--r--sys/arch/sgi/xbow/xbowdevs_data.h14
2 files changed, 21 insertions, 2 deletions
diff --git a/sys/arch/sgi/xbow/xbowdevs.h b/sys/arch/sgi/xbow/xbowdevs.h
index b2380af40b5..c4bc4229667 100644
--- a/sys/arch/sgi/xbow/xbowdevs.h
+++ b/sys/arch/sgi/xbow/xbowdevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: xbowdevs,v 1.1 2008/04/07 22:47:40 miod Exp
+ * OpenBSD: xbowdevs,v 1.2 2009/04/25 20:36:18 miod Exp
*/
/*
* Copyright (c) 2008 Miodrag Vallat.
@@ -37,6 +37,13 @@
#define XBOW_PRODUCT_SGI3_TPU 0xc202 /* TPU */
#define XBOW_PRODUCT_SGI3_XBRIDGE 0xd002 /* XBridge */
+/* PIC is really a single chip but two widgets, with 4 PCI-X slots per widget */
+#define XBOW_PRODUCT_SGI3_PIC0 0xd102 /* PIC (bus 0) */
+#define XBOW_PRODUCT_SGI3_PIC1 0xd112 /* PIC (bus 1) */
+/* Supposedly a PIC-compatible chip, maybe a different revision */
+/* product SGI3 ? 0xe000 ? (bus 0) */
+/* product SGI3 ? 0xe010 ? (bus 1) */
+#define XBOW_PRODUCT_SGI3_TIOCA 0xe020 /* TIO:CA */
#define XBOW_PRODUCT_SGI4_HEART 0xc001 /* Heart */
#define XBOW_PRODUCT_SGI4_BRIDGE 0xc002 /* Bridge */
diff --git a/sys/arch/sgi/xbow/xbowdevs_data.h b/sys/arch/sgi/xbow/xbowdevs_data.h
index e73743ba974..8065cbd628f 100644
--- a/sys/arch/sgi/xbow/xbowdevs_data.h
+++ b/sys/arch/sgi/xbow/xbowdevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: xbowdevs,v 1.1 2008/04/07 22:47:40 miod Exp
+ * OpenBSD: xbowdevs,v 1.2 2009/04/25 20:36:18 miod Exp
*/
/*
@@ -51,6 +51,18 @@ static const struct xbow_product xbow_products[] = {
"XBridge",
},
{
+ XBOW_VENDOR_SGI3, XBOW_PRODUCT_SGI3_PIC0,
+ "PIC (bus 0)",
+ },
+ {
+ XBOW_VENDOR_SGI3, XBOW_PRODUCT_SGI3_PIC1,
+ "PIC (bus 1)",
+ },
+ {
+ XBOW_VENDOR_SGI3, XBOW_PRODUCT_SGI3_TIOCA,
+ "TIO:CA",
+ },
+ {
XBOW_VENDOR_SGI4, XBOW_PRODUCT_SGI4_HEART,
"Heart",
},