This commit is contained in:
christos 2003-06-10 19:39:12 +00:00
parent 4267622713
commit 1af7cab082
2 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.c,v 1.56 2003/03/05 13:10:03 itohy Exp $ */
/* $NetBSD: isapnpdevs.c,v 1.57 2003/06/10 19:39:12 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: isapnpdevs,v 1.52 2003/03/05 13:08:27 itohy Exp
* NetBSD: isapnpdevs,v 1.53 2003/06/10 19:39:00 christos Exp
*/
/*-
@ -44,7 +44,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.56 2003/03/05 13:10:03 itohy Exp $");
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.57 2003/06/10 19:39:12 christos Exp $");
#include <sys/param.h>
#include <dev/isapnp/isapnpdevs.h>
@ -93,6 +93,7 @@ static const struct isapnp_matchinfo isapnp_com_devlogic[] = {
{"BRI1400", 0}, /* Boca 33.6 PnP */
{"BRIB400", 0}, /* Boca 56k PnP */
{"ROK0010", 0}, /* Rockwell ? */
{"ROK3360", 0}, /* Rockwell 33.6k PnP */
{"USR0004", 0}, /* USR Sportster 14.4k */
{"USR0006", 0}, /* USR Sportster 33.6k */
{"USR0009", 0}, /* USR Courier V.Everything */
@ -116,7 +117,7 @@ static const struct isapnp_matchinfo isapnp_com_devcompat[] = {
{"PNP0501", 0}, /* Generic 16550A */
};
const struct isapnp_devinfo isapnp_com_devinfo = {
isapnp_com_devlogic, 23,
isapnp_com_devlogic, 24,
isapnp_com_devcompat, 2,
};

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.h,v 1.52 2003/03/05 13:10:03 itohy Exp $ */
/* $NetBSD: isapnpdevs.h,v 1.53 2003/06/10 19:39:12 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: isapnpdevs,v 1.52 2003/03/05 13:08:27 itohy Exp
* NetBSD: isapnpdevs,v 1.53 2003/06/10 19:39:00 christos Exp
*/