diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2020-10-11 16:01:16 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2020-10-11 16:01:16 +0000 |
| commit | 7113afc84c0b68f1e531dbd6d57d024d868d11c0 (patch) | |
| tree | f84893cb67689b718b595990bf2a3812e5be494f /sys/arm64 | |
| parent | 53098f0e2867d8995a89cd33d46c9a6b78215085 (diff) | |
Notes
Diffstat (limited to 'sys/arm64')
| -rw-r--r-- | sys/arm64/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/arm64/conf/NOTES | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index 2807284b01f82..fcaf54129c949 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -167,7 +167,7 @@ device mdio device mii device miibus # MII bus support device awg # Allwinner EMAC Gigabit Ethernet -device axgbe # AMD Opteron A1100 integrated NIC +device axa # AMD Opteron A1100 integrated NIC device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet device neta # Marvell Armada 370/38x/XP/3700 NIC device smc # SMSC LAN91C111 diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES index 2bf2337d610fd..c966ab4362216 100644 --- a/sys/arm64/conf/NOTES +++ b/sys/arm64/conf/NOTES @@ -76,7 +76,7 @@ options PCI_IOV # PCI SR-IOV support # Ethernet NICs device mdio device awg # Allwinner EMAC Gigabit Ethernet -device axgbe # AMD Opteron A1100 integrated NIC +device axa # AMD Opteron A1100 integrated NIC device neta # Marvell Armada 370/38x/XP/3700 NIC device smc # SMSC LAN91C111 device vnic # Cavium ThunderX NIC |
