Module Name:    src
Committed By:   skrll
Date:           Wed Dec 23 10:43:00 UTC 2020

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

Log Message:
More sorting


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/arch/evbarm/conf/GENERIC

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/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.86 src/sys/arch/evbarm/conf/GENERIC:1.87
--- src/sys/arch/evbarm/conf/GENERIC:1.86	Wed Dec 23 10:32:07 2020
+++ src/sys/arch/evbarm/conf/GENERIC	Wed Dec 23 10:43:00 2020
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC,v 1.86 2020/12/23 10:32:07 skrll Exp $
+#	$NetBSD: GENERIC,v 1.87 2020/12/23 10:43:00 skrll Exp $
 #
 #	GENERIC ARM (aarch32) kernel
 #
@@ -261,8 +261,8 @@ tegra210xpad* 	at fdt?			# NVIDIA Tegra 
 tegra210xphy* 	at tegra210xpad?
 
 # PCIE
-pcihost* 	at fdt?			# Generic PCI host controller
 imxpcie* 	at fdt?			# i.MX PCIE
+pcihost* 	at fdt?			# Generic PCI host controller
 tegrapcie0 	at fdt?			# NVIDIA Tegra PCIE
 pci* 		at pcibus?
 ppb* 		at pci? dev ? function ?

Reply via email to