From 22becc65062ea9d5d6fd63b4e9a235007cb22757 Mon Sep 17 00:00:00 2001 From: stsp Date: Wed, 17 Aug 2016 10:01:20 +0000 Subject: [PATCH] Add PCI ID for Ralink RT5392 and additional IDs for RT5390 devices. Part of a larger patch by James Hastings. --- sys/dev/pci/pcidevs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.20.1