1 /* $NetBSD: isapnpdevs.h,v 1.66 2008/04/28 20:23:53 martin Exp $ */ 2 3 /* 4 * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. 5 * 6 * generated from: 7 * NetBSD: isapnpdevs,v 1.66 2008/04/20 13:24:34 tsutsui Exp 8 */ 9 10 11 /*- 12 * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. 13 * All rights reserved. 14 * 15 * This code is derived from software contributed to The NetBSD Foundation 16 * by Christos Zoulas. 17 * 18 * Redistribution and use in source and binary forms, with or without 19 * modification, are permitted provided that the following conditions 20 * are met: 21 * 1. Redistributions of source code must retain the above copyright 22 * notice, this list of conditions and the following disclaimer. 23 * 2. Redistributions in binary form must reproduce the above copyright 24 * notice, this list of conditions and the following disclaimer in the 25 * documentation and/or other materials provided with the distribution. 26 * 27 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 28 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 29 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 30 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 31 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 32 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 33 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 34 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 35 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 36 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 37 * POSSIBILITY OF SUCH DAMAGE. 38 */ 39 40 /* 41 * List of known drivers 42 */ 43 struct isapnp_matchinfo { 44 const char *name; 45 int variant; 46 }; 47 48 struct isapnp_devinfo { 49 const struct isapnp_matchinfo *devlogic; 50 int nlogic; 51 const struct isapnp_matchinfo *devcompat; 52 int ncompat; 53 }; 54 55 /* Adaptec SCSI */ 56 extern const struct isapnp_devinfo isapnp_aha_devinfo; 57 /* Adaptec SCSI */ 58 extern const struct isapnp_devinfo isapnp_aic_devinfo; 59 /* Aironet 802.11 */ 60 extern const struct isapnp_devinfo isapnp_an_devinfo; 61 /* AT Parallel Port */ 62 extern const struct isapnp_devinfo isapnp_atppc_devinfo; 63 /* National Semiconductor Serial */ 64 extern const struct isapnp_devinfo isapnp_com_devinfo; 65 /* Cirrus Logic Crystal CS89x0 Ethernet */ 66 extern const struct isapnp_devinfo isapnp_cs_devinfo; 67 /* 3Com 3CXXX Ethernet */ 68 extern const struct isapnp_devinfo isapnp_ep_devinfo; 69 /* Symbios SYM53C416 SCSI */ 70 extern const struct isapnp_devinfo isapnp_esp_devinfo; 71 /* ESS Audio Drive */ 72 extern const struct isapnp_devinfo isapnp_ess_devinfo; 73 /* Fujitsu FMV-18x Ethernet */ 74 extern const struct isapnp_devinfo isapnp_fmv_devinfo; 75 /* Generic Joystick */ 76 extern const struct isapnp_devinfo isapnp_joy_devinfo; 77 /* Gravis Ultrasound */ 78 extern const struct isapnp_devinfo isapnp_gus_devinfo; 79 /* Lance Ethernet */ 80 extern const struct isapnp_devinfo isapnp_le_devinfo; 81 /* MPU-401 MIDI UART */ 82 extern const struct isapnp_devinfo isapnp_mpu_devinfo; 83 /* NE2000 Ethernet */ 84 extern const struct isapnp_devinfo isapnp_ne_devinfo; 85 /* PCMCIA bridge */ 86 extern const struct isapnp_devinfo isapnp_pcic_devinfo; 87 /* Creative Soundblaster */ 88 extern const struct isapnp_devinfo isapnp_sb_devinfo; 89 /* TROPIC Token-Ring */ 90 extern const struct isapnp_devinfo isapnp_tr_devinfo; 91 /* Western Digital Disk Controller */ 92 extern const struct isapnp_devinfo isapnp_wdc_devinfo; 93 /* Microsoft Sound System */ 94 extern const struct isapnp_devinfo isapnp_wss_devinfo; 95 /* Yamaha Sound */ 96 extern const struct isapnp_devinfo isapnp_ym_devinfo; 97