This commit is contained in:
Jordan K. Hubbard 1998-02-04 15:05:23 +00:00
parent 8fc933e5ae
commit aa97a2eac2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33096
2 changed files with 14 additions and 10 deletions

View File

@ -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 ,

View File

@ -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 ,