Index: head/share/man/man4/acpi_video.4 =================================================================== --- head/share/man/man4/acpi_video.4 (revision 130649) +++ head/share/man/man4/acpi_video.4 (revision 130650) @@ -1,78 +1,83 @@ .\" .\" Copyright (c) 2004 Mark Santcroos .\" 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 AUTHOR AND CONTRIBUTORS ``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 AUTHOR OR CONTRIBUTORS 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 March 03, 2004 +.Dd March 3, 2004 .Dt ACPI_VIDEO 4 .Os .Sh NAME .Nm acpi_video .Nd ACPI Video Extensions driver .Sh SYNOPSIS .Cd "device acpi_video" .Sh DESCRIPTION This driver uses the ACPI Video Extensions to control display switching and backlight brightness. The availability of the .Xr sysctl 8 -variables depends on the functions offered by the hosts ACPI implementation. +variables depends on the functions offered by the host's ACPI implementation. .Sh SYSCTLS The following sysctls are currently implemented, -where is "crt", "lcd" or "tv": +where +.Aq Ar device +is +.Va crt , lcd , +or +.Va tv : .Bl -tag -width indent -.It Va hw.acpi.video..active +.It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .active Current state of the device. -.It Va hw.acpi.video..levels +.It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .levels List of supported brightness levels. -.It Va hw.acpi.video..brightness +.It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .brightness Current brightness level of the device. -.It Va hw.acpi.video..fullpower +.It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .fullpower Preset brightness level to be used in full power mode. -.It Va hw.acpi.video..economy +.It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .economy Preset brightness level to be used in economy mode. .El .Pp Defaults for these variables can be set in .Xr sysctl.conf 5 , which is parsed at boot-time. .Sh SEE ALSO .Xr acpi 4 , .Xr loader.conf 5 , .Xr sysctl.conf 5 , .Xr sysctl 8 .Sh HISTORY The .Nm driver first appeared in .Fx 5.3 . .Sh AUTHORS .An -nosplit The .Nm driver was written by .An Taku YAMAMOTO Aq taku@cent.saitama-u.ac.jp . This manual page was written by .An Mark Santcroos Aq marks@ripe.net . Index: head/share/man/man4/bfe.4 =================================================================== --- head/share/man/man4/bfe.4 (revision 130649) +++ head/share/man/man4/bfe.4 (revision 130650) @@ -1,99 +1,96 @@ .\" .\" Copyright (c) 2003 Stuart Walsh .\" .\" 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 September 4, 2003 .Dt BFE 4 .Os .Sh NAME .Nm bfe .Nd Broadcom BCM4401 Ethernet Device Driver .Sh SYNOPSIS .Cd "device miibus" .Cd "device bfe" .Sh DESCRIPTION The .Nm driver provides support for Broadcom BCM4401 based Fast Ethernet adapters. .Pp The .Nm driver supports the following media types: -.Pp -.Bl -tag -width xxxxxxxxxxxxxxxxxxxx -.It autoselect -Enable autoselection of the media type and options -.It 10baseT/UTP -Set 10Mbps operation -.It 100baseTX -Set 100Mbps (fast ethernet) operation +.Bl -tag -width ".Cm 10baseT/UTP" +.It Cm autoselect +Enable autoselection of the media type and options. +.It Cm 10baseT/UTP +Set 10Mbps operation. +.It Cm 100baseTX +Set 100Mbps (Fast Ethernet) operation. .El .Pp The .Nm driver supports the following media options: -.Pp -.Bl -tag -width xxxxxxxxxxxxxxxxxxxx -.It full-duplex -Set full duplex operation +.Bl -tag -width ".Cm full-duplex" +.It Cm full-duplex +Set full duplex operation. .El .Pp For further information on configuring this device, see .Xr ifconfig 8 . -.Pp .Sh DIAGNOSTICS .Bl -diag .It "bfe%d: couldn't map memory" A fatal initialization error has occurred. .It "bfe%d: couldn't map interrupt" A fatal initialization error has occurred. .It "bfe%d: failed to allocate DMA resources" There are not enough mbufs available for allocation. .It "bfe%d: watchdog timeout -- resetting" 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 , .Xr miibus 4 , .Xr netintro 4 , .Xr ng_ether 4 , .Xr ifconfig 8 .Sh HISTORY The .Nm device driver first appeared in .Fx 5.1 . .Sh AUTHORS .An -nosplit The .Nm device driver was written by .An Stuart Walsh and .An Duncan Barclay . This manual page was written by .An Stuart Walsh . Index: head/share/man/man4/dcons.4 =================================================================== --- head/share/man/man4/dcons.4 (revision 130649) +++ head/share/man/man4/dcons.4 (revision 130650) @@ -1,96 +1,100 @@ .\" Copyright (c) 2003 Hidetoshi Shimokawa .\" 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 AUTHOR ``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 AUTHOR 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 February 11, 2003 .Dt DCONS 4 .Os .Sh NAME .Nm dcons .Nd dumb console device driver .Sh SYNOPSIS .Cd device dcons .Pp .Cd options DDB .Cd options ALT_BREAK_TO_DEBUGGER .Pp .Cd device firewire .Sh DESCRIPTION The .Nm device is a simple console device which just reads from and writes to -an allocated buffer for input and output respectivly. +an allocated buffer for input and output respectively. It is of no use by itself and it is supposed that the buffer is accessed via a bus like .Xr firewire 4 or .Xr kvm 3 for interaction. .Pp The buffer consists of 4 channels. -There are 2 ports, one for the console tty and other is GDB ports then each port -has an input channel and an output channel. -.Sh EXAMPLE +There are 2 ports, one for the console TTY and another is GDB port, +then each port has an input channel and an output channel. +.Sh EXAMPLES If you want to run .Xr getty 8 -on dcons, insert the following line into +on +.Nm , +insert the following line into .Xr /etc/ttys 5 -and -send a HUP signal to +and send a +.Dv HUP +signal to .Xr init 8 -using +using .Xr kill 1 . .Bd -literal -offset indent dcons "/usr/libexec/getty std.9600" vt100 on secure .Ed .Pp Once the .Xr fwochi 4 device is initialized to allow physical access, -the buffer can be accessed from another host via a FireWire bus using the +the buffer can be accessed from another host via a +.Xr firewire 4 +bus using the .Xr dconschat 8 -application. See +application. +See .Xr dconschat 8 for more details. -.Pp .Sh FILES .Bl -tag -width indent -compact .It Pa /dev/dcons .It Pa /etc/ttys .El .Sh SEE ALSO .Xr dcons_crom 4 , .Xr ddb 4 , .Xr firewire 4 , .Xr fwohci 4 , .Xr ttys 5 , .Xr dconschat 8 , .Xr fwcontrol 8 .Sh AUTHORS .An Hidetoshi Shimokawa Aq simokawa@FreeBSD.org .Sh BUGS -This driver is still under development. -.Pp +This driver is +.Ud . Index: head/share/man/man4/dcons_crom.4 =================================================================== --- head/share/man/man4/dcons_crom.4 (revision 130649) +++ head/share/man/man4/dcons_crom.4 (revision 130650) @@ -1,63 +1,61 @@ .\" Copyright (c) 2003 Hidetoshi Shimokawa .\" 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 AUTHOR ``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 AUTHOR 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 June 16, 2003 .Dt DCONS_CROM 4 .Os .Sh NAME .Nm dcons_crom .Nd Configuration ROM stub for .Xr dcons 4 .Sh SYNOPSIS .Cd device dcons_crom .Cd device dcons .Cd device firewire -.Pp .Sh DESCRIPTION The .Nm exposes the buffer address of .Xr dcons 4 through the Configuration ROM of .Xr firewire 4 . This address is supposed to be used by .Xr dconschat 8 . -.El .Sh SEE ALSO .Xr dcons 4 , .Xr firewire 4 , .Xr fwohci 4 , .Xr dconschat 8 , -.Xr fwcontrol 8 . +.Xr fwcontrol 8 .Sh AUTHORS .An Hidetoshi Shimokawa Aq simokawa@FreeBSD.org .Sh BUGS -If you load dcons_crom.ko manually after the system is booted, you may +If you load +.Pa dcons_crom.ko +manually after the system is booted, you may have to initiate a bus reset using -.Dq Nm fwcontrol -r +.Dq Nm fwcontrol Fl r to update the Configuration ROM. -.Pp Index: head/share/man/man4/en.4 =================================================================== --- head/share/man/man4/en.4 (revision 130649) +++ head/share/man/man4/en.4 (revision 130650) @@ -1,65 +1,66 @@ .\" $FreeBSD$ .\" .Dd June 3, 2003 .Dt EN 4 .Os .Sh NAME .Nm en .Nd device driver for Midway-based ATM interfaces .Sh SYNOPSIS .Cd "device en" .Cd "device atm" .Cd "device utopia" .Sh DESCRIPTION The .Nm device driver supports Midway-based ATM interfaces including the Efficient Networks, Inc. ENI-155 and Adaptec ANA-59x0. Midway is an AAL5 SAR (Segmentation and Reassembly) chip. .Pp For configuring the card for IP see .Xr natmip 4 . .Pp The following sysctls are recognized by the driver additionally to those handled by .Xr utopia 4 : -.Bl -tag -width XXX -.It Cm hw.atm.enX.istats +.Bl -tag -width indent +.It Va hw.atm.enX.istats Contains an array of .Vt uint32_t with internal driver statistics. -.It Cm hw.atm.enX.debug +.It Va hw.atm.enX.debug This is a bit map of debugging options. This variable is only available when the driver is compiled with debugging support. .El .Pp The driver supports the media options -.Ar sdh , -.Ar noscramb +.Cm sdh , +.Cm noscramb and -.Ar unassigned +.Cm unassigned (see -.Xr utopia 4 ). +.Xr utopia 4 ) . .Sh DIAGNOSTICS .Bd -literal en0 rev 0 int a irq 5 on pci0:16 en0: ATM midway v0, board IDs 6.0, Utopia (pipelined), 512KB on-board RAM en0: maximum DMA burst length = 64 bytes en0: 7 32KB receive buffers, 8 32KB transmit buffers allocated .Ed .Sh CAVEATS The driver extensively uses DMA on PCI. The first generation PCI chipsets do not work or exhibit poor performance. .Sh SEE ALSO .Xr natm 4 , .Xr natmip 4 , .Xr utopia 4 , .Xr ifconfig 8 , .Xr route 8 .Sh AUTHORS .An Chuck Cranor -of Washington University implemented EN driver -in 1996 for +of Washington University implemented +.Nm +driver in 1996 for .Nx . Index: head/share/man/man4/fla.4 =================================================================== --- head/share/man/man4/fla.4 (revision 130649) +++ head/share/man/man4/fla.4 (revision 130650) @@ -1,59 +1,59 @@ .\" Copyright (c) 2003 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 NETBSD FOUNDATION, INC. AND CONTRIBUTORS .\" ``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 FOUNDATION OR CONTRIBUTORS .\" 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 July 13, 2003 .Dt FLA 4 .Os .Sh NAME .Nm fla .Nd M-systems DiskOnChip .Sh SYNOPSIS .Cd "device fla" .Sh DESCRIPTION DiskOnChip is a family of high-performance, single-chip flash disks available in a wide range of capacities. The .Nm driver supports the following in the family of M-systems DiskOnChip: .Pp -.Bl -item -compact +.Bl -bullet -compact .It DiskOnChip2000 (8, 12, 24, 32, 40, 72, 144 MB) .It DiskOnChipMillenium (8 MB) .It DiskOnChipMillenium TSOP (8 MB) .El .Sh SEE ALSO .Xr config 8 .Pp .Pa http://www.m-sys.com .Sh HISTORY The .Nm driver appeared in .Fx 3.3 . Index: head/share/man/man4/gem.4 =================================================================== --- head/share/man/man4/gem.4 (revision 130649) +++ head/share/man/man4/gem.4 (revision 130650) @@ -1,82 +1,84 @@ -.\" $FreeBSD$ .\" $NetBSD: gem.4,v 1.2 2003/02/14 15:20:18 grant Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" 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. .\" 3. All advertising materials mentioning features or use of this software .\" must display the following acknowledgement: .\" This product includes software developed by the NetBSD .\" Foundation, Inc. and its contributors. .\" 4. Neither the name of The NetBSD Foundation nor the names of its .\" contributors may be used to endorse or promote products derived .\" from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS .\" ``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 FOUNDATION OR CONTRIBUTORS .\" 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 June 10, 2003 .Dt GEM 4 .Os .Sh NAME .Nm gem .Nd ERI/GEM/GMAC Ethernet device driver .Sh SYNOPSIS .Cd "device miibus" .Cd "device gem" .Sh DESCRIPTION The .Nm driver provides support for the GMac Ethernet hardware found mostly in the last Apple PowerBooks G3s and most G4-based Apple hardware, as well as many Sun UltraSPARCs. .Pp Cards supported by this driver include: .Bl -bullet -compact -offset indent .It Sun GEM gigabit ethernet .It Sun ERI 10/100 Mbps ethernet .It Apple GMAC .El .Sh SEE ALSO .Xr hme 4 , .Xr miibus 4 , .Xr netintro 4 , .Xr ifconfig 8 .Sh HISTORY The .Nm device driver appeared in .Nx 1.6 . The first .Fx version to include it was .Fx 5.0 . .Sh AUTHORS +.An -nosplit The .Nm driver was written by .An Eduardo Horvath .Aq eeh@NetBSD.org . The man page was written by .An Thomas Klausner .Aq wiz@NetBSD.org . Index: head/share/man/man4/harp.4 =================================================================== --- head/share/man/man4/harp.4 (revision 130649) +++ head/share/man/man4/harp.4 (revision 130650) @@ -1,64 +1,66 @@ .\" .\" Copyright (c) 2003 .\" Fraunhofer Institute for Open Communication Systems (FhG Fokus). .\" 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 AUTHOR AND CONTRIBUTORS ``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 AUTHOR OR CONTRIBUTORS 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. .\" -.\" Author: Hartmut Brandt +.\" Author: Hartmut Brandt .\" .\" $FreeBSD$ -.\" -.\" harp(4) man page .\" .Dd July 21, 2003 .Dt HARP 4 -.Os FreeBSD +.Os .Sh NAME .Nm harp -.Nd Pseudo physical interface driver for HARP +.Nd pseudo physical interface driver for HARP .Sh SYNOPSIS -.Cd options atm +.Cd device atm .Cd options NATM .Cd options ATM_CORE .Cd device harp .Sh DESCRIPTION The .Nm -driver, when loaded, attaches to all netgraph ATM interfaces in the system and for +driver, when loaded, attaches to all +.Xr netgraph 4 +ATM interfaces in the system, and for each of these interfaces presents a physical interface to the HARP stack. -The name of the harp physical interface is the same as the name of the -netgraph interface (they are in different namespaces). +The name of the +.Nm +physical interface is the same as the name of the +Netgraph interface (they are in different namespaces). .Sh SEE ALSO .Xr fatm 4 , .Xr hatm 4 , -.Xr patm 4 , .Xr ng_atm 4 , +.Xr patm 4 , .Xr atm 8 .Sh CAVEATS When .Xr fatm 4 is used, it must be started before .Nm is loaded, to get the correct configuration for the HARP physical interface. .Sh AUTHORS -.An Harti Brandt Aq harti@freebsd.org . +.An Harti Brandt Aq harti@FreeBSD.org Index: head/share/man/man4/hme.4 =================================================================== --- head/share/man/man4/hme.4 (revision 130649) +++ head/share/man/man4/hme.4 (revision 130650) @@ -1,113 +1,112 @@ -.\" $FreeBSD$ .\" $NetBSD: hme.4,v 1.4 2003/02/14 15:20:18 grant Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. .\" .\" This code is derived from software contributed to The NetBSD Foundation .\" by Klaus Klein. .\" .\" 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. .\" 3. All advertising materials mentioning features or use of this software .\" must display the following acknowledgement: .\" This product includes software developed by the NetBSD .\" Foundation, Inc. and its contributors. .\" 4. Neither the name of The NetBSD Foundation nor the names of its .\" contributors may be used to endorse or promote products derived .\" from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS .\" ``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 FOUNDATION OR CONTRIBUTORS .\" 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 May 21, 2003 .Dt HME 4 .Os .Sh NAME .Nm hme .Nd Sun Microelectronics STP2002-STQ Ethernet interfaces device driver .Sh SYNOPSIS .Cd "device miibus" .Cd "device hme" .Sh DESCRIPTION The .Nm driver supports Sun Microelectronics STP2002-STQ Fast Ethernet interfaces. .Sh HARDWARE The .Nm driver supports the on-board Ethernet interfaces of many Sun .Tn UltraSPARC workstation and server models. .Pp Cards supported by the .Nm driver include: .Pp -.Bl -item -compact +.Bl -bullet -compact .It Sun PCI SunSwift Adapter -.Po Do SUNW,hme Dc Pc +.Pq Dq SUNW,hme .It Sun SBus SunSwift Adapter -.Po -.Dq hme +.Dq ( hme and -.Dq SUNW,hme -.Pc +.Dq SUNW,hme ) .It Sun PCI Sun100BaseT Adapter 2.0 -.Po Do SUNW,hme Dc Pc +.Pq Dq SUNW,hme .It Sun SBus Sun100BaseT 2.0 -.Po Do SUNW,hme Dc Pc +.Pq Dq SUNW,hme .It Sun PCI Quad FastEthernet Controller -.Po Do SUNW,qfe Dc Pc +.Pq Dq SUNW,qfe .It Sun SBus Quad FastEthernet Controller -.Po Do SUNW,qfe Dc Pc +.Pq Dq SUNW,qfe .El .Sh SEE ALSO .Xr gem 4 , .Xr intro 4 , .Xr miibus 4 , .Xr netintro 4 , .Xr ifconfig 8 .Rs .%T "STP2002QFP Fast Ethernet, Parallel Port, SCSI (FEPS) User's Guide" .%D April 1996 .%A Sun Microelectronics .%O http://www.sun.com/oem/products/manuals/STP2002QFP-UG.pdf .Re .Sh HISTORY The .Nm driver first appeared in .Nx 1.5 . The first .Fx version to include it was .Fx 5.0 . .Sh AUTHORS The .Nm driver was written by .An Paul Kranenburg .Aq pk@NetBSD.org . Index: head/share/man/man4/idt.4 =================================================================== --- head/share/man/man4/idt.4 (revision 130649) +++ head/share/man/man4/idt.4 (revision 130650) @@ -1,59 +1,60 @@ .\" $FreeBSD$ .\" .Dd June 3, 2003 .Dt IDT 4 .Os .Sh NAME .Nm idt .Nd device driver for IDT NICStAR-based ATM interfaces .Sh SYNOPSIS .Cd "device idt" .Cd "device atm" .Sh DESCRIPTION The .Nm device driver supports ATM network interfaces based on the IDT NICStAR 77211 controller, including the FORE Systems ForeRunner LE25 and LE155. For configuring the card for IP see .Xr natmip 4 . .Pp ATM CBR connections are supported, and bandwidth is allocated in slots of 64k each. Three VBR queues handle traffic for VBR and UBR. Two UBR queues prioritize UBR traffic. ILMI and signalling get the higher priority queue, as well as UBR traffic that specifies a peak cell rate. All other UBR traffic goes into the lower queue. .Pp The following sysctls are recognized by the driver: -.Bl -tag -width XXX -.It Cm hw.idt.log_bufstat +.Bl -tag -width indent +.It Va hw.idt.log_bufstat Print statistics about buffer use to the system log periodically. -.It Cm hw.idt.log_vcs +.It Va hw.idt.log_vcs Print information about VC opens, closes, and other events to the system log. -.It Cm hw.idt.bufs_large +.It Va hw.idt.bufs_large Set or print the maximum size of the 2KB buffer queue. -.It Cm hw.idt.bufs_small +.It Va hw.idt.bufs_small Set or print the maximum size of the mbuf queue. -.It Cm hw.idt.cur_large +.It Va hw.idt.cur_large Print the current size of the 2KB buffer queue. -.It Cm hw.idt.cur_small +.It Va hw.idt.cur_small Print the current size of the mbuf queue. -.It Cm hw.idt.qptr_hold +.It Va hw.idt.qptr_hold Optimize the TX queue buffer for lowest overhead. .El .Sh SEE ALSO .Xr natm 4 , .Xr natmip 4 , .Xr ifconfig 8 , .Xr route 8 .Sh AUTHORS +.An -nosplit .An Richard Hodges , based on the original driver for .Fx 2.2 by -.An Mark Tinguely. +.An Mark Tinguely . .An Bruce M. Simpson wrote this manual page and backported the driver to .Fx 4.9 .