regen for IBM EtherJet ISA.
This commit is contained in:
parent
dcb7807cbe
commit
e9dd0249c8
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: isapnpdevs.c,v 1.47 2001/11/16 18:34:08 christos Exp $ */
|
||||
/* $NetBSD: isapnpdevs.c,v 1.48 2001/11/27 12:21:49 yamt Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
|
@ -44,7 +44,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.47 2001/11/16 18:34:08 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.48 2001/11/27 12:21:49 yamt Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <dev/isapnp/isapnpdevs.h>
|
||||
|
@ -116,6 +116,15 @@ const struct isapnp_devinfo isapnp_com_devinfo = {
|
|||
isapnp_com_devcompat, 2,
|
||||
};
|
||||
|
||||
/* Cirrus Logic Crystal CS89x0 Ethernet */
|
||||
static const struct isapnp_matchinfo isapnp_cs_devlogic[] = {
|
||||
{"IBM1010", 0}, /* IBM EtherJet ISA */
|
||||
};
|
||||
const struct isapnp_devinfo isapnp_cs_devinfo = {
|
||||
isapnp_cs_devlogic, 1,
|
||||
NULL, 0,
|
||||
};
|
||||
|
||||
/* 3Com 3CXXX Ethernet */
|
||||
static const struct isapnp_matchinfo isapnp_ep_devlogic[] = {
|
||||
{"TCM5051", 0}, /* 3Com 3c515 */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: isapnpdevs.h,v 1.43 2001/11/16 18:34:08 christos Exp $ */
|
||||
/* $NetBSD: isapnpdevs.h,v 1.44 2001/11/27 12:21:49 yamt Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
|
@ -67,6 +67,8 @@ extern const struct isapnp_devinfo isapnp_aic_devinfo;
|
|||
extern const struct isapnp_devinfo isapnp_an_devinfo;
|
||||
/* National Semiconductor Serial */
|
||||
extern const struct isapnp_devinfo isapnp_com_devinfo;
|
||||
/* Cirrus Logic Crystal CS89x0 Ethernet */
|
||||
extern const struct isapnp_devinfo isapnp_cs_devinfo;
|
||||
/* 3Com 3CXXX Ethernet */
|
||||
extern const struct isapnp_devinfo isapnp_ep_devinfo;
|
||||
/* ESS Audio Drive */
|
||||
|
|
Loading…
Reference in New Issue