1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* OpenBSD: xbowdevs,v 1.2 2009/04/25 20:36:18 miod Exp
*/
/*
* Copyright (c) 2008 Miodrag Vallat.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#define XBOW_VENDOR_SGI 0x0000
#define XBOW_VENDOR_SGI2 0x0023
#define XBOW_VENDOR_SGI3 0x0024
#define XBOW_VENDOR_SGI4 0x0036
#define XBOW_VENDOR_SGI5 0x02aa
/*
* List of known products. Grouped by ``manufacturer''.
*/
#define XBOW_PRODUCT_SGI_XBOW 0x0000 /* XBow */
#define XBOW_PRODUCT_SGI_XXBOW 0xd000 /* XXBow */
#define XBOW_PRODUCT_SGI2_ODYSSEY 0xc013 /* Odyssey */
#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 */
#define XBOW_PRODUCT_SGI4_HUB 0xc101 /* Hub */
#define XBOW_PRODUCT_SGI4_BEDROCK 0xc110 /* Bedrock */
#define XBOW_PRODUCT_SGI5_IMPACT 0xc003 /* ImpactSR */
#define XBOW_PRODUCT_SGI5_KONA 0xc102 /* Kona */
|