Module Name:    src
Committed By:   jmcneill
Date:           Wed Jun 12 10:14:05 UTC 2019

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC64

Log Message:
Add rkpcie, rkpciephy


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.96 src/sys/arch/evbarm/conf/GENERIC64:1.97
--- src/sys/arch/evbarm/conf/GENERIC64:1.96	Thu Jun  6 22:41:02 2019
+++ src/sys/arch/evbarm/conf/GENERIC64	Wed Jun 12 10:14:05 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.96 2019/06/06 22:41:02 jmcneill Exp $
+#	$NetBSD: GENERIC64,v 1.97 2019/06/12 10:14:05 jmcneill Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -272,6 +272,8 @@ tegra210xphy*	at tegra210xpad?
 # PCIE
 pcihost*	at fdt?			# Generic PCI host controller
 acpipchb*	at acpi?		# ACPI PCIe host bridge
+rkpcie*		at fdt?			# Rockchip AXI PCIE
+rkpciephy*	at fdt? pass 9		# Rockchip AXI PCIE PHY
 tegrapcie0	at fdt?			# NVIDIA Tegra PCIE
 pci*		at pcibus?
 ppb*		at pci? dev ? function ?

Reply via email to