This commit is contained in:
castor 1999-11-27 09:02:22 +00:00
parent 3de779c46a
commit df56622ada
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isapnpdevs.c,v 1.34 1999/11/17 02:03:10 jun Exp $ */
/* $NetBSD: isapnpdevs.c,v 1.35 1999/11/27 09:02:22 castor Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -246,12 +246,13 @@ const struct isapnp_devinfo isapnp_wdc_devinfo = {
static const struct isapnp_matchinfo isapnp_wss_devlogic[] = {
{"AZT0001", 1}, /* Aztech AZT2320 AUDIO */
{"CSC0000", 0}, /* Windows Sound System */
{"CSC0100", 0}, /* CS4235 CODEC */
{"CSCA800", 0}, /* Terratec EWS64 CoDec */
{"ASB1611", 0}, /* AdLib NSC 16 PNP */
{"ASB1622", 0}, /* AdLib MSC 32 Wave PnP V3SB */
};
const struct isapnp_devinfo isapnp_wss_devinfo = {
isapnp_wss_devlogic, 5,
isapnp_wss_devlogic, 6,
NULL, 0,
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: isapnpdevs.h,v 1.31 1999/11/17 02:03:10 jun Exp $ */
/* $NetBSD: isapnpdevs.h,v 1.32 1999/11/27 09:02:22 castor Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.