diff options
author | 2016-05-23 19:34:47 +0000 | |
---|---|---|
committer | 2016-05-23 19:34:47 +0000 | |
commit | b9c1f6c7c19e1f7ddffad3c39700bc413b3510c3 (patch) | |
tree | 40510cf5b84ef814f94aed0414565ce4ecb04f65 | |
parent | Add support for manually resetting neighbors. (diff) | |
download | wireguard-openbsd-b9c1f6c7c19e1f7ddffad3c39700bc413b3510c3.tar.xz wireguard-openbsd-b9c1f6c7c19e1f7ddffad3c39700bc413b3510c3.zip |
VIA VL805 xHCI
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 78f51739ff5..5939a1a267d 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1798 2016/05/23 06:52:10 dlg Exp $ +$OpenBSD: pcidevs,v 1.1799 2016/05/23 19:34:47 chris Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -7188,6 +7188,7 @@ product VIATECH VT8237S_ISA 0x3372 VT8237S ISA product VIATECH VT8237A_PPB_1 0x337a VT8237A product VIATECH VT8237A_PPB_2 0x337b VT8237A product VIATECH VL80x_XHCI 0x3432 VL80x xHCI +product VIATECH VL805_XHCI 0x3483 VL805 xHCI product VIATECH K8M800_4 0x4204 K8M800 Host product VIATECH K8T890_4 0x4238 K8T890 Host product VIATECH PT880_4 0x4258 PT880 Host |