This commit is contained in:
rh 2003-07-08 07:26:26 +00:00
parent 8024e394f6
commit 8ae8eb43b3
2 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.c,v 1.57 2003/06/10 19:39:12 christos Exp $ */
/* $NetBSD: isapnpdevs.c,v 1.58 2003/07/08 07:26:26 rh Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: isapnpdevs,v 1.53 2003/06/10 19:39:00 christos Exp
* NetBSD: isapnpdevs,v 1.54 2003/07/08 07:26:04 rh Exp
*/
/*-
@ -44,7 +44,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.57 2003/06/10 19:39:12 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.58 2003/07/08 07:26:26 rh Exp $");
#include <sys/param.h>
#include <dev/isapnp/isapnpdevs.h>
@ -306,9 +306,10 @@ static const struct isapnp_matchinfo isapnp_wss_devlogic[] = {
{"CSCA800", 0}, /* Terratec EWS64 CoDec */
{"ASB1611", 0}, /* AdLib NSC 16 PNP */
{"ASB1622", 0}, /* AdLib MSC 32 Wave PnP V3SB */
{"@@@0001", 0}, /* CMI8330/C3D Audio Adapter */
};
const struct isapnp_devinfo isapnp_wss_devinfo = {
isapnp_wss_devlogic, 6,
isapnp_wss_devlogic, 7,
NULL, 0,
};

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.h,v 1.53 2003/06/10 19:39:12 christos Exp $ */
/* $NetBSD: isapnpdevs.h,v 1.54 2003/07/08 07:26:26 rh Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: isapnpdevs,v 1.53 2003/06/10 19:39:00 christos Exp
* NetBSD: isapnpdevs,v 1.54 2003/07/08 07:26:04 rh Exp
*/