diff options
author | 1999-05-16 23:14:13 +0000 | |
---|---|---|
committer | 1999-05-16 23:14:13 +0000 | |
commit | 93e0528a6db085b54a06476cb7a92dee838e5665 (patch) | |
tree | 057f904a7b4688fcef10850bda4bee90401b7660 | |
parent | Treat CIS functions a bit different as Xircom devices order the tuples a (diff) | |
download | wireguard-openbsd-93e0528a6db085b54a06476cb7a92dee838e5665.tar.xz wireguard-openbsd-93e0528a6db085b54a06476cb7a92dee838e5665.zip |
regen
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 1cb013b838c..e22c43c68a1 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.12 1999/03/04 05:53:46 fgsch Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.13 1999/05/16 23:14:13 niklas Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.10 1999/03/04 05:50:28 fgsch Exp + * OpenBSD: pcmciadevs,v 1.11 1999/05/16 22:42:44 niklas Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -51,6 +51,7 @@ #define PCMCIA_VENDOR_MEGAHERTZ 0x0102 /* Megahertz */ #define PCMCIA_VENDOR_SOCKET 0x0104 /* Socket Communications */ #define PCMCIA_VENDOR_TDK 0x0105 /* TDK */ +#define PCMCIA_VENDOR_XIRCOM 0x0105 /* XIRCOM -- same as TDK */ #define PCMCIA_VENDOR_SMC 0x0108 /* SMC */ #define PCMCIA_VENDOR_MOTOROLA 0x0109 /* Motorola */ #define PCMCIA_VENDOR_USROBOTICS 0x0115 /* US Robotics */ |