aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ral/if_ral_pci.c
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2015-02-11 05:25:23 +0000
committerKevin Lo <kevlo@FreeBSD.org>2015-02-11 05:25:23 +0000
commit6fc44dab1979102b0fca53bb5a723fc77c62934d (patch)
tree7286d8401dbdd6faf4c729d8f6f399620e955c6e /sys/dev/ral/if_ral_pci.c
parent6fbc0f7d987aa193a8e6a0f6e87a8d3c1cd85650 (diff)
downloadsrc-6fc44dab1979102b0fca53bb5a723fc77c62934d.tar.gz
src-6fc44dab1979102b0fca53bb5a723fc77c62934d.zip
Add preliminary support for the Ralink RT5390 and RT5392 chipsets.
Committed over the D-Link DWA-525 rev A2 on amd64 with WPA.
Notes
Notes: svn path=/head/; revision=278551
Diffstat (limited to 'sys/dev/ral/if_ral_pci.c')
-rw-r--r--sys/dev/ral/if_ral_pci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ral/if_ral_pci.c b/sys/dev/ral/if_ral_pci.c
index d3a269210a3f..519b4ca30d78 100644
--- a/sys/dev/ral/if_ral_pci.c
+++ b/sys/dev/ral/if_ral_pci.c
@@ -93,7 +93,10 @@ static const struct ral_pci_ident ral_pci_ids[] = {
{ 0x1814, 0x3562, "Ralink Technology RT3562" },
{ 0x1814, 0x3592, "Ralink Technology RT3592" },
{ 0x1814, 0x3593, "Ralink Technology RT3593" },
+ { 0x1814, 0x5360, "Ralink Technology RT5390" },
+ { 0x1814, 0x5362, "Ralink Technology RT5392" },
{ 0x1814, 0x5390, "Ralink Technology RT5390" },
+ { 0x1814, 0x5392, "Ralink Technology RT5392" },
{ 0x1814, 0x539a, "Ralink Technology RT5390" },
{ 0x1814, 0x539f, "Ralink Technology RT5390" },
{ 0x1a3b, 0x1059, "AWT RT2890" },