diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-03-25 21:56:43 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-03-25 21:56:43 +0000 |
| commit | d0439ed0f0dd87b26c4b0a120740c5c9aefc92c1 (patch) | |
| tree | b1ff93686abb236d18edd612c1dc9f3482039b9b /sys | |
| parent | 5ebeb913eafa49dc85b399c5b2324bc6b87bd8f9 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 71e6471d1a8f..3541033d894f 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 } |
