From 9670878a82573cf9c9c221a8bc1178c0c40e00b3 Mon Sep 17 00:00:00 2001 From: nathanw Date: Sat, 19 Dec 1998 23:48:39 +0000 Subject: [PATCH] Regen. --- sys/dev/pcmcia/pcmciadevs.h | 5 ++++- sys/dev/pcmcia/pcmciadevs_data.h | 9 ++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 851f41217bdc..6a6e7e889416 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,4 +1,4 @@ -/* $NetBSD: pcmciadevs.h,v 1.27 1998/12/18 22:07:53 thorpej Exp $ */ +/* $NetBSD: pcmciadevs.h,v 1.28 1998/12/19 23:48:39 nathanw Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -182,6 +182,9 @@ #define PCMCIA_STR_TDK_DFL9610 "TDK DFL9610 Ethernet & Digital Cellular" /* TDK Vendor ID also used by Xircom! */ +#define PCMCIA_CIS_TDK_XIR_CE { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_TDK_XIR_CE 0x0108 +#define PCMCIA_STR_TDK_XIR_CE "Xircom CreditCard Ethernet" #define PCMCIA_CIS_TDK_XIR_PS_CE2_10 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_TDK_XIR_PS_CE2_10 0x010b #define PCMCIA_STR_TDK_XIR_PS_CE2_10 "Xircom CreditCard CE2 Ethernet" diff --git a/sys/dev/pcmcia/pcmciadevs_data.h b/sys/dev/pcmcia/pcmciadevs_data.h index 39468b3bbfb4..d890ba4bd3ae 100644 --- a/sys/dev/pcmcia/pcmciadevs_data.h +++ b/sys/dev/pcmcia/pcmciadevs_data.h @@ -1,4 +1,4 @@ -/* $NetBSD: pcmciadevs_data.h,v 1.27 1998/12/18 22:07:53 thorpej Exp $ */ +/* $NetBSD: pcmciadevs_data.h,v 1.28 1998/12/19 23:48:39 nathanw Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -233,6 +233,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = { "TDK Corporation", "TDK DFL9610 Ethernet & Digital Cellular" }, }, + { + PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_XIR_CE, + PCMCIA_CIS_TDK_XIR_CE, + 0, + "TDK Corporation", + "Xircom CreditCard Ethernet" }, + }, { PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_XIR_PS_CE2_10, PCMCIA_CIS_TDK_XIR_PS_CE2_10,