Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add BCM2711 PCIe Host bridge for RPI4



details:   https://anonhg.NetBSD.org/src/rev/49a422b432f7
branches:  trunk
changeset: 458061:49a422b432f7
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Jul 28 15:20:22 2019 +0000

description:
Add BCM2711 PCIe Host bridge for RPI4

diffstat:

 sys/dev/pci/pcidevs |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 79134feff1af -r 49a422b432f7 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Sun Jul 28 14:28:50 2019 +0000
+++ b/sys/dev/pci/pcidevs       Sun Jul 28 15:20:22 2019 +0000
@@ -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 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



Home | Main Index | Thread Index | Old Index