Regen
This commit is contained in:
parent
da964967e6
commit
c1bacdf420
|
@ -1,10 +1,10 @@
|
||||||
/* $NetBSD: isapnpdevs.c,v 1.63 2006/04/13 00:30:43 christos Exp $ */
|
/* $NetBSD: isapnpdevs.c,v 1.64 2006/04/27 21:33:42 christos 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.59 2006/04/13 00:30:20 christos Exp
|
* NetBSD: isapnpdevs,v 1.60 2006/04/27 21:33:23 christos Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.63 2006/04/13 00:30:43 christos Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.64 2006/04/27 21:33:42 christos Exp $");
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <dev/isapnp/isapnpdevs.h>
|
#include <dev/isapnp/isapnpdevs.h>
|
||||||
|
@ -102,6 +102,7 @@ static const struct isapnp_matchinfo isapnp_com_devlogic[] = {
|
||||||
{"OZO8039", 0}, /* Zoom 56k flex */
|
{"OZO8039", 0}, /* Zoom 56k flex */
|
||||||
{"BRI1400", 0}, /* Boca 33.6 PnP */
|
{"BRI1400", 0}, /* Boca 33.6 PnP */
|
||||||
{"BRIB400", 0}, /* Boca 56k PnP */
|
{"BRIB400", 0}, /* Boca 56k PnP */
|
||||||
|
{"DAV0336", 0}, /* Davicom 33.6 PnP */
|
||||||
{"ROK0010", 0}, /* Rockwell ? */
|
{"ROK0010", 0}, /* Rockwell ? */
|
||||||
{"ROK3360", 0}, /* Rockwell 33.6k PnP */
|
{"ROK3360", 0}, /* Rockwell 33.6k PnP */
|
||||||
{"USR0004", 0}, /* USR Sportster 14.4k */
|
{"USR0004", 0}, /* USR Sportster 14.4k */
|
||||||
|
@ -127,7 +128,7 @@ static const struct isapnp_matchinfo isapnp_com_devcompat[] = {
|
||||||
{"PNP0501", 0}, /* Generic 16550A */
|
{"PNP0501", 0}, /* Generic 16550A */
|
||||||
};
|
};
|
||||||
const struct isapnp_devinfo isapnp_com_devinfo = {
|
const struct isapnp_devinfo isapnp_com_devinfo = {
|
||||||
isapnp_com_devlogic, 24,
|
isapnp_com_devlogic, 25,
|
||||||
isapnp_com_devcompat, 2,
|
isapnp_com_devcompat, 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
/* $NetBSD: isapnpdevs.h,v 1.59 2006/04/13 00:30:43 christos Exp $ */
|
/* $NetBSD: isapnpdevs.h,v 1.60 2006/04/27 21:33:42 christos 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.59 2006/04/13 00:30:20 christos Exp
|
* NetBSD: isapnpdevs,v 1.60 2006/04/27 21:33:23 christos Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue