diff options
author | 2006-12-20 19:33:54 +0000 | |
---|---|---|
committer | 2006-12-20 19:33:54 +0000 | |
commit | 315e337482c7802e4edaf7d2c7fd3fc9ea05b4c4 (patch) | |
tree | 3038952ced24130ab5b34a70970470aaba35558a | |
parent | Don't bail out on a bad interrupt line if we have a valid apic interrupt pin (diff) | |
download | wireguard-openbsd-315e337482c7802e4edaf7d2c7fd3fc9ea05b4c4.tar.xz wireguard-openbsd-315e337482c7802e4edaf7d2c7fd3fc9ea05b4c4.zip |
add atheros ids
-rw-r--r-- | sys/dev/sdmmc/sdmmcdevs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/sdmmc/sdmmcdevs b/sys/dev/sdmmc/sdmmcdevs index 43dc4381fbc..9ea29490bce 100644 --- a/sys/dev/sdmmc/sdmmcdevs +++ b/sys/dev/sdmmc/sdmmcdevs @@ -1,4 +1,4 @@ - $OpenBSD: sdmmcdevs,v 1.6 2006/07/18 19:40:05 deraadt Exp $ + $OpenBSD: sdmmcdevs,v 1.7 2006/12/20 19:33:54 deraadt Exp $ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -23,6 +23,7 @@ vendor CGUYS 0x0092 C-guys, Inc. vendor TOSHIBA 0x0098 Toshiba vendor SOCKETCOM 0x0104 Socket Communications, Inc. +vendor ATHEROS 0x0271 Atheros vendor SYCHIP 0x02db SyChip Inc. vendor SPECTEC 0x02fe Spectec Computer Co., Ltd vendor GLOBALSAT 0x0501 Globalsat Technology Co. @@ -32,6 +33,12 @@ vendor MEDIATEK 0x037a MediaTek Inc. * List of known products, grouped by vendor */ +/* Atheros */ +product ATHEROS AR6001_8 0x0108 AR6001 +product ATHEROS AR6001_9 0x0109 AR6001 +product ATHEROS AR6001_a 0x010a AR6001 +product ATHEROS AR6001_b 0x010b AR6001 + /* C-guys, Inc. */ product CGUYS TIACX100 0x0001 TI ACX100 SD-Link11b WiFi Card product CGUYS SDFMRADIO2 0x0005 C-guys SD FM Radio 2 |