diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-10-08 14:18:04 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-10-08 14:18:04 +0000 |
commit | b0d1141731ab4e791ec8bc816c6888af93165702 (patch) | |
tree | 728a1da4165b13bbf1de9789326823110634f11b | |
parent | c45e2c3505d86c9c5405f2dd9c3e9f52cc23e8e7 (diff) |
regen
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index c767ffa48d5..e93ebdbf875 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcmciadevs.h,v 1.72 2001/06/12 09:07:32 d Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.73 2001/10/08 14:18:03 aaron Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -562,3 +562,5 @@ #define PCMCIA_PRODUCT_SYNERGY21_S21810 PCMCIA_PRODUCT_INVALID #define PCMCIA_CIS_WISECOM_T210CT { "PCMCIA", "Ethernet Card", NULL, NULL } #define PCMCIA_PRODUCT_WISECOM_T210CT PCMCIA_PRODUCT_INVALID +#define PCMCIA_CIS_WISECOM_IPORT { "iPort", "10/100 Ethernet Card", NULL, NULL } +#define PCMCIA_PRODUCT_WISECOM_IPORT PCMCIA_PRODUCT_INVALID |