summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/gio/giodevs_data.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2012-03-28 20:46:58 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2012-03-28 20:46:58 +0000
commitab074ef58a1ef1c8853a660526e19ca4ef20115a (patch)
tree5ee16f638e5e13c87dba32550227f39eb9b71e77 /sys/arch/sgi/gio/giodevs_data.h
parent6ea0ed8392999d052b79785548a577d7e55b7184 (diff)
regen
Diffstat (limited to 'sys/arch/sgi/gio/giodevs_data.h')
-rw-r--r--sys/arch/sgi/gio/giodevs_data.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/sys/arch/sgi/gio/giodevs_data.h b/sys/arch/sgi/gio/giodevs_data.h
new file mode 100644
index 00000000000..8667dfedc88
--- /dev/null
+++ b/sys/arch/sgi/gio/giodevs_data.h
@@ -0,0 +1,36 @@
+/*
+ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
+ *
+ * generated from:
+ * OpenBSD: giodevs,v 1.1 2012/03/28 20:44:23 miod Exp
+ */
+
+/* $NetBSD: giodevs,v 1.8 2007/02/19 04:46:33 rumble Exp $ */
+
+
+struct gio_knowndev {
+ int productid;
+ const char *product;
+};
+
+struct gio_knowndev gio_knowndevs[] = {
+ { 0x01, "XPI low cost FDDI" },
+ { 0x02, "GTR TokenRing" },
+ { 0x04, "Synchronous ISDN" },
+ { 0x06, "Canon Interface" },
+ { 0x08, "JPEG (Double Wide)" },
+ { 0x09, "JPEG (Single Wide)" },
+ { 0x0a, "XPI mez. FDDI device 0" },
+ { 0x0b, "XPI mez. FDDI device 1" },
+ { 0x0e, "E-Plex 8-port Ethernet" },
+ { 0x30, "Lyon Lamb IVAS" },
+ { 0x35, "Phobos G160 10/100 Ethernet" },
+ { 0x36, "Phobos G130 10/100 Ethernet" },
+ { 0x37, "Phobos G100 100baseTX Fast Ethernet" },
+ { 0x38, "Set Engineering GFE 10/100 Ethernet" },
+ { 0x85, "ATM board" },
+ { 0x87, "16 bit SCSI Card" },
+ { 0x8c, "SMPTE 259M Video" },
+ { 0x8d, "Babblefish Compression" },
+ { 0, NULL }
+};