diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-07-22 02:58:51 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-07-22 02:58:51 +0000 |
commit | b85fbd4f678a2f85a0693ac5b1208a67e143dec8 (patch) | |
tree | b1eec83b4d373f1c6cfb79f8a5c7d79dadfe5915 /sys | |
parent | 0e15d0e91db1fc9af5e8be24263c0276c69821ba (diff) |
regen
Diffstat (limited to 'sys')
-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 aadd493404b..9e20e79db66 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.43 2000/06/26 06:15:11 aaron Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.44 2000/07/22 02:58:50 mickey Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.37 2000/06/20 04:54:40 niklas Exp + * OpenBSD: pcmciadevs,v 1.39 2000/07/22 02:58:18 mickey Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -73,6 +73,7 @@ #define PCMCIA_VENDOR_RAYTHEON 0x01a6 /* Raytheon */ #define PCMCIA_VENDOR_BAY 0x01eb /* Bay Networks */ #define PCMCIA_VENDOR_IODATA 0x01bf /* I-O DATA */ +#define PCMCIA_VENDOR_FARALLON 0x0200 /* Farallon Communications */ #define PCMCIA_VENDOR_NOKIA 0x023d /* Nokia Communications */ #define PCMCIA_VENDOR_BREEZECOM 0x0a02 /* BreezeCOM */ #define PCMCIA_VENDOR_NEWMEDIA2 0x10cd /* NewMedia */ @@ -160,6 +161,10 @@ #define PCMCIA_CIS_DUAL_NE2000 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_DUAL_NE2000 0x0100 +/* Farallon Communications */ +#define PCMCIA_CIS_FARALLON_SKYLINE { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_FARALLON_SKYLINE 0x0a01 + /* Fujitsu */ #define PCMCIA_CIS_FUJITSU_SCSI600 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_FUJITSU_SCSI600 0x0401 |