New manpages for various Ethernet drivers, that I didn't see manpages for.
Manpage police??? Looking kinda bored there aren't you? Need something to do? :-) I'm sure there's work here to be done. Inspired by: Joerg 2.2-R candidate after Mike gets thru with them.
This commit is contained in:
parent
41ed2e23cd
commit
44fd653298
78
share/man/man4/de.4
Normal file
78
share/man/man4/de.4
Normal file
@ -0,0 +1,78 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1997 David E. O'Brien
|
||||
.\"
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 19, 1997
|
||||
.Dt DE 4 i386
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm de
|
||||
.Nd
|
||||
DEC DC21x4x Ethernet device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device de0"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the Ethernet adapters based on the Digital
|
||||
Equipment DC21x4x based self-contained Ethernet chips.
|
||||
.Pp
|
||||
It supports the DEC PCI DE435 card, DEC EISA DE425, DEC DE450, SMC 9332,
|
||||
ZNYX ZX314, and others based on the 21040 and 21041 Ethernet controllers or
|
||||
the 21140[A] Fast 100Base-T Ethernet controller.
|
||||
.Pp
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "de%d: waking device from sleep/snooze mode"
|
||||
The 21041 and 21140A chips support suppending the operation of the card.
|
||||
.It "de%d: error: desired IRQ of %d does not match device's actual IRQ of %d"
|
||||
The device probe detected that the board is configured for a different
|
||||
interrupt than the one specified in the kernel configuration file.
|
||||
.It "de%d: not configured; limit of %d reached or exceeded"
|
||||
There is a limit of 32
|
||||
.Nm
|
||||
devices allowed in a single machine.
|
||||
.It "de%d: not configured; 21040 pass 2.0 required (%d.%d found)"
|
||||
.It "de%d: not configured; 21140 pass 1.1 required (%d.%d found)"
|
||||
Certain revisions of the chipset are not supported by this driver.
|
||||
.El
|
||||
.Pp
|
||||
.Sh CAVEATS
|
||||
Since the 21040 is available on both EISA and PCI boards, one must be careful
|
||||
in how defines the 21040 in the kernel config file.
|
||||
.Pp
|
||||
.Sh BUGS
|
||||
Currently the driver does not support multicast.
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr netintro 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
device driver was written by Matt Thomas.
|
||||
This manual page was written by David E. O'Brien.
|
70
share/man/man4/fxp.4
Normal file
70
share/man/man4/fxp.4
Normal file
@ -0,0 +1,70 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1997 David E. O'Brien
|
||||
.\"
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 19, 1997
|
||||
.Dt FXP 4 i386
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm fxp
|
||||
.Nd
|
||||
Intel EtherExpress Pro/100B ethernet device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device fxp0"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the EtherExpress Pro/100B PCI Fast Ethernet
|
||||
adapter based on the Intel i82557 Ethernet chip.
|
||||
.Pp
|
||||
.Pp
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "fxp%d: couldn't map memory"
|
||||
A fatal initialization error has occurred.
|
||||
.It "fxp%d: couldn't map interrupt"
|
||||
A fatal initialization error has occurred.
|
||||
.It "fxp%d: Failed to malloc memory"
|
||||
There are not enough mbuf's available for allocation.
|
||||
.It "fxp%d: device timeout"
|
||||
The device has stopped responding to the network, or there is a problem with
|
||||
the network connection (cable).
|
||||
.El
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr netintro 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
device driver first appeared in
|
||||
.Fx 2.1 .
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
device driver was written by David Greenman.
|
||||
This manual page was written by David E. O'Brien.
|
78
share/man/man4/man4.i386/de.4
Normal file
78
share/man/man4/man4.i386/de.4
Normal file
@ -0,0 +1,78 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1997 David E. O'Brien
|
||||
.\"
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 19, 1997
|
||||
.Dt DE 4 i386
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm de
|
||||
.Nd
|
||||
DEC DC21x4x Ethernet device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device de0"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the Ethernet adapters based on the Digital
|
||||
Equipment DC21x4x based self-contained Ethernet chips.
|
||||
.Pp
|
||||
It supports the DEC PCI DE435 card, DEC EISA DE425, DEC DE450, SMC 9332,
|
||||
ZNYX ZX314, and others based on the 21040 and 21041 Ethernet controllers or
|
||||
the 21140[A] Fast 100Base-T Ethernet controller.
|
||||
.Pp
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "de%d: waking device from sleep/snooze mode"
|
||||
The 21041 and 21140A chips support suppending the operation of the card.
|
||||
.It "de%d: error: desired IRQ of %d does not match device's actual IRQ of %d"
|
||||
The device probe detected that the board is configured for a different
|
||||
interrupt than the one specified in the kernel configuration file.
|
||||
.It "de%d: not configured; limit of %d reached or exceeded"
|
||||
There is a limit of 32
|
||||
.Nm
|
||||
devices allowed in a single machine.
|
||||
.It "de%d: not configured; 21040 pass 2.0 required (%d.%d found)"
|
||||
.It "de%d: not configured; 21140 pass 1.1 required (%d.%d found)"
|
||||
Certain revisions of the chipset are not supported by this driver.
|
||||
.El
|
||||
.Pp
|
||||
.Sh CAVEATS
|
||||
Since the 21040 is available on both EISA and PCI boards, one must be careful
|
||||
in how defines the 21040 in the kernel config file.
|
||||
.Pp
|
||||
.Sh BUGS
|
||||
Currently the driver does not support multicast.
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr netintro 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
device driver was written by Matt Thomas.
|
||||
This manual page was written by David E. O'Brien.
|
70
share/man/man4/man4.i386/fxp.4
Normal file
70
share/man/man4/man4.i386/fxp.4
Normal file
@ -0,0 +1,70 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1997 David E. O'Brien
|
||||
.\"
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 19, 1997
|
||||
.Dt FXP 4 i386
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm fxp
|
||||
.Nd
|
||||
Intel EtherExpress Pro/100B ethernet device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device fxp0"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the EtherExpress Pro/100B PCI Fast Ethernet
|
||||
adapter based on the Intel i82557 Ethernet chip.
|
||||
.Pp
|
||||
.Pp
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "fxp%d: couldn't map memory"
|
||||
A fatal initialization error has occurred.
|
||||
.It "fxp%d: couldn't map interrupt"
|
||||
A fatal initialization error has occurred.
|
||||
.It "fxp%d: Failed to malloc memory"
|
||||
There are not enough mbuf's available for allocation.
|
||||
.It "fxp%d: device timeout"
|
||||
The device has stopped responding to the network, or there is a problem with
|
||||
the network connection (cable).
|
||||
.El
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr netintro 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
device driver first appeared in
|
||||
.Fx 2.1 .
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
device driver was written by David Greenman.
|
||||
This manual page was written by David E. O'Brien.
|
83
share/man/man4/man4.i386/ix.4
Normal file
83
share/man/man4/man4.i386/ix.4
Normal file
@ -0,0 +1,83 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1997 David E. O'Brien
|
||||
.\"
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 19, 1997
|
||||
.Dt IX 4 i386
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm ix
|
||||
.Nd
|
||||
EtherExpress ethernet device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the 16-bit Intel EtherExpress Ethernet
|
||||
card based on the Intel i82586 chip.
|
||||
.Pp
|
||||
If the IRQ is autodetected if the kernel configuration file has "irq?" or
|
||||
doesn't specify an IRQ at all.
|
||||
.Pp
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "ix%d: WARNING: board is configured for IRQ %d, using %d"
|
||||
The IRQ probed from the EEPROM does not match that specified in the kernel
|
||||
configuration file. The IRQ specified in the kernel configuration file will
|
||||
be used in this case.
|
||||
.It "ix%d: invalid irq (%d)"
|
||||
An invalid IRQ was specified. This is a fatal error.
|
||||
.It "ix%d: ixstart: Packet length=%d > MTU=%d"
|
||||
The length of the Ethernet packet read was larger than the maxium transfer
|
||||
unit allowed. This message suggests an error in the driver. It probably
|
||||
should be concidered fatal and the driver shut down. Currently this does
|
||||
not happen though.
|
||||
.It "ix%d: device timeout"
|
||||
The device has stopped responding to the network, or there is a problem with
|
||||
the network connection (cable). Make sure the network connection in use
|
||||
is the same one the probe read from the EEPROM.
|
||||
.El
|
||||
.Pp
|
||||
.Sh CAVEATS
|
||||
The driver will use the IRQ specified in the kernel configuration file
|
||||
if it does not match the board setting.
|
||||
The type of network connector used (AUI, BNC, TPE) is probed from the EEPROM.
|
||||
If this does not match the interface actually in use, timeout errors will
|
||||
occur.
|
||||
.Pp
|
||||
.Sh BUGS
|
||||
Currently the driver does not support multicast.
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr netintro 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
device driver was written by Rodney W. Grimes.
|
||||
This manual page was written by David E. O'Brien.
|
94
share/man/man4/man4.i386/le.4
Normal file
94
share/man/man4/man4.i386/le.4
Normal file
@ -0,0 +1,94 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1997 David E. O'Brien
|
||||
.\"
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 19, 1997
|
||||
.Dt LE 4 i386
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm le
|
||||
.Nd
|
||||
ethernet device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the later Digital Equipment EtherWORKS II
|
||||
(DE200, DE201, DE202, DE422), and the DEC EtherWORKS III NICs (DE203, DE204,
|
||||
and DE205) NICs.
|
||||
.Pp
|
||||
The valid IRQ settings for the
|
||||
.Nm
|
||||
driver are 5, 10, 11, and 15.
|
||||
.Pp
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "le%d: not configured -- too many devices"
|
||||
There is a limit of the number of
|
||||
.Nm
|
||||
devices allowed in a single machine.
|
||||
.It "le%d: lemac configuration error: expected IRQ 0x%x actual 0x%x"
|
||||
The probed IRQ value did not match the value specified in the kernel
|
||||
configuration file. Either the card should be changed, or a new kernel
|
||||
should be built.
|
||||
.It "le%d: lemac configuration error: expected iomem 0x%x actual 0x%x"
|
||||
The probed iomem value did not match the value specified in the kernel
|
||||
configuration file. Either the card should be changed, or a new kernel
|
||||
should be built.
|
||||
.It "le%d: reset: EEPROM checksum failed (0x%x)"
|
||||
The
|
||||
.Nm
|
||||
driver depends on the information in the EEPROM being correct.
|
||||
If this error occurs, please recofigure the card.
|
||||
.It "le%d: fatal RXD error, attempting recovery"
|
||||
.It "le%d: recovery failed -- board disabled"
|
||||
A receive error occurred. The driver will attempt to recover from this
|
||||
error. However it it cannot, the driver will shut the card down.
|
||||
.It "le%d: lance: warning: excessive collisions: TDR%dns (%d-%dm)"
|
||||
An overly high number of Ethernet collisions were detected. It may be the
|
||||
case that the network is overly busy. Or this may suggest a problem with
|
||||
the EtherWORKS card.
|
||||
.El
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr netintro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr ifconfig 8
|
||||
.Rs
|
||||
.%T "Building 4.3 BSD UNIX System with Config"
|
||||
.Re
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
device driver was present in
|
||||
.Fx 2.0 .
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
device driver was written by Matt Thomas.
|
||||
This manual page was written by David E. O'Brien.
|
117
share/man/man4/man4.i386/lnc.4
Normal file
117
share/man/man4/man4.i386/lnc.4
Normal file
@ -0,0 +1,117 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1997 David E. O'Brien
|
||||
.\"
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 19, 1997
|
||||
.Dt LNC 4 i386
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm lnc
|
||||
.Nd
|
||||
ethernet device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the AMD family of Lance/PCnet Ethernet NICs
|
||||
including the Am7990 and Am79C960.
|
||||
The Ethernet cards supported by the
|
||||
.Nm
|
||||
interface are:
|
||||
.Pp
|
||||
.Bl -tag -width -offset ident -compat
|
||||
.It Novell NE2100
|
||||
.It Novell NE32-VL
|
||||
.It Isolan BICC
|
||||
.It Digital DEPCA
|
||||
.El
|
||||
.Pp
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "lnc%d: Framming error"
|
||||
A framming error occured. This means a CRC error also occurred.
|
||||
This caused the driver to drop the packet that contained the framming error.
|
||||
.It "lnc%d: Receive CRC error
|
||||
The received Ethernet frame failed the CRC checksum.
|
||||
This caused the driver to drop the packet that failed the checksum.
|
||||
.It "lnc%d: Packet dropped, no mbufs"
|
||||
The driver ran out of mbuf's. This may suggest a resource problem.
|
||||
.It "lnc%d: Couldn't allocate memory for NIC"
|
||||
This is a fatal error. The driver will not attach to the card under this
|
||||
circumstance.
|
||||
.It "lnc%d: Memory allocated above 16Mb limit"
|
||||
ISA and ESIA cards require bounce buffers for DMA transfers above 16mb.
|
||||
The Am7990 and Am79C960 only have 24 address lines and so can only access
|
||||
the lower 16Mb of physical memory. The
|
||||
.Nm
|
||||
driver assumes the memory it allocates is within the lower 16Mb range.
|
||||
This is not a very valid assumption but there's nothing that can be done
|
||||
about it yet. For shared memory NICs this isn't relevant.
|
||||
.It "lnc%d: Device timeout -- Resetting"
|
||||
The device has stopped responding to the network, or there is a problem with
|
||||
the network connection (cable). Make sure the network connection in use
|
||||
is the same one the card is configured for.
|
||||
.It "lnc%d: Transmit late collision -- Net error?"
|
||||
.It "lnc%d: Loss of carrier during transmit -- Net error?"
|
||||
.It "lnc%d: Transmit of packet failed after 16 attempts -- TDR = %d"
|
||||
.It "lnc%d: Heartbeat error -- SQE test failed"
|
||||
.It "lnc%d: Babble error - more than 1519 bytes transmitted"
|
||||
.It "lnc%d: Missed packet -- no receive buffer"
|
||||
.It "lnc%d: Memory error -- Resetting"
|
||||
.It "lnc%d: Couldn't get mbuf for transmit packet -- Resetting"
|
||||
.It "lnc%d: Receive buffer error"
|
||||
.It "lnc%d: Receive overflow error"
|
||||
.It "lnc%d: Receive interrupt with buffer still owned by controller -- Resetting"
|
||||
.It "lnc%d: Receive interrupt but not start of packet -- Resetting"
|
||||
.It "lnc%d: Start of packet found before end of previous in receive ring -- Resetting"
|
||||
.It "lnc%d: End of received packet not found -- Resetting"
|
||||
.It "lnc%d: Transmit interrupt with buffer still owned by controller -- Resetting"
|
||||
.It "lnc%d: Transmit interrupt but not start of packet -- Resetting"
|
||||
.It "lnc%d: Start of packet found before end of previous in transmit ring -- Resetting"
|
||||
.It "lnc%d: End of transmitted packet not found -- Resetting"
|
||||
.It "lnc%d: Transmit buffer error -- Resetting"
|
||||
.It "lnc%d: Transmit underflow error -- Resetting"
|
||||
.El
|
||||
.Pp
|
||||
.Sh BUGS
|
||||
This driver has the potential of being the most verbose of any of the
|
||||
Ethernet device drivers.
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr netintro 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
device driver first appeared in
|
||||
.Fx 2.2 .
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
device driver was written by Paul Richards.
|
||||
This manual page was written by David E. O'Brien.
|
85
share/man/man4/man4.i386/ze.4
Normal file
85
share/man/man4/man4.i386/ze.4
Normal file
@ -0,0 +1,85 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1997 David E. O'Brien
|
||||
.\"
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 19, 1997
|
||||
.Dt ZE 4 i386
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm ze
|
||||
.Nd
|
||||
PCMCIA Ethernet device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the IBM/National Semiconductor based PCMCIA
|
||||
Ethernet controller. This includes the IBM Credit Card Adapter I and II
|
||||
for the IBM Thinkpad, and the National `InfoMover' NE4100 PCMCIA card.
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
driver is based on the device driver for National Semiconductor DS8390
|
||||
Ethernet adapter.
|
||||
.Pp
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "ze%d: device timeout, isr=%02x, imr=%02x, imask=%04x"
|
||||
The device has stopped responding to the network, or there is a problem with
|
||||
the network connection (cable).
|
||||
.It "ze%d: shared memory corrupt - invalid packet length %d"
|
||||
This error is sometimes seen on early revisions of the Ethernet driver chip
|
||||
under high load -- the byte order of the length gets switched.
|
||||
.El
|
||||
.Pp
|
||||
.Sh CAVEATS
|
||||
This driver is only known to work with IBM Credit Card Adapter for Ethernet,
|
||||
but could probably work with other PCMCIA cards also, if it were modified
|
||||
to get the locations of the PCMCIA configuration option register (COR)
|
||||
by parsing the configuration tuples, rather than by hard-coding in
|
||||
the value expected by IBM's card.
|
||||
.Pp
|
||||
.Sh BUGS
|
||||
Currently the driver does not support multicast.
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr netintro 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
device driver first appeared in
|
||||
.Fx 1.1.5 .
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
device driver was written by Keith Moore.
|
||||
It is based on work originally by David Greenman, where
|
||||
Keith made PCMCIA modifications and additions.
|
||||
It was adapted for FreeBSD 1.1.5 by Jordan Hubbard.
|
||||
This manual page was written by David E. O'Brien.
|
58
share/man/man4/man4.i386/zp.4
Normal file
58
share/man/man4/man4.i386/zp.4
Normal file
@ -0,0 +1,58 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1997 David E. O'Brien
|
||||
.\"
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 19, 1997
|
||||
.Dt ZP 4 i386
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm zp
|
||||
.Nd
|
||||
PCMCIA Ethernet device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the 3Com 3C589 PCMCIA Etherlink III Ethernet
|
||||
controller.
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr netintro 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
device driver first appeared in
|
||||
.Fx 2.0.5 .
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
device driver was written by HOSOKAWA, Tatsumi.
|
||||
It is based on Ethernet driver code by Herb Peyerl, Devid Hinds,
|
||||
Donald Becker, David Greenman, and Seiji Murata.
|
||||
This manual page was written by David E. O'Brien.
|
Loading…
x
Reference in New Issue
Block a user