diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-04-03 03:06:25 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-04-03 03:06:25 +0000 |
commit | 9b5b4ff736ca874e23d38db920ea9c4ad0099ca7 (patch) | |
tree | 301174d5a1359c78a0b62392f5ee875d4bce44b9 /share/man | |
parent | 7723bc646307e059c5bcaa8746f47ee23cb07689 (diff) |
Remove mentioning of the link0 flag.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/nge.4 | 46 |
1 files changed, 2 insertions, 44 deletions
diff --git a/share/man/man4/nge.4 b/share/man/man4/nge.4 index 616166b19c9..6565ab74d0f 100644 --- a/share/man/man4/nge.4 +++ b/share/man/man4/nge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nge.4,v 1.29 2007/05/31 19:19:51 jmc Exp $ +.\" $OpenBSD: nge.4,v 1.30 2008/04/03 03:06:24 brad Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <wpaul@bsdi.com>. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: nge.4,v 1.11 2002/08/08 18:30:39 ambrisko Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 3 2008 $ .Dt NGE 4 .Os .Sh NAME @@ -147,50 +147,8 @@ Force full duplex operation. Force half duplex operation. .El .Pp -The -.Nm -driver also supports one special link option for 1000baseT cards: -.Bl -tag -width full-duplex -.It Cm link0 -With 1000baseT cards, establishing a link between two ports requires -that one port be configured as a master and the other a slave. -With autonegotiation, -the master/slave settings will be chosen automatically. -However when manually selecting the link state, it is necessary to -force one side of the link to be a master and the other a slave. -The -.Nm -driver configures the ports as slaves by default. -Setting the -.Cm link0 -flag with -.Xr ifconfig 8 -will set a port as a master instead. -.El -.Pp For more information on configuring this device, see .Xr ifconfig 8 . -.Sh DIAGNOSTICS -.Bl -diag -.It "nge%d: couldn't map memory" -A fatal initialization error has occurred. -.It "nge%d: couldn't map ports" -A fatal initialization error has occurred. -.It "nge%d: couldn't map interrupt" -A fatal initialization error has occurred. -.It "nge%d: no memory for softc struct!" -The driver failed to allocate memory for per-device instance information -during initialization. -.It "nge%d: failed to enable memory mapping!" -The driver failed to initialize PCI shared memory mapping. -This might -happen if the card is not in a bus-master slot. -.It "nge%d: no memory for jumbo buffers!" -The driver failed to allocate memory for Jumbo frames during -initialization. -.It "nge%d: watchdog timeout" -The device has stopped responding to the network, or there is a problem with -the network connection (cable). .El .Sh SEE ALSO .Xr arp 4 , |