This commit is contained in:
martin 2006-02-19 21:31:14 +00:00
parent 505c00bd30
commit cf755d3b8b
2 changed files with 9 additions and 7 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.c,v 1.61 2005/12/11 12:22:16 christos Exp $ */ /* $NetBSD: isapnpdevs.c,v 1.62 2006/02/19 21:31:14 martin 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.56 2005/02/27 00:27:21 perry Exp * NetBSD: isapnpdevs,v 1.58 2006/02/19 21:30:46 martin Exp
*/ */
/*- /*-
@ -44,7 +44,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.61 2005/12/11 12:22:16 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.62 2006/02/19 21:31:14 martin Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <dev/isapnp/isapnpdevs.h> #include <dev/isapnp/isapnpdevs.h>
@ -179,6 +179,7 @@ const struct isapnp_devinfo isapnp_fmv_devinfo = {
static const struct isapnp_matchinfo isapnp_joy_devlogic[] = { static const struct isapnp_matchinfo isapnp_joy_devlogic[] = {
{"AZT0003", 0}, /* Aztech AZT2320 GAME PORT */ {"AZT0003", 0}, /* Aztech AZT2320 GAME PORT */
{"AZT3001", 0}, /* Aztech GAME PORT */ {"AZT3001", 0}, /* Aztech GAME PORT */
{"AZT3004", 0}, /* Aztech AZT1020 GAME PORT */
{"CSC0001", 0}, /* CS4235 */ {"CSC0001", 0}, /* CS4235 */
{"CSCA801", 0}, /* Terratec EWS64XL */ {"CSCA801", 0}, /* Terratec EWS64XL */
{"CTL7001", 0}, /* Creative Awe64 */ {"CTL7001", 0}, /* Creative Awe64 */
@ -193,7 +194,7 @@ static const struct isapnp_matchinfo isapnp_joy_devcompat[] = {
{"PNPB02F", 0}, /* generic */ {"PNPB02F", 0}, /* generic */
}; };
const struct isapnp_devinfo isapnp_joy_devinfo = { const struct isapnp_devinfo isapnp_joy_devinfo = {
isapnp_joy_devlogic, 11, isapnp_joy_devlogic, 12,
isapnp_joy_devcompat, 1, isapnp_joy_devcompat, 1,
}; };
@ -260,6 +261,7 @@ static const struct isapnp_matchinfo isapnp_sb_devlogic[] = {
{"ADS7180", 0}, /* AD1816 */ {"ADS7180", 0}, /* AD1816 */
{"AZT1003", 0}, /* Aztech 1003 Audio */ {"AZT1003", 0}, /* Aztech 1003 Audio */
{"AZT1008", 0}, /* Aztech 1008 */ {"AZT1008", 0}, /* Aztech 1008 */
{"AZT1016", 0}, /* Aztech 1020 */
{"CTL0001", 0}, /* SB */ {"CTL0001", 0}, /* SB */
{"CTL0031", 0}, /* SB AWE32 */ {"CTL0031", 0}, /* SB AWE32 */
{"CTL0041", 0}, /* SB16 PnP (CT4131) */ {"CTL0041", 0}, /* SB16 PnP (CT4131) */
@ -279,7 +281,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, 15, isapnp_sb_devlogic, 16,
isapnp_sb_devcompat, 4, isapnp_sb_devcompat, 4,
}; };

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.h,v 1.57 2005/12/11 12:22:16 christos Exp $ */ /* $NetBSD: isapnpdevs.h,v 1.58 2006/02/19 21:31:14 martin 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.56 2005/02/27 00:27:21 perry Exp * NetBSD: isapnpdevs,v 1.58 2006/02/19 21:30:46 martin Exp
*/ */