diff --git a/sys/dev/cardbus/cardbusdevs.h b/sys/dev/cardbus/cardbusdevs.h index c120ae1b86ba..5607a97cd918 100644 --- a/sys/dev/cardbus/cardbusdevs.h +++ b/sys/dev/cardbus/cardbusdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: cardbusdevs.h,v 1.13 2001/03/08 04:25:04 thorpej Exp $ */ +/* $NetBSD: cardbusdevs.h,v 1.14 2001/03/14 01:41:29 christos Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: cardbusdevs,v 1.16 2001/03/08 04:24:41 thorpej Exp + * NetBSD: cardbusdevs,v 1.17 2001/03/14 01:41:09 christos Exp */ /* @@ -106,6 +106,7 @@ /* AboCom products */ #define CARDBUS_PRODUCT_ABOCOM_FE2500 0xab02 /* FE2500 10/100 Ethernet */ +#define CARDBUS_PRODUCT_ABOCOM_PCM200 0xab03 /* FE2500 10/100 Ethernet */ /* Intel products */ #define CARDBUS_PRODUCT_INTEL_82557 0x1229 /* 82557 Fast Ethernet LAN Controller */ diff --git a/sys/dev/cardbus/cardbusdevs_data.h b/sys/dev/cardbus/cardbusdevs_data.h index f3ce9caf7ab4..bb1df28eb292 100644 --- a/sys/dev/cardbus/cardbusdevs_data.h +++ b/sys/dev/cardbus/cardbusdevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: cardbusdevs_data.h,v 1.13 2001/03/08 04:25:04 thorpej Exp $ */ +/* $NetBSD: cardbusdevs_data.h,v 1.14 2001/03/14 01:41:29 christos Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: cardbusdevs,v 1.16 2001/03/08 04:24:41 thorpej Exp + * NetBSD: cardbusdevs,v 1.17 2001/03/14 01:41:09 christos Exp */ /* @@ -157,6 +157,12 @@ struct cardbus_knowndev cardbus_knowndevs[] = { "AboCom Systems", "FE2500 10/100 Ethernet", }, + { + CARDBUS_VENDOR_ABOCOM, CARDBUS_PRODUCT_ABOCOM_PCM200, + 0, + "AboCom Systems", + "FE2500 10/100 Ethernet", + }, { CARDBUS_VENDOR_INTEL, CARDBUS_PRODUCT_INTEL_82557, 0,