This commit is contained in:
christos 2001-11-16 18:34:08 +00:00
parent d10a585999
commit bdb84bd0cd
2 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.c,v 1.46 2001/11/13 07:54:18 lukem Exp $ */
/* $NetBSD: isapnpdevs.c,v 1.47 2001/11/16 18:34:08 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: isapnpdevs,v 1.42 2001/07/27 02:12:19 thorpej Exp
* NetBSD: isapnpdevs,v 1.43 2001/11/16 18:33:35 christos Exp
*/
/*-
@ -44,7 +44,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.46 2001/11/13 07:54:18 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.47 2001/11/16 18:34:08 christos Exp $");
#include <sys/param.h>
#include <dev/isapnp/isapnpdevs.h>
@ -96,6 +96,7 @@ static const struct isapnp_matchinfo isapnp_com_devlogic[] = {
{"USR0006", 0}, /* USR Sportster 33.6k */
{"USR2070", 0}, /* USR Sportster 56k */
{"USR3031", 0}, /* USR 56k Faxmodem */
{"USR3090", 0}, /* USR 56K Voice INT */
{"USR9190", 0}, /* USR 56k Voice INT */
{"ZTIF761", 0}, /* Zoom ComStar 33.6 */
{"CIR3000", 0}, /* Cirrus Logic V43 */
@ -111,7 +112,7 @@ static const struct isapnp_matchinfo isapnp_com_devcompat[] = {
{"PNP0501", 0}, /* Generic 16550A */
};
const struct isapnp_devinfo isapnp_com_devinfo = {
isapnp_com_devlogic, 18,
isapnp_com_devlogic, 19,
isapnp_com_devcompat, 2,
};

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.h,v 1.42 2001/07/27 02:12:57 thorpej Exp $ */
/* $NetBSD: isapnpdevs.h,v 1.43 2001/11/16 18:34:08 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: isapnpdevs,v 1.42 2001/07/27 02:12:19 thorpej Exp
* NetBSD: isapnpdevs,v 1.43 2001/11/16 18:33:35 christos Exp
*/