Date: Thu, 4 Feb 2021 21:08:33 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: aa77662373e3 - main - Add a comment notifying that "device axp" requires miibus for build. Message-ID: <202102042108.114L8Xri090491@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=aa77662373e378c05dfe9ce328be60bd792b5354 commit aa77662373e378c05dfe9ce328be60bd792b5354 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2021-02-04 21:05:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2021-02-04 21:05:47 +0000 Add a comment notifying that "device axp" requires miibus for build. Although if RJ-45 interface is not being used the miibus is not required but miibus is a build time dependency. Reviewed by: imp, manu, rajesh1.kumar@amd.com Approved by: imp, manu, rajesh1.kumar@amd.com Differential Revision: https://reviews.freebsd.org/D28465 --- sys/amd64/conf/GENERIC | 2 +- sys/amd64/conf/NOTES | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 9f55a935f8a5..387128f7cba8 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -251,7 +251,7 @@ device ixl # Intel 700 Series Physical Function device iavf # Intel Adaptive Virtual Function device ice # Intel 800 Series Physical Function device vmx # VMware VMXNET3 Ethernet -device axp # AMD EPYC integrated NIC +device axp # AMD EPYC integrated NIC (requires miibus) # PCI Ethernet NICs. device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index a1691f66a4cb..60d171721cf1 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -309,6 +309,8 @@ device cpufreq # vmx: VMware VMXNET3 Ethernet (BSD open source) # wpi: Intel 3945ABG Wireless LAN controller # Requires the wpi firmware module +# axp: AMD EPYC integrated NIC +# Requires the miibus module device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE options ED_3C503
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102042108.114L8Xri090491>