diff options
author | 2007-05-11 17:16:16 +0000 | |
---|---|---|
committer | 2007-05-11 17:16:16 +0000 | |
commit | 90e06d4fe5e2b121a884daf054c8ad192a38b9d1 (patch) | |
tree | c1fe1c791d39a06e641f9370d2bc8060f962a7f4 | |
parent | Ditch acard_pci_intr() as nothing currently uses it. (diff) | |
download | wireguard-openbsd-90e06d4fe5e2b121a884daf054c8ad192a38b9d1.tar.xz wireguard-openbsd-90e06d4fe5e2b121a884daf054c8ad192a38b9d1.zip |
Add vendor and product; AboCom Systems, Inc. SDW11G.
-rw-r--r-- | sys/dev/sdmmc/sdmmcdevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/sdmmc/sdmmcdevs b/sys/dev/sdmmc/sdmmcdevs index 9ea29490bce..11fce6919af 100644 --- a/sys/dev/sdmmc/sdmmcdevs +++ b/sys/dev/sdmmc/sdmmcdevs @@ -1,4 +1,4 @@ - $OpenBSD: sdmmcdevs,v 1.7 2006/12/20 19:33:54 deraadt Exp $ + $OpenBSD: sdmmcdevs,v 1.8 2007/05/11 17:16:16 mglocker Exp $ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -28,11 +28,15 @@ vendor SYCHIP 0x02db SyChip Inc. vendor SPECTEC 0x02fe Spectec Computer Co., Ltd vendor GLOBALSAT 0x0501 Globalsat Technology Co. vendor MEDIATEK 0x037a MediaTek Inc. +vendor ABOCOM 0x13d1 AboCom Systems, Inc. /* * List of known products, grouped by vendor */ +/* AboCom Systems, Inc. */ +product ABOCOM SDW11G 0xac02 SDW11G + /* Atheros */ product ATHEROS AR6001_8 0x0108 AR6001 product ATHEROS AR6001_9 0x0109 AR6001 |