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