diff options
author | 2019-02-20 03:11:38 +0000 | |
---|---|---|
committer | 2019-02-20 03:11:38 +0000 | |
commit | eddc84c6872b515034fd6a3166062685589833a5 (patch) | |
tree | d8d9ab5dc0ac84c8caa89cde9a8e540b5a94e672 /sys | |
parent | add support for rfc 6391: flow-aware transport of pseudowires. (diff) | |
download | wireguard-openbsd-eddc84c6872b515034fd6a3166062685589833a5.tar.xz wireguard-openbsd-eddc84c6872b515034fd6a3166062685589833a5.zip |
the broadcom BCM57811_VF device id should be 0x163f, not 0x16ef
technically 0x16ef is for "BCM57416 NetXtreme-E RDMA Partition".
from msaitoh
ok jmatthew@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index d95d93c0049..770519628cf 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1876 2019/02/18 08:59:43 kevlo Exp $ +$OpenBSD: pcidevs,v 1.1877 2019/02/20 03:11:38 dlg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2083,7 +2083,7 @@ product BROADCOM BCM5716 0x163b BCM5716 product BROADCOM BCM5716S 0x163c BCM5716S product BROADCOM BCM57811 0x163d BCM57811 product BROADCOM BCM57811_MF 0x163e BCM57811 MF -product BROADCOM BCM57811_VF 0x16ef BCM57811 VF +product BROADCOM BCM57811_VF 0x163f BCM57811 VF product BROADCOM BCM57787 0x1641 BCM57787 product BROADCOM BCM57764 0x1642 BCM57764 product BROADCOM BCM5725 0x1643 BCM5725 |