Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf sort Ethernet devices for ease to read



details:   https://anonhg.NetBSD.org/src/rev/693ed427bcfc
branches:  trunk
changeset: 745968:693ed427bcfc
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed Mar 18 04:02:20 2020 +0000

description:
sort Ethernet devices for ease to read

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 79fd09f5f6c2 -r 693ed427bcfc sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Wed Mar 18 03:49:17 2020 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Wed Mar 18 04:02:20 2020 +0000
@@ -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 @@
 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?
+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
-genet*         at acpi?                        # Broadcom GENET v5
-genet*         at fdt?
 mcx*           at pci? dev ? function ?        # Mellanox 5th generation Ethernet
 mskc*          at pci? dev ? function ?        # Marvell Yukon 2 Gigabit Ethernet
 msk*           at mskc?



Home | Main Index | Thread Index | Old Index