diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-04-20 21:52:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-04-20 21:52:03 +0000 |
commit | 0550cb4b07dfa66e8010206e01c7734063478496 (patch) | |
tree | 841b70c3fecedc5f14e7f02e304238c915d5a6ac /sys/dev | |
parent | dc95b74bf10854a182d6206b56e11727250178c3 (diff) |
Add Broadcom BCM2711.
Diffstat (limited to 'sys/dev')
-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 651131bebf0..f184966c76f 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1920 2020/04/20 20:30:45 patrick Exp $ +$OpenBSD: pcidevs,v 1.1921 2020/04/20 21:52:02 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2358,6 +2358,7 @@ product BROADCOM BCM5901A2 0x170e BCM5901A2 product BROADCOM BCM5903F 0x170f BCM5903F product BROADCOM BCM5906 0x1712 BCM5906 product BROADCOM BCM5906M 0x1713 BCM5906M +product BROADCOM BCM2711 0x2711 BCM2711 product BROADCOM BCM4303 0x4301 BCM4303 product BROADCOM BCM4307 0x4307 BCM4307 product BROADCOM BCM4311 0x4311 BCM4311 |