git: 5e6f76f3704f - main - Add ethernet to the standard drivers for imx8.

Ian Lepore ian at FreeBSD.org
Tue Sep 28 17:25:19 UTC 2021


The branch main has been updated by ian:

URL: https://cgit.FreeBSD.org/src/commit/?id=5e6f76f3704f2cc5db3dbc0628a12549de1c7795

commit 5e6f76f3704f2cc5db3dbc0628a12549de1c7795
Author:     Ian Lepore <ian at FreeBSD.org>
AuthorDate: 2021-09-28 17:18:51 +0000
Commit:     Ian Lepore <ian at FreeBSD.org>
CommitDate: 2021-09-28 17:18:51 +0000

    Add ethernet to the standard drivers for imx8.
---
 sys/arm64/conf/std.imx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys/arm64/conf/std.imx b/sys/arm64/conf/std.imx
index 7a7e25cd33c6..55baf1aa712d 100644
--- a/sys/arm64/conf/std.imx
+++ b/sys/arm64/conf/std.imx
@@ -15,6 +15,9 @@ device		uart_imx		# iMX8 UART
 # MMC/SD/SDIO Card slot support
 device		sdhci
 
+# Ethernet
+device		ffec
+
 options 	FDT
 
 # DTBs


More information about the dev-commits-src-main mailing list