mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Prefer ate over macb. macb doesn't work anymore, and ate has more
errata workarounds in it.
This commit is contained in:
parent
8203a40e4d
commit
adebcba798
4 changed files with 1 additions and 4 deletions
|
|
@ -70,7 +70,7 @@ device random
|
|||
device loop
|
||||
device ether
|
||||
device uart
|
||||
device macb
|
||||
device ate
|
||||
device mii
|
||||
#device lxtphy
|
||||
|
||||
|
|
|
|||
|
|
@ -86,7 +86,6 @@ device uart # Serial Ports
|
|||
|
||||
# Ethernet
|
||||
device ate # Ethernet Driver
|
||||
#device macb # Alternate Ethernet driver
|
||||
device mii
|
||||
option AT91_ATE_USE_RMII
|
||||
|
||||
|
|
|
|||
|
|
@ -85,7 +85,6 @@ device uart # Serial Ports
|
|||
|
||||
# Ethernet
|
||||
device ate # Ethernet Driver
|
||||
#device macb # Alternate Ethernet driver
|
||||
device mii
|
||||
option AT91_ATE_USE_RMII
|
||||
|
||||
|
|
|
|||
|
|
@ -85,7 +85,6 @@ device uart # Serial Ports
|
|||
|
||||
# Ethernet
|
||||
device ate # Ethernet Driver
|
||||
#device macb # Alternate Ethernet driver
|
||||
device mii
|
||||
option AT91_ATE_USE_RMII
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue