diff options
author | David Leonard <d@cvs.openbsd.org> | 2001-06-12 09:07:33 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2001-06-12 09:07:33 +0000 |
commit | f05c6d7433221fb8e252e16f2ed15e5038b4615d (patch) | |
tree | b2d70f16ec59c8c37aab0ec027d12e29c4530c4a /sys/dev | |
parent | 41ac2d11868d04cd599bf1053f5486412955bf13 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 06052a11208..c767ffa48d5 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.71 2001/06/07 22:42:01 millert Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.72 2001/06/12 09:07:32 d Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.66 2001/06/07 22:41:00 millert Exp + * OpenBSD: pcmciadevs,v 1.67 2001/06/12 09:05:33 d Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -88,6 +88,7 @@ #define PCMCIA_VENDOR_NEWMEDIA2 0x10cd /* NewMedia */ #define PCMCIA_VENDOR_LASAT 0x3401 /* Lasat */ #define PCMCIA_VENDOR_LEXARMEDIA 0x4e01 /* Lexar Media */ +#define PCMCIA_VENDOR_ARCHOS 0x5241 /* Archos */ #define PCMCIA_VENDOR_DUAL 0x890f /* Dual */ #define PCMCIA_VENDOR_COMPEX 0x8a01 /* Compex */ #define PCMCIA_VENDOR_MELCO 0x8a01 /* Melco Corporation */ @@ -142,6 +143,10 @@ #define PCMCIA_CIS_ALLIEDTELESIS_LA_PCM { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_ALLIEDTELESIS_LA_PCM 0x0002 +/* Archos */ +#define PCMCIA_CIS_ARCHOS_ARC_ATAPI { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_ARCHOS_ARC_ATAPI 0x0043 + /* Bay Networks */ #define PCMCIA_CIS_BAY_STACK_650 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_BAY_STACK_650 0x0804 |