The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/isapnp/isapnpdevs.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*      $NetBSD: isapnpdevs.h,v 1.55 2004/01/28 19:34:17 jdolecek Exp $ */
    2 
    3 /*
    4  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
    5  *
    6  * generated from:
    7  *      NetBSD: isapnpdevs,v 1.55 2004/01/28 19:31:07 jdolecek 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  * 3. All advertising materials mentioning features or use of this software
   27  *    must display the following acknowledgement:
   28  *        This product includes software developed by the NetBSD
   29  *        Foundation, Inc. and its contributors.
   30  * 4. Neither the name of The NetBSD Foundation nor the names of its
   31  *    contributors may be used to endorse or promote products derived
   32  *    from this software without specific prior written permission.
   33  *
   34  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   35  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   36  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   37  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   38  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   39  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   40  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   41  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   42  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   43  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   44  * POSSIBILITY OF SUCH DAMAGE.
   45  */
   46 
   47 /*
   48  * List of known drivers
   49  */
   50 struct isapnp_matchinfo {
   51         const char *name;
   52         int variant;
   53 };
   54 
   55 struct isapnp_devinfo {
   56         const struct isapnp_matchinfo *devlogic;
   57         int nlogic;
   58         const struct isapnp_matchinfo *devcompat;
   59         int ncompat;
   60 };
   61 
   62 /* Adaptec SCSI */
   63 extern const struct isapnp_devinfo isapnp_aha_devinfo;
   64 /* Adaptec SCSI */
   65 extern const struct isapnp_devinfo isapnp_aic_devinfo;
   66 /* Aironet 802.11 */
   67 extern const struct isapnp_devinfo isapnp_an_devinfo;
   68 /* AT Parallel Port */
   69 extern const struct isapnp_devinfo isapnp_atppc_devinfo;
   70 /* National Semiconductor Serial */
   71 extern const struct isapnp_devinfo isapnp_com_devinfo;
   72 /* Cirrus Logic Crystal CS89x0 Ethernet */
   73 extern const struct isapnp_devinfo isapnp_cs_devinfo;
   74 /* 3Com 3CXXX Ethernet */
   75 extern const struct isapnp_devinfo isapnp_ep_devinfo;
   76 /* ESS Audio Drive */
   77 extern const struct isapnp_devinfo isapnp_ess_devinfo;
   78 /* Fujitsu FMV-18x Ethernet */
   79 extern const struct isapnp_devinfo isapnp_fmv_devinfo;
   80 /* Generic Joystick */
   81 extern const struct isapnp_devinfo isapnp_joy_devinfo;
   82 /* Gravis Ultrasound */
   83 extern const struct isapnp_devinfo isapnp_gus_devinfo;
   84 /* Lance Ethernet */
   85 extern const struct isapnp_devinfo isapnp_le_devinfo;
   86 /* MPU-401 MIDI UART */
   87 extern const struct isapnp_devinfo isapnp_mpu_devinfo;
   88 /* NE2000 Ethernet */
   89 extern const struct isapnp_devinfo isapnp_ne_devinfo;
   90 /* PCMCIA bridge */
   91 extern const struct isapnp_devinfo isapnp_pcic_devinfo;
   92 /* Creative Soundblaster */
   93 extern const struct isapnp_devinfo isapnp_sb_devinfo;
   94 /* TROPIC Token-Ring */
   95 extern const struct isapnp_devinfo isapnp_tr_devinfo;
   96 /* Western Digital Disk Controller */
   97 extern const struct isapnp_devinfo isapnp_wdc_devinfo;
   98 /* Microsoft Sound System */
   99 extern const struct isapnp_devinfo isapnp_wss_devinfo;
  100 /* Yamaha Sound */
  101 extern const struct isapnp_devinfo isapnp_ym_devinfo;

Cache object: 90f31f7ce307cddb5fd0c79d5b93d3aa


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.