diff options
author | imp <imp@FreeBSD.org> | 2004-03-25 21:56:43 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-03-25 21:56:43 +0000 |
commit | 0bb017e235d7066a779585bb1d609eab1ffa60b7 (patch) | |
tree | b1ff93686abb236d18edd612c1dc9f3482039b9b /sys/dev | |
parent | 988874931b3a8e18865c1d4bae1617f912336763 (diff) | |
download | FreeBSD-src-0bb017e235d7066a779585bb1d609eab1ffa60b7.zip FreeBSD-src-0bb017e235d7066a779585bb1d609eab1ffa60b7.tar.gz |
Sync to pccarddevs 1.82
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pccard/pccarddevs.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/pccard/pccarddevs.h b/sys/dev/pccard/pccarddevs.h index 71e6471..3541033 100644 --- a/sys/dev/pccard/pccarddevs.h +++ b/sys/dev/pccard/pccarddevs.h @@ -4,7 +4,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.81 2004/01/21 16:02:20 ume Exp + * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.82 2004/03/25 21:56:28 imp Exp */ /* $NetBSD: pcmciadevs,v 1.186 2003/09/16 08:26:37 onoe Exp $ */ /* $OpenBSD: pcmciadevs,v 1.93 2002/06/21 08:31:10 henning Exp $ */ @@ -443,10 +443,13 @@ #define PCMCIA_STR_INTEL_ETHEREXPPRO "Intel EtherExpress Pro PCMCIA Card" /* Intersil */ -/* Note: The following likely is an OEM card under a different Intersil name */ +/* OEMs sell these things under different marketing names */ #define PCMCIA_CIS_INTERSIL_MA401RA { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_INTERSIL_MA401RA 0x7300 #define PCMCIA_STR_INTERSIL_MA401RA "Netgear MA401RA" +#define PCMCIA_CIS_INTERSIL_DWL650 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_INTERSIL_DWL650 0x7110 +#define PCMCIA_STR_INTERSIL_DWL650 "Dlink DWL650" /* I-O DATA */ #define PCMCIA_CIS_IODATA_PCLATE { NULL, NULL, NULL, NULL } |