MF22
This commit is contained in:
parent
8fc933e5ae
commit
aa97a2eac2
@ -53,23 +53,25 @@ Set 100Mbps mode
|
||||
.El
|
||||
.Pp
|
||||
If autonegotiation is enabled, link1 and link2 flags are meaningless.
|
||||
You should down interface and up it again if you want media type change.
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "tx%d: device timeout %d packets"
|
||||
The device stops responding.
|
||||
The device stops responding. Device and driver reset follows this error.
|
||||
.It "tx%d: PCI fatal error occured (%s)"
|
||||
One of following errors occured: PCI Target Abort, PCI Master Abort, Data
|
||||
Parity Error or Address Parity Error.
|
||||
Parity Error or Address Parity Error. Device and driver reset follows this error.
|
||||
.It "tx%d: WARNING! no link estabilished"
|
||||
No media connected.
|
||||
No media connected. Displayed at startup only.
|
||||
.It "tx%d: malloc failed"
|
||||
Failed to allocate static buffer for FIFO rings.
|
||||
.It "tx%d: can't stop %s DMA"
|
||||
While reseting, driver failed to stop device correctly.
|
||||
.El
|
||||
.Sh BUGS
|
||||
.Pp
|
||||
The multicast packets filtering is not supported. Autonegotiation for
|
||||
full-duplex modes is not supported. Recover from PCI fatal error is not
|
||||
implemented.
|
||||
full-duplex modes is not supported.
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr netintro 4 ,
|
||||
|
@ -53,23 +53,25 @@ Set 100Mbps mode
|
||||
.El
|
||||
.Pp
|
||||
If autonegotiation is enabled, link1 and link2 flags are meaningless.
|
||||
You should down interface and up it again if you want media type change.
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "tx%d: device timeout %d packets"
|
||||
The device stops responding.
|
||||
The device stops responding. Device and driver reset follows this error.
|
||||
.It "tx%d: PCI fatal error occured (%s)"
|
||||
One of following errors occured: PCI Target Abort, PCI Master Abort, Data
|
||||
Parity Error or Address Parity Error.
|
||||
Parity Error or Address Parity Error. Device and driver reset follows this error.
|
||||
.It "tx%d: WARNING! no link estabilished"
|
||||
No media connected.
|
||||
No media connected. Displayed at startup only.
|
||||
.It "tx%d: malloc failed"
|
||||
Failed to allocate static buffer for FIFO rings.
|
||||
.It "tx%d: can't stop %s DMA"
|
||||
While reseting, driver failed to stop device correctly.
|
||||
.El
|
||||
.Sh BUGS
|
||||
.Pp
|
||||
The multicast packets filtering is not supported. Autonegotiation for
|
||||
full-duplex modes is not supported. Recover from PCI fatal error is not
|
||||
implemented.
|
||||
full-duplex modes is not supported.
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr netintro 4 ,
|
||||
|
Loading…
Reference in New Issue
Block a user