diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-06-01 21:16:19 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-06-01 21:16:19 +0000 |
commit | 211a98734fb7401a219cad315c0ba3c810675d61 (patch) | |
tree | 3d9136e4436e80f7973f751beb08ffaf6d9d5bd4 /sys/dev | |
parent | 0bae8ea543674a4fcad33424298bee7804129272 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/sdmmc/sdmmcdevs.h | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/sys/dev/sdmmc/sdmmcdevs.h b/sys/dev/sdmmc/sdmmcdevs.h new file mode 100644 index 00000000000..1437d005b52 --- /dev/null +++ b/sys/dev/sdmmc/sdmmcdevs.h @@ -0,0 +1,43 @@ +/* $OpenBSD: sdmmcdevs.h,v 1.1 2006/06/01 21:16:18 uwe Exp $ */ + +/* + * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. + * + * generated from: + * OpenBSD: sdmmcdevs,v 1.1 2006/06/01 21:15:40 uwe Exp + */ + +/* + * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * List of known SD card vendors + */ + +#define SDMMC_VENDOR_SYCHIP 0x02db /* SyChip Inc. */ +#define SDMMC_VENDOR_SPECTEC 0x02fe /* Spectec Computer Co., Ltd */ + +/* + * List of known products, grouped by vendor + */ + +/* SyChip Inc. */ +#define SDMMC_CID_SYCHIP_WLAN6060SD { NULL, NULL, NULL, NULL } +#define SDMMC_PRODUCT_SYCHIP_WLAN6060SD 0x544d + +/* Spectec Computer Co., Ltd */ +#define SDMMC_CID_SPECTEC_SDIOWLAN11B { NULL, NULL, NULL, NULL } +#define SDMMC_PRODUCT_SPECTEC_SDIOWLAN11B 0x2128 |