diodevs revision 1.3 1 $NetBSD: diodevs,v 1.3 1997/10/09 09:06:50 jtc Exp $
2
3 /*-
4 * Copyright (c) 1996 The NetBSD Foundation, Inc.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to The NetBSD Foundation
8 * by Jason R. Thorpe.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
12 * are met:
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
18 * 3. All advertising materials mentioning features or use of this software
19 * must display the following acknowledgement:
20 * This product includes software developed by the NetBSD
21 * Foundation, Inc. and its contributors.
22 * 4. Neither the name of The NetBSD Foundation nor the names of its
23 * contributors may be used to endorse or promote products derived
24 * from this software without specific prior written permission.
25 *
26 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
27 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
28 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
30 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36 * POSSIBILITY OF SUCH DAMAGE.
37 */
38
39 /*
40 * List of known DIO devices
41 */
42
43 /* Devices we have drivers for. */
44
45 device DCA0 0x02 1 98644A serial
46 device DCA0REM 0x82 1 98644A serial
47 device DCA1 0x42 1 98644A serial
48 device DCA1REM 0xc2 1 98644A serial
49
50 device DCM 0x05 1 98642A serial MUX
51 device DCMREM 0x85 1 98642A serial MUX
52
53 device LAN 0x15 1 98643A LAN
54
55 device FHPIB 0x08 1 98625A/98625B HP-IB
56 device NHPIB 0x80 1 98624A HP-IB
57 device IHPIB 0x00 1 internal HP-IB
58
59 device SCSI0 0x07 1 98625A SCSI
60 device SCSI1 0x27 1 98625A SCSI
61 device SCSI2 0x47 1 98625A SCSI
62 device SCSI3 0x67 1 98625A SCSI
63
64 /* Framebuffer devices; same primary ID, different secondary IDs. */
65
66 device FRAMEBUFFER 0x39 1 bitmapped display
67
68 framebuffer GATORBOX 0x01 1 98700/98710 (\"gatorbox\") display
69 framebuffer TOPCAT 0x02 1 98544/98545/98547 (\"topcat\") display
70 framebuffer RENASSIANCE 0x04 2 98720/98721 (\"renassiance\") display
71 framebuffer LRCATSEYE 0x05 1 low-res catseye display
72 framebuffer HRCCATSEYE 0x06 1 high-res color catseye display
73 framebuffer HRMCATSEYE 0x07 1 high-res mono catseye display
74 framebuffer DAVINCI 0x08 2 98730/98731 (\"davinci\") display
75 framebuffer XXXCATSEYE 0x09 1 catseye display
76 framebuffer HYPERION 0x0e 1 A1096A (\"hyperion\") display
77
78 /* Unsupported framebuffers. */
79
80 framebuffer XGENESIS 0x0b 1 x-genesis display
81 framebuffer TIGER 0x0c 1 tiger display
82 framebuffer YGENESIS 0x0d 1 y-genesis display
83
84 /* Devices not yet supported. Descriptions are lacking. */
85
86 device MISC0 0x03 1 98622A
87 device MISC1 0x04 1 98623A
88 device PARALLEL 0x06 1 internal parallel
89 device MISC2 0x09 1 98287A keyboard
90 device MISC3 0x0a 1 HP98635A floating point accelerator
91 device MISC4 0x0b 1 timer
92 device MISC5 0x12 1 98640A
93 device MISC6 0x16 1 98659A
94 device MISC7 0x19 1 237 display
95 device MISC8 0x1a 4 quad-wide card
96 device MISC9 0x1b 1 98253A
97 device MISC10 0x1c 1 98627A
98 device MISC11 0x1d 1 98633A
99 device MISC12 0x1e 1 98259A
100 device MISC13 0x1f 1 8741
101 device VME 0x31 2 98577A VME adapter
102 device DCL 0x34 1 98628A serial
103 device DCLREM 0xb4 1 98628A serial
104