diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-12 15:13:47 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-12 15:13:47 +0000 |
commit | e661b0e07a7f4c778ac8e9b5eb341a7ad9795c2b (patch) | |
tree | 6158c02b8e503faa614ccff77b3cca01e9b912e4 /sys/arch/hp300/dev/diodevs | |
parent | d470dc6647ff9a7e3f6d00b205d12ab7428cc092 (diff) |
Mostly sync to NetBSD-current of 011196. Compiles, links, boots to single
user.
KNOWN NOT WORKING:
* DIO-II devices
* Dynamic executables
NOT EVEN TRIED:
* New config support
Diffstat (limited to 'sys/arch/hp300/dev/diodevs')
-rw-r--r-- | sys/arch/hp300/dev/diodevs | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/sys/arch/hp300/dev/diodevs b/sys/arch/hp300/dev/diodevs new file mode 100644 index 00000000000..5df0b035ddd --- /dev/null +++ b/sys/arch/hp300/dev/diodevs @@ -0,0 +1,104 @@ +$OpenBSD: diodevs,v 1.1 1997/01/12 15:12:25 downsj Exp $ +$NetBSD: diodevs,v 1.1 1996/12/17 08:41:03 thorpej Exp $ + +/*- + * Copyright (c) 1996 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jason R. Thorpe. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by the NetBSD + * Foundation, Inc. and its contributors. + * 4. Neither the name of The NetBSD Foundation nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS + * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */ + +/* + * List of known DIO devices + */ + +/* Devices we have drivers for. */ + +device DCA0 0x02 1 98644A serial +device DCA0REM 0x82 1 98644A serial +device DCA1 0x42 1 98644A serial +device DCA1REM 0xc2 1 98644A serial + +device DCM 0x05 1 98642A serial MUX +device DCMREM 0x85 1 98642A serial MUX + +device LAN 0x15 1 98643A LAN + +device FHPIB 0x08 1 98625A/98625B HP-IB +device NHPIB 0x80 1 98624A HP-IB +device IHPIB 0x00 1 internal HP-IB + +device SCSI0 0x07 1 98625A SCSI +device SCSI1 0x27 1 98625A SCSI +device SCSI2 0x47 1 98625A SCSI +device SCSI3 0x67 1 98625A SCSI + +/* Framebuffer devices; same primary ID, different secondary IDs. */ + +device FRAMEBUFFER 0x39 1 bitmapped display + +framebuffer GATORBOX 0x01 1 98700/98710 (\"gatorbox\") display +framebuffer TOPCAT 0x02 1 98544/98545/98547 (\"topcat\") display +framebuffer RENASSIANCE 0x04 2 98720/98721 (\"renassiance\") display +framebuffer LRCATSEYE 0x05 1 low-res catseye display +framebuffer HRCCATSEYE 0x06 1 high-res color catseye display +framebuffer HRMCATSEYE 0x07 1 high-res mono catseye display +framebuffer DAVINCI 0x08 2 98730/98731 (\"davinci\") display +framebuffer XXXCATSEYE 0x09 1 catseye display +framebuffer HYPERION 0x0e 1 A1096A (\"hyperion\") display + +/* Unsupported framebuffers. */ + +framebuffer XGENESIS 0x0b 1 x-genesis display +framebuffer TIGER 0x0c 1 tiger display +framebuffer YGENESIS 0x0d 1 y-genesis display + +/* Devices not yet supported. Descriptions are lacking. */ + +device MISC0 0x03 1 98622A +device MISC1 0x04 1 98623A +device PARALLEL 0x06 1 internal parallel +device MISC2 0x09 1 98287A keyboard +device MISC3 0x0a 1 HP98635A floating point accelerator +device MISC4 0x0b 1 timer +device MISC5 0x12 1 98640A +device MISC6 0x16 1 98659A +device MISC7 0x19 1 237 display +device MISC8 0x1a 4 quad-wide card +device MISC9 0x1b 1 98253A +device MISC10 0x1c 1 98627A +device MISC11 0x1d 1 98633A +device MISC12 0x1e 1 98259A +device MISC13 0x1f 1 8741 +device VME 0x31 2 98577A VME adapter +device DCL 0x34 1 98628A serial +device DCLREM 0xb4 1 98628A serial |