diodevs.h revision 1.3 1 1.1 thorpej /*
2 1.1 thorpej * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
3 1.1 thorpej *
4 1.1 thorpej * generated from:
5 1.3 thorpej * NetBSD: diodevs,v 1.2 1997/01/30 09:18:38 thorpej Exp
6 1.1 thorpej */
7 1.1 thorpej
8 1.1 thorpej /*-
9 1.1 thorpej * Copyright (c) 1996 The NetBSD Foundation, Inc.
10 1.1 thorpej * All rights reserved.
11 1.1 thorpej *
12 1.1 thorpej * This code is derived from software contributed to The NetBSD Foundation
13 1.1 thorpej * by Jason R. Thorpe.
14 1.1 thorpej *
15 1.1 thorpej * Redistribution and use in source and binary forms, with or without
16 1.1 thorpej * modification, are permitted provided that the following conditions
17 1.1 thorpej * are met:
18 1.1 thorpej * 1. Redistributions of source code must retain the above copyright
19 1.1 thorpej * notice, this list of conditions and the following disclaimer.
20 1.1 thorpej * 2. Redistributions in binary form must reproduce the above copyright
21 1.1 thorpej * notice, this list of conditions and the following disclaimer in the
22 1.1 thorpej * documentation and/or other materials provided with the distribution.
23 1.1 thorpej * 3. All advertising materials mentioning features or use of this software
24 1.1 thorpej * must display the following acknowledgement:
25 1.1 thorpej * This product includes software developed by the NetBSD
26 1.1 thorpej * Foundation, Inc. and its contributors.
27 1.1 thorpej * 4. Neither the name of The NetBSD Foundation nor the names of its
28 1.1 thorpej * contributors may be used to endorse or promote products derived
29 1.1 thorpej * from this software without specific prior written permission.
30 1.1 thorpej *
31 1.1 thorpej * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
32 1.1 thorpej * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
33 1.1 thorpej * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
34 1.1 thorpej * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
35 1.1 thorpej * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
36 1.1 thorpej * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
37 1.1 thorpej * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
38 1.1 thorpej * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
39 1.1 thorpej * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
40 1.1 thorpej * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41 1.1 thorpej * POSSIBILITY OF SUCH DAMAGE.
42 1.1 thorpej */
43 1.1 thorpej
44 1.1 thorpej
45 1.1 thorpej #define DIO_DEVICE_ID_DCA0 0x02
46 1.1 thorpej #define DIO_DEVICE_DESC_DCA0 "98644A serial"
47 1.1 thorpej
48 1.1 thorpej #define DIO_DEVICE_ID_DCA0REM 0x82
49 1.1 thorpej #define DIO_DEVICE_DESC_DCA0REM "98644A serial"
50 1.1 thorpej
51 1.1 thorpej #define DIO_DEVICE_ID_DCA1 0x42
52 1.1 thorpej #define DIO_DEVICE_DESC_DCA1 "98644A serial"
53 1.1 thorpej
54 1.1 thorpej #define DIO_DEVICE_ID_DCA1REM 0xc2
55 1.1 thorpej #define DIO_DEVICE_DESC_DCA1REM "98644A serial"
56 1.1 thorpej
57 1.1 thorpej
58 1.1 thorpej #define DIO_DEVICE_ID_DCM 0x05
59 1.1 thorpej #define DIO_DEVICE_DESC_DCM "98642A serial MUX"
60 1.1 thorpej
61 1.1 thorpej #define DIO_DEVICE_ID_DCMREM 0x85
62 1.1 thorpej #define DIO_DEVICE_DESC_DCMREM "98642A serial MUX"
63 1.1 thorpej
64 1.1 thorpej
65 1.1 thorpej #define DIO_DEVICE_ID_LAN 0x15
66 1.1 thorpej #define DIO_DEVICE_DESC_LAN "98643A LAN"
67 1.1 thorpej
68 1.1 thorpej
69 1.1 thorpej #define DIO_DEVICE_ID_FHPIB 0x08
70 1.1 thorpej #define DIO_DEVICE_DESC_FHPIB "98625A/98625B HP-IB"
71 1.1 thorpej
72 1.1 thorpej #define DIO_DEVICE_ID_NHPIB 0x80
73 1.1 thorpej #define DIO_DEVICE_DESC_NHPIB "98624A HP-IB"
74 1.1 thorpej
75 1.1 thorpej #define DIO_DEVICE_ID_IHPIB 0x00
76 1.1 thorpej #define DIO_DEVICE_DESC_IHPIB "internal HP-IB"
77 1.1 thorpej
78 1.1 thorpej
79 1.1 thorpej #define DIO_DEVICE_ID_SCSI0 0x07
80 1.1 thorpej #define DIO_DEVICE_DESC_SCSI0 "98625A SCSI"
81 1.1 thorpej
82 1.1 thorpej #define DIO_DEVICE_ID_SCSI1 0x27
83 1.1 thorpej #define DIO_DEVICE_DESC_SCSI1 "98625A SCSI"
84 1.1 thorpej
85 1.1 thorpej #define DIO_DEVICE_ID_SCSI2 0x47
86 1.1 thorpej #define DIO_DEVICE_DESC_SCSI2 "98625A SCSI"
87 1.1 thorpej
88 1.1 thorpej #define DIO_DEVICE_ID_SCSI3 0x67
89 1.1 thorpej #define DIO_DEVICE_DESC_SCSI3 "98625A SCSI"
90 1.1 thorpej
91 1.1 thorpej /* Framebuffer devices; same primary ID, different secondary IDs. */
92 1.1 thorpej
93 1.1 thorpej
94 1.1 thorpej #define DIO_DEVICE_ID_FRAMEBUFFER 0x39
95 1.1 thorpej #define DIO_DEVICE_DESC_FRAMEBUFFER "bitmapped display"
96 1.1 thorpej
97 1.1 thorpej
98 1.1 thorpej #define DIO_DEVICE_SECID_GATORBOX 0x01
99 1.1 thorpej #define DIO_DEVICE_DESC_GATORBOX "98700/98710 (\"gatorbox\") display"
100 1.1 thorpej
101 1.1 thorpej #define DIO_DEVICE_SECID_TOPCAT 0x02
102 1.1 thorpej #define DIO_DEVICE_DESC_TOPCAT "98544/98545/98547 (\"topcat\") display"
103 1.1 thorpej
104 1.1 thorpej #define DIO_DEVICE_SECID_RENASSIANCE 0x04
105 1.1 thorpej #define DIO_DEVICE_DESC_RENASSIANCE "98720/98721 (\"renassiance\") display"
106 1.1 thorpej
107 1.1 thorpej #define DIO_DEVICE_SECID_LRCATSEYE 0x05
108 1.1 thorpej #define DIO_DEVICE_DESC_LRCATSEYE "low-res catseye display"
109 1.1 thorpej
110 1.1 thorpej #define DIO_DEVICE_SECID_HRCCATSEYE 0x06
111 1.1 thorpej #define DIO_DEVICE_DESC_HRCCATSEYE "high-res color catseye display"
112 1.1 thorpej
113 1.1 thorpej #define DIO_DEVICE_SECID_HRMCATSEYE 0x07
114 1.1 thorpej #define DIO_DEVICE_DESC_HRMCATSEYE "high-res mono catseye display"
115 1.1 thorpej
116 1.1 thorpej #define DIO_DEVICE_SECID_DAVINCI 0x08
117 1.1 thorpej #define DIO_DEVICE_DESC_DAVINCI "98730/98731 (\"davinci\") display"
118 1.1 thorpej
119 1.1 thorpej #define DIO_DEVICE_SECID_XXXCATSEYE 0x09
120 1.1 thorpej #define DIO_DEVICE_DESC_XXXCATSEYE "catseye display"
121 1.1 thorpej
122 1.1 thorpej #define DIO_DEVICE_SECID_HYPERION 0x0e
123 1.1 thorpej #define DIO_DEVICE_DESC_HYPERION "A1096A (\"hyperion\") display"
124 1.1 thorpej
125 1.1 thorpej /* Unsupported framebuffers. */
126 1.1 thorpej
127 1.1 thorpej
128 1.1 thorpej #define DIO_DEVICE_SECID_XGENESIS 0x0b
129 1.1 thorpej #define DIO_DEVICE_DESC_XGENESIS "x-genesis display"
130 1.1 thorpej
131 1.1 thorpej #define DIO_DEVICE_SECID_TIGER 0x0c
132 1.1 thorpej #define DIO_DEVICE_DESC_TIGER "tiger display"
133 1.1 thorpej
134 1.1 thorpej #define DIO_DEVICE_SECID_YGENESIS 0x0d
135 1.1 thorpej #define DIO_DEVICE_DESC_YGENESIS "y-genesis display"
136 1.1 thorpej
137 1.1 thorpej /* Devices not yet supported. Descriptions are lacking. */
138 1.1 thorpej
139 1.1 thorpej
140 1.1 thorpej #define DIO_DEVICE_ID_MISC0 0x03
141 1.1 thorpej #define DIO_DEVICE_DESC_MISC0 "98622A"
142 1.1 thorpej
143 1.1 thorpej #define DIO_DEVICE_ID_MISC1 0x04
144 1.1 thorpej #define DIO_DEVICE_DESC_MISC1 "98623A"
145 1.1 thorpej
146 1.1 thorpej #define DIO_DEVICE_ID_PARALLEL 0x06
147 1.1 thorpej #define DIO_DEVICE_DESC_PARALLEL "internal parallel"
148 1.1 thorpej
149 1.1 thorpej #define DIO_DEVICE_ID_MISC2 0x09
150 1.1 thorpej #define DIO_DEVICE_DESC_MISC2 "98287A keyboard"
151 1.1 thorpej
152 1.1 thorpej #define DIO_DEVICE_ID_MISC3 0x0a
153 1.1 thorpej #define DIO_DEVICE_DESC_MISC3 "HP98635A floating point accelerator"
154 1.1 thorpej
155 1.1 thorpej #define DIO_DEVICE_ID_MISC4 0x0b
156 1.1 thorpej #define DIO_DEVICE_DESC_MISC4 "timer"
157 1.1 thorpej
158 1.1 thorpej #define DIO_DEVICE_ID_MISC5 0x12
159 1.1 thorpej #define DIO_DEVICE_DESC_MISC5 "98640A"
160 1.1 thorpej
161 1.1 thorpej #define DIO_DEVICE_ID_MISC6 0x16
162 1.1 thorpej #define DIO_DEVICE_DESC_MISC6 "98659A"
163 1.1 thorpej
164 1.1 thorpej #define DIO_DEVICE_ID_MISC7 0x19
165 1.1 thorpej #define DIO_DEVICE_DESC_MISC7 "237 display"
166 1.1 thorpej
167 1.1 thorpej #define DIO_DEVICE_ID_MISC8 0x1a
168 1.1 thorpej #define DIO_DEVICE_DESC_MISC8 "quad-wide card"
169 1.1 thorpej
170 1.1 thorpej #define DIO_DEVICE_ID_MISC9 0x1b
171 1.1 thorpej #define DIO_DEVICE_DESC_MISC9 "98253A"
172 1.1 thorpej
173 1.1 thorpej #define DIO_DEVICE_ID_MISC10 0x1c
174 1.1 thorpej #define DIO_DEVICE_DESC_MISC10 "98627A"
175 1.1 thorpej
176 1.1 thorpej #define DIO_DEVICE_ID_MISC11 0x1d
177 1.1 thorpej #define DIO_DEVICE_DESC_MISC11 "98633A"
178 1.1 thorpej
179 1.1 thorpej #define DIO_DEVICE_ID_MISC12 0x1e
180 1.1 thorpej #define DIO_DEVICE_DESC_MISC12 "98259A"
181 1.1 thorpej
182 1.1 thorpej #define DIO_DEVICE_ID_MISC13 0x1f
183 1.1 thorpej #define DIO_DEVICE_DESC_MISC13 "8741"
184 1.1 thorpej
185 1.1 thorpej #define DIO_DEVICE_ID_VME 0x31
186 1.1 thorpej #define DIO_DEVICE_DESC_VME "98577A VME adapter"
187 1.1 thorpej
188 1.1 thorpej #define DIO_DEVICE_ID_DCL 0x34
189 1.1 thorpej #define DIO_DEVICE_DESC_DCL "98628A serial"
190 1.1 thorpej
191 1.1 thorpej #define DIO_DEVICE_ID_DCLREM 0xb4
192 1.1 thorpej #define DIO_DEVICE_DESC_DCLREM "98628A serial"
193