fxp0: WARNING: SCB timed out!
The driver timed out waiting for the chip's command interface to become ready.
fxp0: too many segments, aborting
The driver encountered a packet that included too many DMA segments, and was not able to allocate a new buffer to transmit the packet from. The packet has been dropped.
fxp0: too many segments, retrying
The driver encountered a packet that included too many DMA segments, and allocated a new buffer to transmit the packet from.
fxp0: can't load mbuf chain, error = %d
The driver was unable to load a transmit DMA map, and has reported the errno value.
fxp0: device timeout
The device failed to generate a transmit complete interrupt for the last packet transmitted. The device has been reset.
fxp0: can't load rx buffer, error = %d
The driver was unable to load the DMA map for a receive buffer, and has reported the errno value. This error is currently fatal, and will panic the system.
fxp0: fxp_mdi_read: timed out
The MDIO failed to become ready during an MII read operation.
fxp0: fxp_mdi_write: timed out
The MDIO failed to become ready during an MII write operation.
fxp0: May need receiver lock-up workaround
The interface may need to be periodically reset to workaround a receiver lock-up bug.