The branch main has been updated by wma:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=8cbbe351053634f8ef8fbaf0c56d8fee46642bf6

commit 8cbbe351053634f8ef8fbaf0c56d8fee46642bf6
Author:     Kornel Duleba <min...@semihalf.com>
AuthorDate: 2021-09-30 07:34:52 +0000
Commit:     Wojciech Macek <w...@freebsd.org>
CommitDate: 2021-10-01 09:24:08 +0000

    arm64: std.nxp Add enetc NIC driver
    
    It was missed during the conversion of kernel configs.
    Although the driver is already built as a kernel module we might
    want to have it built-in for diskless booting and such.
---
 sys/arm64/conf/std.nxp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys/arm64/conf/std.nxp b/sys/arm64/conf/std.nxp
index f67f4f0267ec..05e74fca5170 100644
--- a/sys/arm64/conf/std.nxp
+++ b/sys/arm64/conf/std.nxp
@@ -19,6 +19,9 @@ device                dwc3                    # Synopsys DWC 
controller
 # MMC/SD/SDIO Card slot support
 device         sdhci
 
+# Ethernet NICs
+device         enetc                   # QorIQ LS1028A NIC
+
 options        FDT
 device         acpi
 
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to