git: aa77662373e3 - main - Add a comment notifying that "device axp" requires miibus for build.

Muhammad Moinur Rahman bofh at FreeBSD.org
Thu Feb 4 21:08:34 UTC 2021


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 at FreeBSD.org>
AuthorDate: 2021-02-04 21:05:47 +0000
Commit:     Muhammad Moinur Rahman <bofh at 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 at amd.com
    Approved by:    imp, manu, rajesh1.kumar at 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


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