From e843abc9ba1e04c17d28ea6400c0d3cf49a4435e Mon Sep 17 00:00:00 2001 From: gonzo Date: Tue, 21 Aug 2018 21:30:19 +0000 Subject: [PATCH] Add muge(4) to the arm64 GENERIC kernel muge(4) is the USB ethernet adapter that is used in RPi 3B+. Shipping it in GENERIC kernel allows using NFS root out of the box instead of either building custom kernel or modifying loader.conf for early loading of if_muge.ko No objections: emaste --- sys/arm64/conf/GENERIC | 1 + sys/conf/files | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index e09dc61083c0..6dea8a70dfb6 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -188,6 +188,7 @@ device ukbd # Keyboard device umass # Disks/Mass storage - Requires scbus and da # USB ethernet support +device muge device smcphy device smsc diff --git a/sys/conf/files b/sys/conf/files index 51d5a1516669..247de01e96e2 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -3298,6 +3298,7 @@ dev/usb/net/if_cue.c optional cue dev/usb/net/if_ipheth.c optional ipheth dev/usb/net/if_kue.c optional kue dev/usb/net/if_mos.c optional mos +dev/usb/net/if_muge.c optional muge dev/usb/net/if_rue.c optional rue dev/usb/net/if_smsc.c optional smsc dev/usb/net/if_udav.c optional udav