Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2021 17:25:19 GMT
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5e6f76f3704f - main - Add ethernet to the standard drivers for imx8.
Message-ID:  <202109281725.18SHPJaQ075699@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ian:

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

commit 5e6f76f3704f2cc5db3dbc0628a12549de1c7795
Author:     Ian Lepore <ian@FreeBSD.org>
AuthorDate: 2021-09-28 17:18:51 +0000
Commit:     Ian Lepore <ian@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109281725.18SHPJaQ075699>