forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Description
Running dev-4.7 with @amboar's ftgmac100 fixes on an ast2500 platform with NCSI, we boot and bring up the device:
# ifconfig eth0 up
ftgmac100_open
ftgmac100_reset_hw
ftgmac100_init_hw
ftgmac100_start_hw
ncsi_start_dev
ncsi_start_dev ncsi_dev_state_registered
ncsi_start_dev not populated
#
# ftgmac100: NCSI interface down
Seen that before on palmetto. Normally bringing the device down and back up again a few times works. However it does not in this case:
# ifconfig eth0 down
#
# ifconfig eth0 up
ftgmac100_open
ftgmac100_reset_hw
ftgmac100_init_hw
ftgmac100_start_hw
ncsi_start_dev
ncsi_start_dev ncsi_dev_state_registered
ncsi_start_dev no active channel
ftgmac100 1e660000.ethernet eth0: nsci_start_dev failed
ftgmac100_open err
ifconfig: SIOCSIFFLAGS: No such device or address
Reactions are currently unavailable