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
This commit is contained in:
parent
8a06ca2f73
commit
aa77662373
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user