From 4b4304fa9dae9a5d7a47ad0e730e9695dc4d13cb Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 20 Feb 1998 18:09:28 +0000 Subject: [PATCH] Update docs for new stable-167 driver. Submitted by: Ustimenko Semen --- share/man/man4/man4.i386/tx.4 | 32 ++++++++++++++++++++------------ share/man/man4/tx.4 | 32 ++++++++++++++++++++------------ 2 files changed, 40 insertions(+), 24 deletions(-) diff --git a/share/man/man4/man4.i386/tx.4 b/share/man/man4/man4.i386/tx.4 index 5233a2896fee..fb0601fcafd9 100644 --- a/share/man/man4/man4.i386/tx.4 +++ b/share/man/man4/man4.i386/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 , diff --git a/share/man/man4/tx.4 b/share/man/man4/tx.4 index 5233a2896fee..fb0601fcafd9 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 ,