Home | History | Annotate | Line # | Download | only in dev
diodevs_data.h revision 1.11.78.1
      1  1.11.78.1      yamt /*	$NetBSD: diodevs_data.h,v 1.11.78.1 2008/05/16 02:22:21 yamt Exp $	*/
      2        1.7   thorpej 
      3        1.1   thorpej /*
      4        1.1   thorpej  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
      5        1.1   thorpej  *
      6        1.1   thorpej  * generated from:
      7       1.10   tsutsui  *	NetBSD: diodevs,v 1.7 2003/11/23 01:57:35 tsutsui Exp
      8        1.1   thorpej  */
      9        1.1   thorpej 
     10        1.1   thorpej /*-
     11        1.1   thorpej  * Copyright (c) 1996 The NetBSD Foundation, Inc.
     12        1.1   thorpej  * All rights reserved.
     13        1.1   thorpej  *
     14        1.1   thorpej  * This code is derived from software contributed to The NetBSD Foundation
     15        1.1   thorpej  * by Jason R. Thorpe.
     16        1.1   thorpej  *
     17        1.1   thorpej  * Redistribution and use in source and binary forms, with or without
     18        1.1   thorpej  * modification, are permitted provided that the following conditions
     19        1.1   thorpej  * are met:
     20        1.1   thorpej  * 1. Redistributions of source code must retain the above copyright
     21        1.1   thorpej  *    notice, this list of conditions and the following disclaimer.
     22        1.1   thorpej  * 2. Redistributions in binary form must reproduce the above copyright
     23        1.1   thorpej  *    notice, this list of conditions and the following disclaimer in the
     24        1.1   thorpej  *    documentation and/or other materials provided with the distribution.
     25        1.1   thorpej  *
     26        1.1   thorpej  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     27        1.1   thorpej  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     28        1.1   thorpej  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     29        1.4       jtc  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     30        1.4       jtc  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     31        1.1   thorpej  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     32        1.1   thorpej  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     33        1.1   thorpej  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     34        1.1   thorpej  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     35        1.1   thorpej  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     36        1.1   thorpej  * POSSIBILITY OF SUCH DAMAGE.
     37        1.1   thorpej  */
     38        1.1   thorpej 
     39        1.8  gmcgarry #define DIO_NDEVICES	46
     40        1.1   thorpej 
     41        1.1   thorpej struct dio_devdata dio_devdatas[] = {
     42        1.1   thorpej 	{ 0x02,	0,	1 },
     43        1.1   thorpej 	{ 0x82,	0,	1 },
     44        1.1   thorpej 	{ 0x42,	0,	1 },
     45        1.1   thorpej 	{ 0xc2,	0,	1 },
     46        1.1   thorpej 	{ 0x05,	0,	1 },
     47        1.1   thorpej 	{ 0x85,	0,	1 },
     48        1.1   thorpej 	{ 0x15,	0,	1 },
     49        1.1   thorpej 	{ 0x08,	0,	1 },
     50       1.10   tsutsui 	{ 0x01,	0,	1 },
     51        1.1   thorpej 	{ 0x00,	0,	1 },
     52        1.1   thorpej 	{ 0x07,	0,	1 },
     53        1.1   thorpej 	{ 0x27,	0,	1 },
     54        1.1   thorpej 	{ 0x47,	0,	1 },
     55        1.1   thorpej 	{ 0x67,	0,	1 },
     56        1.1   thorpej 	{ 0x39,	0,	1 },
     57        1.1   thorpej 	{ 0x39,	0x01,	1 },
     58        1.1   thorpej 	{ 0x39,	0x02,	1 },
     59        1.1   thorpej 	{ 0x39,	0x04,	2 },
     60        1.1   thorpej 	{ 0x39,	0x05,	1 },
     61        1.1   thorpej 	{ 0x39,	0x06,	1 },
     62        1.1   thorpej 	{ 0x39,	0x07,	1 },
     63        1.1   thorpej 	{ 0x39,	0x08,	2 },
     64        1.1   thorpej 	{ 0x39,	0x09,	1 },
     65        1.1   thorpej 	{ 0x39,	0x0e,	1 },
     66        1.1   thorpej 	{ 0x39,	0x0b,	1 },
     67        1.1   thorpej 	{ 0x39,	0x0c,	1 },
     68        1.1   thorpej 	{ 0x39,	0x0d,	1 },
     69        1.1   thorpej 	{ 0x03,	0,	1 },
     70        1.1   thorpej 	{ 0x04,	0,	1 },
     71        1.1   thorpej 	{ 0x06,	0,	1 },
     72        1.1   thorpej 	{ 0x09,	0,	1 },
     73        1.1   thorpej 	{ 0x0a,	0,	1 },
     74        1.1   thorpej 	{ 0x0b,	0,	1 },
     75        1.1   thorpej 	{ 0x12,	0,	1 },
     76        1.8  gmcgarry 	{ 0x13,	0,	1 },
     77        1.1   thorpej 	{ 0x16,	0,	1 },
     78        1.1   thorpej 	{ 0x19,	0,	1 },
     79        1.1   thorpej 	{ 0x1a,	0,	4 },
     80        1.1   thorpej 	{ 0x1b,	0,	1 },
     81        1.1   thorpej 	{ 0x1c,	0,	1 },
     82        1.1   thorpej 	{ 0x1d,	0,	1 },
     83        1.1   thorpej 	{ 0x1e,	0,	1 },
     84        1.1   thorpej 	{ 0x1f,	0,	1 },
     85        1.1   thorpej 	{ 0x31,	0,	2 },
     86        1.1   thorpej 	{ 0x34,	0,	1 },
     87        1.1   thorpej 	{ 0xb4,	0,	1 },
     88        1.1   thorpej };
     89        1.1   thorpej 
     90        1.1   thorpej #ifdef DIOVERBOSE
     91        1.1   thorpej struct dio_devdesc dio_devdescs[] = {
     92        1.1   thorpej 	{ 0x02,	0,	DIO_DEVICE_DESC_DCA0 },
     93        1.1   thorpej 	{ 0x82,	0,	DIO_DEVICE_DESC_DCA0REM },
     94        1.1   thorpej 	{ 0x42,	0,	DIO_DEVICE_DESC_DCA1 },
     95        1.1   thorpej 	{ 0xc2,	0,	DIO_DEVICE_DESC_DCA1REM },
     96        1.1   thorpej 	{ 0x05,	0,	DIO_DEVICE_DESC_DCM },
     97        1.1   thorpej 	{ 0x85,	0,	DIO_DEVICE_DESC_DCMREM },
     98        1.1   thorpej 	{ 0x15,	0,	DIO_DEVICE_DESC_LAN },
     99        1.1   thorpej 	{ 0x08,	0,	DIO_DEVICE_DESC_FHPIB },
    100       1.10   tsutsui 	{ 0x01,	0,	DIO_DEVICE_DESC_NHPIB },
    101        1.1   thorpej 	{ 0x00,	0,	DIO_DEVICE_DESC_IHPIB },
    102        1.1   thorpej 	{ 0x07,	0,	DIO_DEVICE_DESC_SCSI0 },
    103        1.1   thorpej 	{ 0x27,	0,	DIO_DEVICE_DESC_SCSI1 },
    104        1.1   thorpej 	{ 0x47,	0,	DIO_DEVICE_DESC_SCSI2 },
    105        1.1   thorpej 	{ 0x67,	0,	DIO_DEVICE_DESC_SCSI3 },
    106        1.1   thorpej 	{ 0x39,	0,	DIO_DEVICE_DESC_FRAMEBUFFER },
    107        1.1   thorpej 	{ 0x39,	0x01,	DIO_DEVICE_DESC_GATORBOX },
    108        1.1   thorpej 	{ 0x39,	0x02,	DIO_DEVICE_DESC_TOPCAT },
    109        1.1   thorpej 	{ 0x39,	0x04,	DIO_DEVICE_DESC_RENASSIANCE },
    110        1.1   thorpej 	{ 0x39,	0x05,	DIO_DEVICE_DESC_LRCATSEYE },
    111        1.1   thorpej 	{ 0x39,	0x06,	DIO_DEVICE_DESC_HRCCATSEYE },
    112        1.1   thorpej 	{ 0x39,	0x07,	DIO_DEVICE_DESC_HRMCATSEYE },
    113        1.1   thorpej 	{ 0x39,	0x08,	DIO_DEVICE_DESC_DAVINCI },
    114        1.1   thorpej 	{ 0x39,	0x09,	DIO_DEVICE_DESC_XXXCATSEYE },
    115        1.1   thorpej 	{ 0x39,	0x0e,	DIO_DEVICE_DESC_HYPERION },
    116        1.1   thorpej 	{ 0x39,	0x0b,	DIO_DEVICE_DESC_XGENESIS },
    117        1.1   thorpej 	{ 0x39,	0x0c,	DIO_DEVICE_DESC_TIGER },
    118        1.1   thorpej 	{ 0x39,	0x0d,	DIO_DEVICE_DESC_YGENESIS },
    119        1.1   thorpej 	{ 0x03,	0,	DIO_DEVICE_DESC_MISC0 },
    120        1.1   thorpej 	{ 0x04,	0,	DIO_DEVICE_DESC_MISC1 },
    121        1.1   thorpej 	{ 0x06,	0,	DIO_DEVICE_DESC_PARALLEL },
    122        1.1   thorpej 	{ 0x09,	0,	DIO_DEVICE_DESC_MISC2 },
    123        1.1   thorpej 	{ 0x0a,	0,	DIO_DEVICE_DESC_MISC3 },
    124        1.1   thorpej 	{ 0x0b,	0,	DIO_DEVICE_DESC_MISC4 },
    125        1.1   thorpej 	{ 0x12,	0,	DIO_DEVICE_DESC_MISC5 },
    126        1.8  gmcgarry 	{ 0x13,	0,	DIO_DEVICE_DESC_AUDIO },
    127        1.1   thorpej 	{ 0x16,	0,	DIO_DEVICE_DESC_MISC6 },
    128        1.1   thorpej 	{ 0x19,	0,	DIO_DEVICE_DESC_MISC7 },
    129        1.1   thorpej 	{ 0x1a,	0,	DIO_DEVICE_DESC_MISC8 },
    130        1.1   thorpej 	{ 0x1b,	0,	DIO_DEVICE_DESC_MISC9 },
    131        1.1   thorpej 	{ 0x1c,	0,	DIO_DEVICE_DESC_MISC10 },
    132        1.1   thorpej 	{ 0x1d,	0,	DIO_DEVICE_DESC_MISC11 },
    133        1.1   thorpej 	{ 0x1e,	0,	DIO_DEVICE_DESC_MISC12 },
    134        1.1   thorpej 	{ 0x1f,	0,	DIO_DEVICE_DESC_MISC13 },
    135        1.1   thorpej 	{ 0x31,	0,	DIO_DEVICE_DESC_VME },
    136        1.1   thorpej 	{ 0x34,	0,	DIO_DEVICE_DESC_DCL },
    137        1.1   thorpej 	{ 0xb4,	0,	DIO_DEVICE_DESC_DCLREM },
    138        1.1   thorpej };
    139        1.1   thorpej #endif /* DIOVERBOSE */
    140