diff options
| author | mlelstv <mlelstv@NetBSD.org> | 2019-07-28 15:20:22 +0000 |
|---|---|---|
| committer | mlelstv <mlelstv@NetBSD.org> | 2019-07-28 15:20:22 +0000 |
| commit | 044cbc95b0211522be06e19872032c40664efc0e (patch) | |
| tree | bb89d2c1efe06c9770b8b5e79ff1beab0d24deab /sys/dev | |
| parent | 98b365778e89fe01734b96e93b57af42f830e570 (diff) | |
Add BCM2711 PCIe Host bridge for RPI4
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 775bcb6f41f..98b8478ea27 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.1382 2019/07/24 02:23:31 msaitoh Exp $ +$NetBSD: pcidevs,v 1.1383 2019/07/28 15:20:22 mlelstv Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -2079,6 +2079,8 @@ product BROADCOM 5860 0x5860 5860 Security Processor product BROADCOM 5861 0x5861 5861 Security Processor product BROADCOM 5862 0x5862 5862 Security Processor +product BROADCOM BCM2711 0x2711 BCM2711 PCIe Host + /* Brooktree products */ product BROOKTREE BT848 0x0350 Bt848 Video Capture product BROOKTREE BT849 0x0351 Bt849 Video Capture |
