This commit is contained in:
christos 2002-04-12 13:12:57 +00:00
parent 9a5cce0e79
commit 71d5289a50
2 changed files with 9 additions and 7 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.c,v 1.49 2002/02/22 17:13:46 christos Exp $ */ /* $NetBSD: isapnpdevs.c,v 1.50 2002/04/12 13:12:57 christos Exp $ */
/* /*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
* *
* generated from: * generated from:
* NetBSD: isapnpdevs,v 1.45 2002/02/22 17:13:26 christos Exp * NetBSD: isapnpdevs,v 1.46 2002/04/12 13:12:40 christos Exp
*/ */
/*- /*-
@ -44,7 +44,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.49 2002/02/22 17:13:46 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.50 2002/04/12 13:12:57 christos Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <dev/isapnp/isapnpdevs.h> #include <dev/isapnp/isapnpdevs.h>
@ -87,6 +87,7 @@ const struct isapnp_devinfo isapnp_an_devinfo = {
/* National Semiconductor Serial */ /* National Semiconductor Serial */
static const struct isapnp_matchinfo isapnp_com_devlogic[] = { static const struct isapnp_matchinfo isapnp_com_devlogic[] = {
{"AZT4001", 0}, /* Aztech Modem */
{"BDP3336", 0}, /* Best Data Prods. 336F */ {"BDP3336", 0}, /* Best Data Prods. 336F */
{"OZO8039", 0}, /* Zoom 56k flex */ {"OZO8039", 0}, /* Zoom 56k flex */
{"BRI1400", 0}, /* Boca 33.6 PnP */ {"BRI1400", 0}, /* Boca 33.6 PnP */
@ -113,7 +114,7 @@ static const struct isapnp_matchinfo isapnp_com_devcompat[] = {
{"PNP0501", 0}, /* Generic 16550A */ {"PNP0501", 0}, /* Generic 16550A */
}; };
const struct isapnp_devinfo isapnp_com_devinfo = { const struct isapnp_devinfo isapnp_com_devinfo = {
isapnp_com_devlogic, 20, isapnp_com_devlogic, 21,
isapnp_com_devcompat, 2, isapnp_com_devcompat, 2,
}; };
@ -230,6 +231,7 @@ const struct isapnp_devinfo isapnp_pcic_devinfo = {
static const struct isapnp_matchinfo isapnp_sb_devlogic[] = { static const struct isapnp_matchinfo isapnp_sb_devlogic[] = {
{"ADS7150", 0}, /* AD1815 */ {"ADS7150", 0}, /* AD1815 */
{"ADS7180", 0}, /* AD1816 */ {"ADS7180", 0}, /* AD1816 */
{"AZT1003", 0}, /* Aztech 1003 Audio */
{"AZT1008", 0}, /* Aztech 1008 */ {"AZT1008", 0}, /* Aztech 1008 */
{"CTL0001", 0}, /* SB */ {"CTL0001", 0}, /* SB */
{"CTL0031", 0}, /* SB AWE32 */ {"CTL0031", 0}, /* SB AWE32 */
@ -250,7 +252,7 @@ static const struct isapnp_matchinfo isapnp_sb_devcompat[] = {
{"PNPB003", 0}, /* Generic SB 16 */ {"PNPB003", 0}, /* Generic SB 16 */
}; };
const struct isapnp_devinfo isapnp_sb_devinfo = { const struct isapnp_devinfo isapnp_sb_devinfo = {
isapnp_sb_devlogic, 14, isapnp_sb_devlogic, 15,
isapnp_sb_devcompat, 4, isapnp_sb_devcompat, 4,
}; };

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.h,v 1.45 2002/02/22 17:13:46 christos Exp $ */ /* $NetBSD: isapnpdevs.h,v 1.46 2002/04/12 13:12:58 christos Exp $ */
/* /*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
* *
* generated from: * generated from:
* NetBSD: isapnpdevs,v 1.45 2002/02/22 17:13:26 christos Exp * NetBSD: isapnpdevs,v 1.46 2002/04/12 13:12:40 christos Exp
*/ */