Module Name:    src
Committed By:   nisimura
Date:           Wed Mar 18 04:02:20 UTC 2020

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

Log Message:
sort Ethernet devices for ease to read


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 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.144 src/sys/arch/evbarm/conf/GENERIC64:1.145
--- src/sys/arch/evbarm/conf/GENERIC64:1.144	Wed Mar 18 03:26:14 2020
+++ src/sys/arch/evbarm/conf/GENERIC64	Wed Mar 18 04:02:20 2020
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.144 2020/03/18 03:26:14 nisimura Exp $
+#	$NetBSD: GENERIC64,v 1.145 2020/03/18 04:02:20 nisimura Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -325,12 +325,12 @@ pci*		at ppb?
 awge*		at fdt?				# DesignWare Gigabit Ethernet
 emac*		at fdt?				# Allwinner Gigabit Ethernet (EMAC)
 enet*		at fdt?				# IMX FEC
-#scx*		at fdt?				# Socionext Gigabit Ethernet
-#scx*		at acpi?
-aq*		at pci? dev ? function ?	# Aquantia AQC 10 gigabit
-ena*		at pci? dev ? function ?	# Amazon.com Elastic Network Adapter
 genet*		at acpi?			# Broadcom GENET v5
 genet*		at fdt?
+#scx*		at acpi?			# Socionext Gigabit Ethernet
+#scx*		at fdt?	
+aq*		at pci? dev ? function ?	# Aquantia AQC 10 gigabit
+ena*		at pci? dev ? function ?	# Amazon.com Elastic Network Adapter
 mcx*		at pci? dev ? function ?	# Mellanox 5th generation Ethernet
 mskc*		at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
 msk*		at mskc?

Reply via email to