diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2016-08-17 10:01:21 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2016-08-17 10:01:21 +0000 |
commit | 75939d75f04a53eb8be55d1134ce8543b5c80a15 (patch) | |
tree | 3c8c4e2e46d2c36a7f0b2822dfe92b1689e68558 /sys | |
parent | 6ceb0cec22bfbfda0bfab20ef7ff1aae9dfc9e02 (diff) |
Add PCI ID for Ralink RT5392 and additional IDs for RT5390 devices.
Part of a larger patch by James Hastings.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index ab322962198..b95f08767b9 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1802 2016/07/31 07:36:16 jsg Exp $ +$OpenBSD: pcidevs,v 1.1803 2016/08/17 10:01:20 stsp Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -6436,6 +6436,10 @@ product RALINK RT3562 0x3562 RT3562 product RALINK RT3592 0x3592 RT3592 product RALINK RT3593 0x3593 RT3593 product RALINK RT5390 0x5390 RT5390 +product RALINK RT5392 0x5392 RT5392 +product RALINK RT5390_1 0x539a RT5390 +product RALINK RT5390_2 0x539b RT5390 +product RALINK RT5390_3 0x539f RT5390 /* RDC products */ product RDC R1010_IDE 0x1010 R1010 IDE |