diff options
author | jkh <jkh@FreeBSD.org> | 1998-02-20 18:09:28 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-02-20 18:09:28 +0000 |
commit | ebd2dc578df2bed25bcc3bd29636e42c89d96af8 (patch) | |
tree | b1f86ea2802fc99ae237eef7cffbf6eba98e9929 /share/man/man4/tx.4 | |
parent | fc9ab0ca4c63b906047c97d610e62f95632723bf (diff) | |
download | FreeBSD-src-ebd2dc578df2bed25bcc3bd29636e42c89d96af8.zip FreeBSD-src-ebd2dc578df2bed25bcc3bd29636e42c89d96af8.tar.gz |
Update docs for new stable-167 driver.
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
Diffstat (limited to 'share/man/man4/tx.4')
-rw-r--r-- | share/man/man4/tx.4 | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/share/man/man4/tx.4 b/share/man/man4/tx.4 index 5233a28..fb0601f 100644 --- a/share/man/man4/tx.4 +++ b/share/man/man4/tx.4 @@ -44,16 +44,24 @@ The driver supports the following media types: .Pp .Bl -tag -width xxxxxxxxxxxxxxx -.It link0 -Disable autonegotiation -.It link1 -Set full-duplex mode -.It link2 -Set 100Mbps mode +.It autoselect +Enable autonegotiation (default) +.It 100baseTX +Set 100Mbps (fast ethernet) operation +.It 10baseT/UTP +Set 10Mbps on 10baseT port .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. +The +.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 .Bl -diag .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. .It "tx%d: WARNING! no link estabilished" No media connected. Displayed at startup only. -.It "tx%d: malloc failed" -Failed to allocate static buffer for FIFO rings. +.It "tx%d: cannot allocate mbuf header/cluster" +Cannot allocate memory for received packet. Packet througth away. .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. +The multicast packets filtering is not supported. +Only one PHY was realy tested (Quality Semiconductor QS6612). .Sh SEE ALSO .Xr arp 4 , .Xr netintro 4 , |