diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2019-02-20 03:11:39 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2019-02-20 03:11:39 +0000 |
commit | 0af17e009ced4ca49e05d1d0948030397fc786b8 (patch) | |
tree | 69e2d4b8742f4fe5acccb5094698bf8884f9a91b /sys/dev/pci | |
parent | 9d93193a5970d527a23cfeb44a30d70969f88a25 (diff) |
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/dev/pci')
-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 |