Update docs for new stable-167 driver.

Submitted by:	Ustimenko Semen <semen@iclub.nsu.ru>
This commit is contained in:
jkh 1998-02-20 18:09:28 +00:00
parent 2687e4d97a
commit 4b4304fa9d
2 changed files with 40 additions and 24 deletions

View File

@ -44,16 +44,24 @@ The
driver supports the following media types: driver supports the following media types:
.Pp .Pp
.Bl -tag -width xxxxxxxxxxxxxxx .Bl -tag -width xxxxxxxxxxxxxxx
.It link0 .It autoselect
Disable autonegotiation Enable autonegotiation (default)
.It link1 .It 100baseTX
Set full-duplex mode Set 100Mbps (fast ethernet) operation
.It link2 .It 10baseT/UTP
Set 100Mbps mode Set 10Mbps on 10baseT port
.El .El
.Pp .Pp
If autonegotiation is enabled, link1 and link2 flags are meaningless. The
You should down interface and up it again if you want media type change. .Nm
driver supports the following media options:
.Pp
.Bl -tag -width xxxxxxxxxxxxxxx
.It full-duplex
Set full-duplex operation
.El
.Pp
The old ``ifconfig tx0 linkN'' method of configuration is not supported.
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
.Bl -diag .Bl -diag
.It "tx%d: device timeout %d packets" .It "tx%d: device timeout %d packets"
@ -63,15 +71,15 @@ One of following errors occured: PCI Target Abort, PCI Master Abort, Data
Parity Error or Address Parity Error. Device and driver reset follows this error. Parity Error or Address Parity Error. Device and driver reset follows this error.
.It "tx%d: WARNING! no link estabilished" .It "tx%d: WARNING! no link estabilished"
No media connected. Displayed at startup only. No media connected. Displayed at startup only.
.It "tx%d: malloc failed" .It "tx%d: cannot allocate mbuf header/cluster"
Failed to allocate static buffer for FIFO rings. Cannot allocate memory for received packet. Packet througth away.
.It "tx%d: can't stop %s DMA" .It "tx%d: can't stop %s DMA"
While reseting, driver failed to stop device correctly. While reseting, driver failed to stop device correctly.
.El .El
.Sh BUGS .Sh BUGS
.Pp .Pp
The multicast packets filtering is not supported. Autonegotiation for The multicast packets filtering is not supported.
full-duplex modes is not supported. Only one PHY was realy tested (Quality Semiconductor QS6612).
.Sh SEE ALSO .Sh SEE ALSO
.Xr arp 4 , .Xr arp 4 ,
.Xr netintro 4 , .Xr netintro 4 ,

View File

@ -44,16 +44,24 @@ The
driver supports the following media types: driver supports the following media types:
.Pp .Pp
.Bl -tag -width xxxxxxxxxxxxxxx .Bl -tag -width xxxxxxxxxxxxxxx
.It link0 .It autoselect
Disable autonegotiation Enable autonegotiation (default)
.It link1 .It 100baseTX
Set full-duplex mode Set 100Mbps (fast ethernet) operation
.It link2 .It 10baseT/UTP
Set 100Mbps mode Set 10Mbps on 10baseT port
.El .El
.Pp .Pp
If autonegotiation is enabled, link1 and link2 flags are meaningless. The
You should down interface and up it again if you want media type change. .Nm
driver supports the following media options:
.Pp
.Bl -tag -width xxxxxxxxxxxxxxx
.It full-duplex
Set full-duplex operation
.El
.Pp
The old ``ifconfig tx0 linkN'' method of configuration is not supported.
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
.Bl -diag .Bl -diag
.It "tx%d: device timeout %d packets" .It "tx%d: device timeout %d packets"
@ -63,15 +71,15 @@ One of following errors occured: PCI Target Abort, PCI Master Abort, Data
Parity Error or Address Parity Error. Device and driver reset follows this error. Parity Error or Address Parity Error. Device and driver reset follows this error.
.It "tx%d: WARNING! no link estabilished" .It "tx%d: WARNING! no link estabilished"
No media connected. Displayed at startup only. No media connected. Displayed at startup only.
.It "tx%d: malloc failed" .It "tx%d: cannot allocate mbuf header/cluster"
Failed to allocate static buffer for FIFO rings. Cannot allocate memory for received packet. Packet througth away.
.It "tx%d: can't stop %s DMA" .It "tx%d: can't stop %s DMA"
While reseting, driver failed to stop device correctly. While reseting, driver failed to stop device correctly.
.El .El
.Sh BUGS .Sh BUGS
.Pp .Pp
The multicast packets filtering is not supported. Autonegotiation for The multicast packets filtering is not supported.
full-duplex modes is not supported. Only one PHY was realy tested (Quality Semiconductor QS6612).
.Sh SEE ALSO .Sh SEE ALSO
.Xr arp 4 , .Xr arp 4 ,
.Xr netintro 4 , .Xr netintro 4 ,