diff options
140 files changed, 1102 insertions, 475 deletions
diff --git a/share/man/man4/ac97.4 b/share/man/man4/ac97.4 index 8caa1220f12..8ed20de0f5d 100644 --- a/share/man/man4/ac97.4 +++ b/share/man/man4/ac97.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ac97.4,v 1.10 2001/12/05 10:00:18 deraadt Exp $ +.\" $OpenBSD: ac97.4,v 1.11 2002/09/26 07:55:39 miod Exp $ .\" .Dd October 7, 1999 .Dt AC97 4 @@ -23,11 +23,17 @@ driver does not appear in the configuration file. Instead, the driver is automatically attached by the drivers that require it. .Sh SEE ALSO .Xr auich 4 , +.Xr autri 4 , .Xr auvia 4 , .Xr clcs 4 , +.Xr clct 4 , .Xr eap 4 , +.Xr emu 4 , +.Xr esa 4 , .Xr fms 4 , -.Xr neo 4 +.Xr maestro 4 , +.Xr neo 4 , +.Xr yds 4 .Sh BUGS The .Nm diff --git a/share/man/man4/addcom.4 b/share/man/man4/addcom.4 index 30c905b62f8..36c272ec1da 100644 --- a/share/man/man4/addcom.4 +++ b/share/man/man4/addcom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: addcom.4,v 1.2 2001/07/18 10:47:13 mpech Exp $ +.\" $OpenBSD: addcom.4,v 1.3 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -39,6 +39,8 @@ .Sh SYNOPSIS .Cd "addcom0 at isa? port 0x108 irq 5" .Cd "com* at addcom? slave ?" +or +.Cd "pccom* at addcom? slave ?" .Sh DESCRIPTION The .Nm @@ -80,7 +82,9 @@ can be used in a machine. .It Pa /dev/tty?? .El .Sh SEE ALSO -.Xr com 4 +.Xr com 4 , +.Xr intro 4 , +.Xr isa 4 .Sh HISTORY .Ox support for diff --git a/share/man/man4/adv.4 b/share/man/man4/adv.4 index dff11d380ba..bd2c9bb9fea 100644 --- a/share/man/man4/adv.4 +++ b/share/man/man4/adv.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adv.4,v 1.14 2001/03/07 15:31:06 krw Exp $ +.\" $OpenBSD: adv.4,v 1.15 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1998, Jason Downs. All rights reserved. .\" @@ -108,10 +108,13 @@ ConnectCom. .El .Sh SEE ALSO .Xr cd 4 , +.Xr ch 4 , .Xr intro 4 , .Xr scsi 4 , .Xr sd 4 , -.Xr st 4 +.Xr ss 4 , +.Xr st 4 , +.Xr uk 4 .Pp .Pa http://www.connectcom.net/ .Sh AUTHORS diff --git a/share/man/man4/aha.4 b/share/man/man4/aha.4 index 503cd193ccb..1954188fbad 100644 --- a/share/man/man4/aha.4 +++ b/share/man/man4/aha.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aha.4,v 1.3 2000/10/13 18:56:48 aaron Exp $ +.\" $OpenBSD: aha.4,v 1.4 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -30,6 +30,7 @@ .Nd Adaptec 154x SCSI adapter driver .Sh SYNOPSIS .Cd "aha0 at isa? port 0x330 irq ? drq ?" +.Cd "aha1 at isa? port 0x334 irq ? drq ?" .Cd "scsibus* at aha?" .Sh DESCRIPTION The @@ -55,5 +56,8 @@ megabytes of memory. .Xr cd 4 , .Xr ch 4 , .Xr intro 4 , +.Xr scsi 4 , .Xr sd 4 , -.Xr st 4 +.Xr ss 4 , +.Xr st 4 , +.Xr uk 4 diff --git a/share/man/man4/ahb.4 b/share/man/man4/ahb.4 index 31c17b8466f..e8f2b58374e 100644 --- a/share/man/man4/ahb.4 +++ b/share/man/man4/ahb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahb.4,v 1.3 2002/01/24 23:00:05 mickey Exp $ +.\" $OpenBSD: ahb.4,v 1.4 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -29,7 +29,7 @@ .Nm ahb .Nd Adaptec 1742 SCSI adapter driver .Sh SYNOPSIS -.Cd "ahb0 at eisa? slot ? irq ?" +.Cd "ahb0 at eisa? slot ?" .Cd "scsibus* at ahb?" .Sh DESCRIPTION The @@ -40,5 +40,8 @@ driver provides support for the Adaptec AHA-1742 EISA SCSI adapter. .Xr ch 4 , .Xr eisa 4 , .Xr intro 4 , +.Xr scsi 4 , .Xr sd 4 , -.Xr st 4 +.Xr ss 4 , +.Xr st 4 , +.Xr uk 4 diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4 index 5d5782ae2bb..17d3683e84b 100644 --- a/share/man/man4/ahc.4 +++ b/share/man/man4/ahc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahc.4,v 1.20 2002/06/29 02:05:03 smurph Exp $ +.\" $OpenBSD: ahc.4,v 1.21 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: ahc.4,v 1.1.2.1 1996/08/25 17:22:14 thorpej Exp $ .\" .\" Copyright (c) 1995, 1996 @@ -233,11 +233,17 @@ Since the local SCB space serves as a cache for disconnected transactions, the more SCB space available, the less host bus traffic consumed saving and restoring SCB data. .Sh SEE ALSO -.Xr aha 4 , -.Xr ahb 4 , +.Xr cd 4 , +.Xr ch 4 , .Xr eisa 4 , +.Xr intro 4 , .Xr isa 4 , -.Xr pci 4 +.Xr pci 4 , +.Xr scsi 4 , +.Xr sd 4 , +.Xr ss 4 , +.Xr st 4 , +.Xr uk 4 .Sh AUTHORS The core .Nm diff --git a/share/man/man4/aic.4 b/share/man/man4/aic.4 index 1ed5faf99d6..1fcc13b7c8e 100644 --- a/share/man/man4/aic.4 +++ b/share/man/man4/aic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aic.4,v 1.2 2002/09/03 16:34:49 mickey Exp $ +.\" $OpenBSD: aic.4,v 1.3 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: aic.4,v 1.5 1998/06/07 09:08:45 enami Exp $ .\" .\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved. @@ -32,7 +32,7 @@ .Nm aic .Nd Adaptec AIC-6260 and AIC-6360 SCSI driver .Sh SYNOPSIS -.Cd "aic0 at isa? port 0x340 irq 12" +.Cd "aic0 at isa? port 0x340 irq 11" .Cd "aic* at isapnp?" .Cd "aic* at pcmcia? function ?" .Cd "scsibus* at aic?" @@ -84,7 +84,11 @@ to connect the boot device. .Xr cd 4 , .Xr ch 4 , .Xr intro 4 , +.Xr isa 4 , +.Xr isapnp 4 , +.Xr pcmcia 4 , .Xr scsi 4 , .Xr sd 4 , .Xr ss 4 , -.Xr st 4 +.Xr st 4 , +.Xr uk 4 diff --git a/share/man/man4/amdpm.4 b/share/man/man4/amdpm.4 index 90e7f50e8e2..680f15b2426 100644 --- a/share/man/man4/amdpm.4 +++ b/share/man/man4/amdpm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: amdpm.4,v 1.1 2002/06/06 22:01:27 mickey Exp $ +.\" $OpenBSD: amdpm.4,v 1.2 2002/09/26 07:55:39 miod Exp $ .\" .Dd June 6, 2002 .Dt AMDPM 4 @@ -19,6 +19,7 @@ The data generated get fed into the pool of the .Xr random 4 device. .Sh SEE ALSO +.Xr intro 4 , .Xr pci 4 , .Xr random 4 .Sh HISTORY diff --git a/share/man/man4/ami.4 b/share/man/man4/ami.4 index df3e4228fc8..de73cd79b37 100644 --- a/share/man/man4/ami.4 +++ b/share/man/man4/ami.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ami.4,v 1.9 2002/01/30 20:38:10 mickey Exp $ +.\" $OpenBSD: ami.4,v 1.10 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 2001 Michael Shalayeff. All rights reserved. .\" @@ -33,6 +33,7 @@ All RAID configuration is done through the controllers' BIOSes. .Sh SEE ALSO .Xr intro 4 , .Xr iop 4 , +.Xr pci 4 , .Xr scsi 4 , .Xr sd 4 .Sh AUTHORS diff --git a/share/man/man4/an.4 b/share/man/man4/an.4 index 02f60b30aa1..dc8ea6f1012 100644 --- a/share/man/man4/an.4 +++ b/share/man/man4/an.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: an.4,v 1.16 2001/07/03 22:19:28 millert Exp $ +.\" $OpenBSD: an.4,v 1.17 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -110,7 +110,10 @@ command. .El .Sh SEE ALSO .Xr arp 4 , +.Xr intro 4 , .Xr netintro 4 , +.Xr pci 4 , +.Xr pcmcia 4 , .Xr wi 4 , .Xr ancontrol 8 , .Xr ifconfig 8 @@ -125,6 +128,9 @@ support was added in .Sh AUTHORS The .Nm -driver was written by Bill Paul <wpaul@ee.columbia.edu> and ported to +driver was written by +.An Bill Paul Aq wpaul@ee.columbia.edu +and ported to .Ox -by Michael Shalayeff <mickey@openbsd.org>. +by +.An Michael Shalayeff Aq mickey@openbsd.org . diff --git a/share/man/man4/aria.4 b/share/man/man4/aria.4 index 5827737a6fa..3e6881c6b55 100644 --- a/share/man/man4/aria.4 +++ b/share/man/man4/aria.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aria.4,v 1.7 2001/03/01 16:11:15 aaron Exp $ +.\" $OpenBSD: aria.4,v 1.8 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1996 Roland C. Dowdeswell .\" All rights reserved. @@ -37,7 +37,7 @@ .Nm aria .Nd Aria 16 audio device driver .Sh SYNOPSIS -.Cd "aria0 at isa? port 0xPPP irq X drq Y flags Z" +.Cd "aria0 at isa? port 0x280 irq 10 drq 0 flags 0x1" .Sh DESCRIPTION The .Nm @@ -66,9 +66,11 @@ This flag tells the driver to initialize the card. It is a weird and undocumented piece of horribleness, but the card will not respond until you twiddle with the joystick port. .Sh SEE ALSO -.Xr audio 4 +.Xr audio 4 , +.Xr intro 4 , +.Xr isa 4 .Sh AUTHORS -Roland C. Dowdeswell <roland@imrryr.org> +.An Roland C. Dowdeswell Aq roland@imrryr.org .Sh BUGS The driver has only been tested on a Prometheus Aria 16. .Pp diff --git a/share/man/man4/ast.4 b/share/man/man4/ast.4 index 247ef386c14..28804e25fef 100644 --- a/share/man/man4/ast.4 +++ b/share/man/man4/ast.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ast.4,v 1.5 2000/10/18 02:38:21 aaron Exp $ +.\" $OpenBSD: ast.4,v 1.6 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: ast.4,v 1.7 1996/03/16 00:07:07 thorpej Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. @@ -48,6 +48,8 @@ .Cd "ast0 at isa? port 0x1a0 irq 5" .Cd "ast1 at isa? port 0x2a0 irq 6" .Cd "com* at ast? slave ?" +or +.Cd "pccom* at ast? slave ?" .Sh DESCRIPTION The .Nm @@ -64,6 +66,7 @@ Each .Nm device is the master device for up to four .Nm com +or devices. The kernel configuration specifies these .Nm com @@ -120,7 +123,9 @@ Reserved, must be OFF. .It Pa /dev/tty0? .El .Sh SEE ALSO -.Xr com 4 +.Xr com 4 , +.Xr intro 4 , +.Xr isa 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4 index 3a6c2609fc7..2e55fe3e224 100644 --- a/share/man/man4/aue.4 +++ b/share/man/man4/aue.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aue.4,v 1.12 2002/07/17 22:59:06 deraadt Exp $ +.\" $OpenBSD: aue.4,v 1.13 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: aue.4,v 1.8 2002/02/07 03:15:08 ross Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 @@ -40,7 +40,7 @@ .Nm aue .Nd ADMtek AN986 Pegasus USB Ethernet driver .Sh SYNOPSIS -.Cd "aue* at uhub?" +.Cd "aue* at uhub? port ?" .Cd "ukphy* at mii?" .Sh DESCRIPTION The @@ -107,8 +107,8 @@ driver supports the following media types: .It autoselect Enable autoselection of the media type and options. The user can manually override -the autoselected mode by adding media options to the -.Pa /etc/rc.conf +the autoselected mode by adding media options to the appropriate +.Xr hostname.if 5 file. .It 10baseT Set 10Mbps operation. @@ -161,8 +161,11 @@ The driver failed to allocate an mbuf for the receiver ring. .El .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , .Xr netintro 4 , .Xr usb 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Rs .%T ADMtek AN986 data sheet @@ -179,6 +182,9 @@ support was added in .Sh AUTHORS The .Nm -driver was written by Bill Paul <wpaul@ee.columbia.edu> and ported to +driver was written by +.An Bill Paul Aq wpaul@ee.columbia.edu +and ported to .Ox -by Aaron Campbell <aaron@openbsd.org>. +by +.An Aaron Campbell Aq aaron@openbsd.org . diff --git a/share/man/man4/auich.4 b/share/man/man4/auich.4 index b66edc0b0a3..419cd3eb18f 100644 --- a/share/man/man4/auich.4 +++ b/share/man/man4/auich.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: auich.4,v 1.7 2001/10/28 08:39:40 mickey Exp $ +.\" $OpenBSD: auich.4,v 1.8 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 2000-2001 Michael Shalayeff .\" All rights reserved @@ -51,7 +51,9 @@ is not supported due to the current design. .Sh SEE ALSO .Xr ac97 4 , -.Xr audio 4 +.Xr audio 4 , +.Xr intro 4 , +.Xr pci 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/autri.4 b/share/man/man4/autri.4 index d90d15b200f..810f285d983 100644 --- a/share/man/man4/autri.4 +++ b/share/man/man4/autri.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: autri.4,v 1.2 2001/12/05 10:00:18 deraadt Exp $ +.\" $OpenBSD: autri.4,v 1.3 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: autri.4,v 1.1 2001/11/18 16:46:49 augustss Exp $ .\" .\" Copyright (c) 2001 SOMEYA Yoshihiko and KUROSAWA Takahiro. @@ -40,7 +40,9 @@ The device driver supports the AC97 audio controller found in Trident 4DWAVE-DX/NX, SiS 7018 and ALi M5451. .Sh SEE ALSO +.Xr ac97 4 , .Xr audio 4 , +.Xr intro 4 , .Xr midi 4 , .Xr pci 4 .Sh HISTORY diff --git a/share/man/man4/auvia.4 b/share/man/man4/auvia.4 index 495f876aed2..0ac6d5bec76 100644 --- a/share/man/man4/auvia.4 +++ b/share/man/man4/auvia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: auvia.4,v 1.4 2002/05/30 15:25:17 mickey Exp $ +.\" $OpenBSD: auvia.4,v 1.5 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: auvia.4,v 1.1 2000/03/31 05:49:59 tsarna Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -54,7 +54,9 @@ Southbridge and .Tn VIA Technologies VT8233 chips found on some motherboards. .Sh SEE ALSO +.Xr ac97 4 , .Xr audio 4 , +.Xr intro 4 , .Xr pci 4 .Sh HISTORY The diff --git a/share/man/man4/awi.4 b/share/man/man4/awi.4 index c8458166600..3d696248d04 100644 --- a/share/man/man4/awi.4 +++ b/share/man/man4/awi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awi.4,v 1.10 2002/01/29 17:53:11 mickey Exp $ +.\" $OpenBSD: awi.4,v 1.11 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: awi.4,v 1.1 1999/11/04 19:36:01 sommerfeld Exp $ .\" .Dd October 31, 1999 @@ -67,7 +67,7 @@ The system handed the driver a packet which was too large to transmit in one piece. .It "awi0: device enable failed" The system was unable to power on the card. -.It "awi0: associated with %s, SSID: %s +.It "awi0: associated with %s, SSID: %s" The device has successfully synchronized with the identified Access Point and is ready to relay traffic. .It "awi0: no recent beacon from %s; rescanning" @@ -79,9 +79,12 @@ forgotten about us. .El .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , .Xr netintro 4 , .Xr pcmcia 4 , .Xr ray 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Rs .%T Am79C930 PCnet Mobile Single-Chip Wireless LAN Media Access Controller diff --git a/share/man/man4/az.4 b/share/man/man4/az.4 index 5e410d0b596..ca9c3ce943c 100644 --- a/share/man/man4/az.4 +++ b/share/man/man4/az.4 @@ -1,5 +1,5 @@ .\" $RuOBSD: az.4,v 1.3 2001/10/26 05:38:43 form Exp $ -.\" $OpenBSD: az.4,v 1.3 2002/01/07 18:37:45 mickey Exp $ +.\" $OpenBSD: az.4,v 1.4 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 2001 Vladimir Popov .\" All rights reserved. @@ -31,9 +31,9 @@ .Nm az .Nd Aztech/PackardBell radio card device driver .Sh SYNOPSIS -.Cd "az0 at isa? port 0x358" .Cd "az0 at isa? port 0x350" -.Cd "radio* at az0" +.Cd "az1 at isa? port 0x358" +.Cd "radio* at az?" .Sh DESCRIPTION The .Nm @@ -58,6 +58,7 @@ It is impossible to determine which frequency the card is tuned to. Thus, the driver will report an internally stored value even if it is not correct (changed by some program that uses direct port access). .Sh SEE ALSO +.Xr intro 4 , .Xr isa 4 , .Xr radio 4 , .Xr radio 9 diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4 index fc130192434..fb3e93b8b8e 100644 --- a/share/man/man4/bge.4 +++ b/share/man/man4/bge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bge.4,v 1.7 2002/06/30 21:45:25 deraadt Exp $ +.\" $OpenBSD: bge.4,v 1.8 2002/09/26 07:55:39 miod Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <wpaul@windriver.com>. All rights reserved. @@ -97,8 +97,9 @@ driver supports the following media types: .It Cm autoselect Enable autoselection of the media type and options. The user can manually override -the autoselected mode by adding media options to -.Xr rc.conf 8 . +the autoselected mode by adding media options to the appropriate +.Xr hostname.if 5 +file. .It Cm 10baseT Set 10Mbps operation. The @@ -197,6 +198,7 @@ the network connection (cable). .Xr netintro 4 , .Xr pci 4 , .Xr vlan 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The diff --git a/share/man/man4/bha.4 b/share/man/man4/bha.4 index b1bd947bb2b..b51708b7b57 100644 --- a/share/man/man4/bha.4 +++ b/share/man/man4/bha.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bha.4,v 1.1 2002/01/24 22:43:55 mickey Exp $ +.\" $OpenBSD: bha.4,v 1.2 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: bha.4,v 1.10 1999/12/17 16:23:21 abs Exp $ .\" .\" Copyright (c) 1994 James A. Jegers @@ -32,7 +32,8 @@ .Nd Buslogic SCSI adapter driver .Sh SYNOPSIS .Cd "bha0 at isa? port 0x330 irq ? drq ?" -.Cd "bha* at eisa? slot ?" +.Cd "bha1 at isa? port 0x334 irq ? drq ?" +.\" .Cd "bha* at eisa? slot ?" .Cd "bha* at pci? dev ? function ?" .Cd "scsibus* at bha?" .Sh HARDWARE @@ -46,18 +47,21 @@ adapters: .Bl -tag -width -offset indent -compact .It Tn Buslogic ISA BT-445 .It Tn Buslogic EISA BT-74x +(supported in isa compatibility mode only) .It Tn Buslogic PCI BT-9[45][68] .El .Sh SEE ALSO .Xr cd 4 , .Xr ch 4 , -.Xr eisa 4 , +.\" .Xr eisa 4 , .Xr intro 4 , .Xr isa 4 , .Xr pci 4 , .Xr scsi 4 , .Xr sd 4 , -.Xr st 4 +.Xr ss 4 , +.Xr st 4 , +.Xr uk 4 .Sh HISTORY In .Ox 3.0 diff --git a/share/man/man4/boca.4 b/share/man/man4/boca.4 index 0a20adb7d71..7a2105145fc 100644 --- a/share/man/man4/boca.4 +++ b/share/man/man4/boca.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boca.4,v 1.5 2001/06/22 12:15:44 mpech Exp $ +.\" $OpenBSD: boca.4,v 1.6 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -44,21 +44,20 @@ .Nm boca .Nd multiplexing serial communications interface .Sh SYNOPSIS -For 4-port BB1004 boards: -.Pp -.Cd "boca0 at isa? port 0x100 irq 5" -.Cd "com* at boca? slave ?" -.Pp -For 8-port BB1008 boards: +For 4-port BB1004 boards and 8-port BB1008 boards: .Pp .Cd "boca0 at isa? port 0x100 irq 5" .Cd "com* at boca? slave ?" +or +.Cd "pccom* at boca? slave ?" .Pp For 16-port BB2016 boards: .Pp .Cd "boca0 at isa? port 0x100 irq 5" .Cd "boca1 at isa? port 0x140 irq 5" .Cd "com* at boca? slave ?" +or +.Cd "pccom* at boca? slave ?" .Pp (The BB2016 is functionally equivalent to two BB1008 boards, and is configured as such.) @@ -99,7 +98,9 @@ subdevices and the port for the interrupt multiplexing register. .It Pa /dev/tty?? .El .Sh SEE ALSO -.Xr com 4 +.Xr com 4 , +.Xr intro 4 , +.Xr isa 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/cd.4 b/share/man/man4/cd.4 index 4f67f1dab05..47eb78666ec 100644 --- a/share/man/man4/cd.4 +++ b/share/man/man4/cd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cd.4,v 1.9 2001/06/22 12:15:44 mpech Exp $ +.\" $OpenBSD: cd.4,v 1.10 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: cd.4,v 1.3 1996/10/20 23:15:21 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -33,8 +33,8 @@ .Nm cd .Nd SCSI CD-ROM driver .Sh SYNOPSIS -.Cd cd* at scsibus? target ? lun ? -.Cd cd1 at scsibus0 target 4 lun 0 +.Cd "cd* at scsibus? target ? lun ?" +.Cd "#cd0 at scsibus0 target 6 lun 0" Pq fixed-configuration example .Sh DESCRIPTION The .Nm @@ -329,15 +329,16 @@ Some work is planned to support some of the more common .Dq broken CD-ROM drives; however, this is not yet under way. .Sh FILES -.Bl -tag -width /dev/rcd[0-9][a-h] -compact -.It Pa /dev/cd[0-9][a-h] +.Bl -tag -width /dev/rcd[0-9][a-p] -compact +.It Pa /dev/cd[0-9][a-p] block mode CD-ROM devices -.It Pa /dev/rcd[0-9][a-h] +.It Pa /dev/rcd[0-9][a-p] raw mode CD-ROM devices .El .Sh DIAGNOSTICS None. .Sh SEE ALSO +.Xr intro 4 , .Xr scsi 4 , .Xr sd 4 , .Xr disklabel 5 , diff --git a/share/man/man4/ch.4 b/share/man/man4/ch.4 index cee25dd01ec..a8dc09ca6c5 100644 --- a/share/man/man4/ch.4 +++ b/share/man/man4/ch.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ch.4,v 1.7 2000/07/10 13:02:25 aaron Exp $ +.\" $OpenBSD: ch.4,v 1.8 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1996 .\" Julian Elischer <julian@freebsd.org>. All rights reserved. @@ -87,6 +87,7 @@ device entries .El .Sh SEE ALSO .Xr cd 4 , +.Xr intro 4 , .Xr scsi 4 , .Xr sd 4 , .Xr st 4 diff --git a/share/man/man4/clcs.4 b/share/man/man4/clcs.4 index d3464673f7b..13273b72ced 100644 --- a/share/man/man4/clcs.4 +++ b/share/man/man4/clcs.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clcs.4,v 1.1 2000/07/01 15:00:20 aaron Exp $ +.\" $OpenBSD: clcs.4,v 1.2 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: clcs.4,v 1.1 1999/12/11 23:10:15 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -50,7 +50,9 @@ The driver provides support for the Cirrus Logic CS4280 chip, as well as for CS461x. .Sh SEE ALSO +.Xr ac97 4 , .Xr audio 4 , +.Xr intro 4 , .Xr pci 4 .Sh HISTORY The diff --git a/share/man/man4/clct.4 b/share/man/man4/clct.4 index 05fd0bc817f..05a6ffe94c7 100644 --- a/share/man/man4/clct.4 +++ b/share/man/man4/clct.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clct.4,v 1.1 2001/01/13 19:53:51 aaron Exp $ +.\" $OpenBSD: clct.4,v 1.2 2002/09/26 07:55:39 miod Exp $ .\" .Dd January 13, 2001 .Dt CLCT 4 @@ -14,7 +14,9 @@ The .Nm driver provides support for the Cirrus Logic CS4281 chip. .Sh SEE ALSO +.Xr ac97 4 , .Xr audio 4 , +.Xr intro 4 , .Xr pci 4 .Sh HISTORY The diff --git a/share/man/man4/cmpci.4 b/share/man/man4/cmpci.4 index 6116538e84d..91b11aa5850 100644 --- a/share/man/man4/cmpci.4 +++ b/share/man/man4/cmpci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cmpci.4,v 1.4 2000/12/21 05:32:52 aaron Exp $ +.\" $OpenBSD: cmpci.4,v 1.5 2002/09/26 07:55:39 miod Exp $ .\" .Dd April 26, 2000 .Dt CMPCI 4 @@ -16,7 +16,9 @@ driver supports the C-Media CMI8338A, CMI8338B, and CMI8738 sound chips present in some PCI sound cards and some integrated PC motherboard chipsets (such as the SiS 530). .Sh SEE ALSO -.Xr audio 4 +.Xr audio 4 , +.Xr intro 4 , +.Xr pci 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/cnw.4 b/share/man/man4/cnw.4 index 240c0da84df..8ebd9cf124e 100644 --- a/share/man/man4/cnw.4 +++ b/share/man/man4/cnw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cnw.4,v 1.5 2001/06/22 12:15:44 mpech Exp $ +.\" $OpenBSD: cnw.4,v 1.6 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1999 Federico G. Schwindt. .\" All rights reserved. @@ -63,6 +63,7 @@ are valid; is the default if this option is not defined. .El .Sh SEE ALSO +.Xr intro 4 , .Xr netintro 4 , .Xr pcmcia 4 , .Xr rln 4 , diff --git a/share/man/man4/com.4 b/share/man/man4/com.4 index 8e939d55e73..e37302c8490 100644 --- a/share/man/man4/com.4 +++ b/share/man/man4/com.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: com.4,v 1.7 2002/04/03 22:27:00 mickey Exp $ +.\" $OpenBSD: com.4,v 1.8 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: com.4,v 1.5 1996/03/16 00:07:08 thorpej Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. @@ -45,20 +45,33 @@ .Nm pccom .Nd serial communications interface .Sh SYNOPSIS -.Cd "com0 at isa? port" \&"IO_COM1\&" irq 4 -.Cd "com1 at isa? port" \&"IO_COM2\&" irq 3 +.Cd "# i386 - pccom or com attachments" +.Cd "pccom0 at isa? port 0x3f8 irq 4" +.Cd "pccom1 at isa? port 0x2f8 irq 3" +.Cd "pccom2 at isa? port 0x3e8 irq 5" +.Cd "pccom3 at isa? port 0x2e8 irq 9" +.Cd "pccom* at isapnp?" +.Cd "pccom* at pcmcia? function ?" +.Cd "pccom* at puc? port ?" .Pp -.Cd "# Sparc64" -.Cd "com* at ebus?" +.Cd "pccom* at addcom? slave ?" +.Cd "pccom* at ast? slave ?" +.Cd "pccom* at boca? slave ?" +.Cd "pccom* at hsq? slave ?" +.Cd "pccom* at rtfps? slave ?" .Pp -.Cd "# HPPA -.Cd "com0 at gsc? irq 5" -.Cd "com1 at gsc? irq 6" -.Cd "com2 at gsc? irq 13" +.Cd "# alpha" +.Cd "com0 at isa? port 0x3f8 irq 4" +.Cd "com1 at isa? port 0x2f8 irq 3" .Pp -.Cd "pccom0 at isa? port" \&"IO_COM1\&" irq 4 -.Cd "pccom1 at isa? port" \&"IO_COM2\&" irq 3 -.Cd "pccom* at isapnp?" +.Cd "# sparc64" +.Cd "com* at asio?" +.Cd "com* at ebus?" +.Pp +.Cd "# hppa" +.Cd "com0 at gsc? offset ? irq 5" +.Cd "com1 at gsc? offset ? irq 6" +.Cd "com2 at gsc? offset ? irq 13" .Sh DESCRIPTION The .Nm com @@ -73,7 +86,7 @@ TI16750-based communications interfaces. The .Nm pccom -driver also supports the XR16850 UART. +driver (i386-only) also supports the XR16850 UART. .Pp The NS8250 and NS16450 have single character buffers, the NS16550 has a 16 character buffer, while @@ -111,7 +124,18 @@ The device has generated an unexpected interrupt with the code listed. .El .Sh SEE ALSO +.Xr addcom 4 , +.Xr asio 4 , .Xr ast 4 , +.Xr boca 4 , +.Xr ebus 4 , +.Xr gsc 4 , +.Xr hsq 4 , +.Xr intro 4 , +.Xr isa 4 , +.Xr isapnp 4 , +.Xr pcmcia 4 , +.Xr puc 4 , .Xr rtfps 4 , .Xr tty 4 .Sh HISTORY diff --git a/share/man/man4/cue.4 b/share/man/man4/cue.4 index 0886599e5a9..7f383558d7c 100644 --- a/share/man/man4/cue.4 +++ b/share/man/man4/cue.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cue.4,v 1.5 2001/06/22 12:15:44 mpech Exp $ +.\" $OpenBSD: cue.4,v 1.6 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: cue.4,v 1.2 2000/01/16 13:54:39 augustss Exp $ .\" .\" Copyright (c) 1997, 1998, 1999, 2000 @@ -40,7 +40,7 @@ .Nm cue .Nd CATC USB-EL1201A USB Ethernet driver .Sh SYNOPSIS -.Cd "cue* at uhub?" +.Cd "cue* at uhub? port ?" .Sh DESCRIPTION The .Nm @@ -76,6 +76,7 @@ The driver failed to allocate an mbuf for the receiver ring. .El .Sh SEE ALSO .Xr arp 4 , +.Xr intro 4 , .Xr netintro 4 , .Xr usb 4 , .Xr ifconfig 8 @@ -90,6 +91,9 @@ support was added in .Sh AUTHORS The .Nm -driver was written by Bill Paul <wpaul@ee.columbia.edu> and ported to +driver was written by +.An Bill Paul Aq wpaul@ee.columbia.edu +and ported to .Ox -by Aaron Campbell <aaron@openbsd.org> . +by +.An Aaron Campbell Aq aaron@openbsd.org . diff --git a/share/man/man4/cy.4 b/share/man/man4/cy.4 index 51764da0457..727087636d0 100644 --- a/share/man/man4/cy.4 +++ b/share/man/man4/cy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cy.4,v 1.6 2002/09/09 00:08:58 art Exp $ +.\" $OpenBSD: cy.4,v 1.7 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1993 Andrew Herbert. .\" All rights reserved. @@ -32,8 +32,8 @@ .Nm cy .Nd Cyclades Cyclom-{4, 8, 16}Y asynchronous comms board device driver .Sh SYNOPSIS -.Cd "cy0 at isa? tty irq 10 iomem 0xdc000 iosiz 8192 vector cyintr" -.Cd "cy1 at pci?" +.Cd "cy0 at isa? iomem 0xd4000 irq 12" +.Cd "cy* at pci?" .Sh DESCRIPTION This driver provides an interface to Cyclades Cyclom-4Y, Cyclom-8Y and Cyclom-16Y asynchronous multiport serial boards. @@ -71,16 +71,20 @@ defined (the default) in order for this condition to be logged. .El .Sh SEE ALSO .Xr com 4 , +.Xr intro 4 , .Xr termios 4 , .Xr tty 4 .Sh AUTHORS -The driver was written by Andrew Herbert <andrew@werple.apana.org.au>, and -is still under development (from time to time :-). +The driver was written by +.An Andrew Herbert Aq andrew@werple.apana.org.au , +and is still +.Ud .Sh HISTORY Some ideas for the architecture of this driver's two-layer processing model -were derived from the fas 2.10 driver by Uwe Doering -<gemini@geminix.in-berlin.de> and the high-performance com driver by Bruce -Evans <bde@kralizec.zeta.org.au>. +were derived from the fas 2.10 driver by +.An Uwe Doering Aq gemini@geminix.in-berlin.de +and the high-performance com driver by +.An Bruce Evans Aq bde@kralizec.zeta.org.au . .Pp This work was made possible through the donation of a Cyclom-8Y board by the manufacturer, Cyclades Corporation. diff --git a/share/man/man4/cz.4 b/share/man/man4/cz.4 index ec2fa36e28e..afb4dcbded7 100644 --- a/share/man/man4/cz.4 +++ b/share/man/man4/cz.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cz.4,v 1.4 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: cz.4,v 1.5 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: cz.4,v 1.3 2001/06/12 14:46:11 wiz Exp $ .\" .\" Copyright (c) 2000 Zembu Labs, Inc. @@ -96,8 +96,9 @@ The MIPS CPU on the board performs all flow-control handling. .It Pa /dev/cuaZ?? -- dial-out TTY device .El .\" .Sh DIAGNOSTICS -.\" XXX too be done. +.\" XXX to be done. .Sh SEE ALSO +.Xr intro 4 , .Xr pci 4 , .Xr termios 4 , .Xr tty 4 diff --git a/share/man/man4/dc.4 b/share/man/man4/dc.4 index 2e11bcb8be0..fdc79c2af5c 100644 --- a/share/man/man4/dc.4 +++ b/share/man/man4/dc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dc.4,v 1.24 2002/04/18 19:15:09 jason Exp $ +.\" $OpenBSD: dc.4,v 1.25 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -40,6 +40,8 @@ .Nd DEC/Intel 21140, 21143 and clone 10/100 Ethernet driver .Sh SYNOPSIS .Cd "dc* at pci? dev ? function ?" +.Cd "dc* at cardbus? dev ? function ?" +.Cd "dcphy* at mii? phy ?" .Sh DESCRIPTION The .Nm @@ -260,7 +262,13 @@ the card should be configured correctly. .El .Sh SEE ALSO .Xr arp 4 , +.Xr cardbus 4 , +.\" no manpage .Xr dcphy 4 , +.Xr ifmedia 4 , +.Xr intro 4 , .Xr netintro 4 , +.Xr pci 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Rs .%T ADMtek AL981 and AL983 data sheets @@ -297,9 +305,12 @@ support was added in .Sh AUTHORS The .Nm -driver was written by Bill Paul <wpaul@ee.columbia.edu> and ported to +driver was written by +.An Bill Paul Aq wpaul@ee.columbia.edu +and ported to .Ox -by Aaron Campbell <aaron@openbsd.org>. +by +.An Aaron Campbell Aq aaron@openbsd.org . .Sh BUGS The Macronix application notes claim that in order to put the chips in normal operation, the driver must write a certain magic diff --git a/share/man/man4/de.4 b/share/man/man4/de.4 index 1d1b871707e..e672a4ecf76 100644 --- a/share/man/man4/de.4 +++ b/share/man/man4/de.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: de.4,v 1.11 2001/04/11 20:49:07 miod Exp $ +.\" $OpenBSD: de.4,v 1.12 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1997 David E. O'Brien .\" @@ -122,8 +122,11 @@ 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. .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , .Xr intro 4 , .Xr netintro 4 , +.Xr pci 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh AUTHORS The diff --git a/share/man/man4/eap.4 b/share/man/man4/eap.4 index 63be5c032dc..0ec041fab1f 100644 --- a/share/man/man4/eap.4 +++ b/share/man/man4/eap.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eap.4,v 1.9 2001/06/22 12:15:44 mpech Exp $ +.\" $OpenBSD: eap.4,v 1.10 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: eap.4,v 1.2 1998/05/06 19:14:06 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -50,7 +50,9 @@ The driver also supports many revisions of the more modern Ensoniq AudioPCI 97 (ES1371). .Sh SEE ALSO .Xr ac97 4 , -.Xr audio 4 +.Xr audio 4 , +.Xr intro 4 , +.Xr pci 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/ec.4 b/share/man/man4/ec.4 index ae59ab51b83..8147cc2d127 100644 --- a/share/man/man4/ec.4 +++ b/share/man/man4/ec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ec.4,v 1.11 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: ec.4,v 1.12 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: ec.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -103,5 +103,8 @@ address. .Xr ep 4 , .Xr ie 4 , .Xr ifmedia 4 , +.Xr intro 4 , +.Xr isa 4 , .Xr xl 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 diff --git a/share/man/man4/eephy.4 b/share/man/man4/eephy.4 index a5ac847414f..68e11d3395d 100644 --- a/share/man/man4/eephy.4 +++ b/share/man/man4/eephy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eephy.4,v 1.6 2002/09/25 18:01:37 miod Exp $ +.\" $OpenBSD: eephy.4,v 1.7 2002/09/26 07:55:39 miod Exp $ .\" .\"Copyright (c) 2001 by Parag Patel. All rights reserved. .\" @@ -40,10 +40,9 @@ The .Nm driver supports Marvell 88E1000 PHY interface found on -Intel PRO/1000 Gigabit Ethernet cards (see -.Xr em 4 ) . +Sundance/Tamarack TC9021 Gigabit Ethernet chips (see +.Xr stge 4 ) . .Sh SEE ALSO -.Xr em 4 , .Xr ifmedia 4 , .Xr intro 4 , .Xr mii 4 , diff --git a/share/man/man4/ef.4 b/share/man/man4/ef.4 index 4f35d87b77f..7cce8344c53 100644 --- a/share/man/man4/ef.4 +++ b/share/man/man4/ef.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ef.4,v 1.9 2001/06/23 07:03:54 pjanzen Exp $ +.\" $OpenBSD: ef.4,v 1.10 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -78,7 +78,11 @@ the network connection (cable). .Xr ep 4 , .Xr ie 4 , .Xr ifmedia 4 , +.Xr intro 4 , +.Xr isapnp 4 , .Xr nsphy 4 , +.Xr xl 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The diff --git a/share/man/man4/eg.4 b/share/man/man4/eg.4 index ac80f5703be..1e6bfea0e29 100644 --- a/share/man/man4/eg.4 +++ b/share/man/man4/eg.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eg.4,v 1.3 2000/10/18 02:38:22 aaron Exp $ +.\" $OpenBSD: eg.4,v 1.4 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: ec.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -80,5 +80,8 @@ than maximum size of Ethernet frame) was received and dropped. .Xr ep 4 , .Xr ie 4 , .Xr ifmedia 4 , +.Xr intro 4 , +.Xr isa 4 , .Xr xl 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 diff --git a/share/man/man4/eisa.4 b/share/man/man4/eisa.4 index 799f9dd00f5..41a113e1e07 100644 --- a/share/man/man4/eisa.4 +++ b/share/man/man4/eisa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eisa.4,v 1.3 2002/04/07 10:09:34 mickey Exp $ +.\" $OpenBSD: eisa.4,v 1.4 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: eisa.4,v 1.10 2001/09/11 22:52:52 wiz Exp $ .\" .\" Copyright (c) 1997 Jonathan Stone @@ -132,7 +132,15 @@ or respectively. The manual pages for each individual driver also lists the supported bus variants. .Sh SEE ALSO -.Xr intro 4 +.Xr ahb 4 , +.Xr ahc 4 , +.\" .Xr bha 4 , +.Xr cac 4 , +.Xr dpt 4 , +.Xr ep 4 , +.Xr fea 4 , +.Xr intro 4 , +.Xr uha 4 , .Sh HISTORY The machine-independent .Tn EISA diff --git a/share/man/man4/el.4 b/share/man/man4/el.4 index 559d232a709..447af9b882e 100644 --- a/share/man/man4/el.4 +++ b/share/man/man4/el.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: el.4,v 1.3 2000/10/18 02:38:22 aaron Exp $ +.\" $OpenBSD: el.4,v 1.4 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: ec.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -80,5 +80,8 @@ than maximum size of Ethernet frame) was received and dropped. .Xr ep 4 , .Xr ie 4 , .Xr ifmedia 4 , +.Xr intro 4 , +.Xr isa 4 , .Xr xl 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 diff --git a/share/man/man4/em.4 b/share/man/man4/em.4 index 5b447221464..52965637961 100644 --- a/share/man/man4/em.4 +++ b/share/man/man4/em.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: em.4,v 1.3 2002/09/24 23:50:21 deraadt Exp $ +.\" $OpenBSD: em.4,v 1.4 2002/09/26 07:55:39 miod Exp $ .\" Copyright (c) 2002 Intel Corporation .\" All rights reserved. .\" Redistribution and use in source and binary forms of the Software, with or without @@ -112,10 +112,12 @@ For general information and support, go to the Intel support website at: .Pa http://support.intel.com . .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , .Xr intro 4 , .Xr netintro 4 , .Xr pci 4 , .Xr vlan 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The diff --git a/share/man/man4/emu.4 b/share/man/man4/emu.4 index 2abc9245f55..14062a72cd5 100644 --- a/share/man/man4/emu.4 +++ b/share/man/man4/emu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: emu.4,v 1.3 2002/06/30 21:45:25 deraadt Exp $ +.\" $OpenBSD: emu.4,v 1.4 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: emuxki.4,v 1.1 2001/10/18 18:40:16 jdolecek Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -47,7 +47,7 @@ The device driver supports Creative Sound Blaster Live! cards as well as the Sound Blaster PCI 512. .Pp -These Environmental Audio cards are based upon eprogrammable EMU10K1 +These Environmental Audio cards are based upon the programmable EMU10K1 digital-processing chip. .Pp Hardware features: @@ -82,7 +82,9 @@ at 8 standard sample rates Allows multiple audio sources playback on the same speaker system .El .Sh SEE ALSO +.Xr ac97 4 , .Xr audio 4 , +.Xr intro 4 , .Xr joy 4 , .Xr pci 4 .Sh HISTORY diff --git a/share/man/man4/ep.4 b/share/man/man4/ep.4 index 20073afde10..bc1abae582c 100644 --- a/share/man/man4/ep.4 +++ b/share/man/man4/ep.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ep.4,v 1.24 2002/05/19 05:25:19 brad Exp $ +.\" $OpenBSD: ep.4,v 1.25 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1994 Herb Peyerl .\" All rights reserved. @@ -35,10 +35,10 @@ .Nm ep .Nd 3Com EtherLink III and Fast EtherLink III Ethernet driver .Sh SYNOPSIS -.Cd "ep? at eisa? slot ?" -.Cd "ep? at isa? port ? irq ?" -.Cd "ep? at pci? dev ? function ?" -.Cd "ep? at pcmcia? port 0x300 size 0x10 irq 10 slot ?" +.Cd "ep* at eisa? slot ?" +.Cd "ep* at isa? port ? irq ?" +.Cd "ep* at pci? dev ? function ?" +.Cd "ep* at pcmcia? function ?" .Cd "ep* at isapnp?" .Sh DESCRIPTION The @@ -143,7 +143,7 @@ This is not fatal. .It ep0: eeprom failed to come ready The EEPROM failed to come ready. This probably means the card is wedged. -.It ep0: 3c509 in test mode. Erase pencil mark! +.It ep0: erase pencil mark, or disable PnP mode! This means that someone has scribbled with pencil in the test area on the card. Erase the pencil mark and reboot. @@ -157,7 +157,11 @@ Erase the pencil mark and reboot. .Xr el 4 , .Xr ie 4 , .Xr isa 4 , +.Xr isapnp 4 , .Xr ifmedia 4 , +.Xr intro 4 , .Xr pci 4 , +.Xr pcmcia 4 , .Xr xl 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 diff --git a/share/man/man4/esa.4 b/share/man/man4/esa.4 index 7266a5efc44..9649064a96c 100644 --- a/share/man/man4/esa.4 +++ b/share/man/man4/esa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: esa.4,v 1.2 2002/04/08 05:57:58 deraadt Exp $ +.\" $OpenBSD: esa.4,v 1.3 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: esa.4,v 1.4 2002/01/24 22:24:19 he Exp $ .\" .\" Copyright (c) 2001, 2002 Jared D. McNeill <jmcneill@invisible.yi.org> @@ -46,6 +46,7 @@ independent playback and recording at sample rates between 8000Hz and .Sh SEE ALSO .Xr ac97 4 , .Xr audio 4 , +.Xr intro 4 , .Xr maestro 4 , .Xr pci 4 .Sh HISTORY diff --git a/share/man/man4/eso.4 b/share/man/man4/eso.4 index a2991a244ca..10f86e2da06 100644 --- a/share/man/man4/eso.4 +++ b/share/man/man4/eso.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eso.4,v 1.3 2002/08/29 07:34:31 wcobb Exp $ +.\" $OpenBSD: eso.4,v 1.4 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: eso.4,v 1.2 1999/08/02 17:43:52 augustss Exp $ .\" .\" Copyright (c) 1999 Klaus J. Klein @@ -62,6 +62,7 @@ register. The game port and MIDI port are not supported. .Sh SEE ALSO .Xr audio 4 , +.Xr intro 4 , .\" .Xr mpu 4 , .Xr opl 4 , .Xr pci 4 diff --git a/share/man/man4/ess.4 b/share/man/man4/ess.4 index 276e156d383..a8c14a5bd7a 100644 --- a/share/man/man4/ess.4 +++ b/share/man/man4/ess.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ess.4,v 1.5 2002/09/25 18:04:06 miod Exp $ +.\" $OpenBSD: ess.4,v 1.6 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: ess.4,v 1.6 1999/04/13 20:25:29 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -78,9 +78,11 @@ The workaround is to remove or disable the SoundBlaster driver from the kernel configuration. .Sh SEE ALSO .Xr audio 4 , -.Xr isa 4 , +.Xr intro 4 , +.\" .Xr isa 4 , .Xr isapnp 4 , -.Xr joy 4 +.Xr joy 4 , +.Xr sb 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/fdc.4 b/share/man/man4/fdc.4 index 0ea0f7d1e39..724c60e0ac5 100644 --- a/share/man/man4/fdc.4 +++ b/share/man/man4/fdc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdc.4,v 1.4 2002/07/20 15:43:48 fgsch Exp $ +.\" $OpenBSD: fdc.4,v 1.5 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: fdc.4,v 1.6 1996/03/22 01:55:14 andrew Exp $ .\" .\" Copyright (c) 1996 Andrew C. Wheadon @@ -99,7 +99,7 @@ If the 0x20 bit is on, the drive will be attached even if it was not found by the probe routine. .Sh SEE ALSO .Xr intro 4 , -.Xr dmesg 8 +.Xr isa 4 .Sh BUGS The .Nm diff --git a/share/man/man4/fms.4 b/share/man/man4/fms.4 index 3076c827351..fde85b6cb9d 100644 --- a/share/man/man4/fms.4 +++ b/share/man/man4/fms.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fms.4,v 1.5 2002/05/09 14:52:28 mickey Exp $ +.\" $OpenBSD: fms.4,v 1.6 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: fms.4,v 1.2 1999/12/15 22:07:32 abs Exp $ .\" .\" Copyright (c) 1999 Klaus J. Klein @@ -36,8 +36,8 @@ .Sh SYNOPSIS .Cd "fms* at pci? dev ? function ?" .Cd "audio* at fms?" -.Cd "mpu* at fms?" -.Cd "opl* at fms?" +.\" .Cd "mpu* at fms?" +.\" .Cd "opl* at fms?" .Cd "radio* at fms?" .Sh DESCRIPTION The @@ -55,7 +55,9 @@ and .Tn SoundForte Theatre X-treme 5.1 SF256-PCS sound cards. .Sh SEE ALSO +.Xr ac97 4 , .Xr audio 4 , +.Xr intro 4 , .Xr pci 4 , .Xr radio 4 .Sh HISTORY diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4 index 216de4a72d0..22780a18466 100644 --- a/share/man/man4/fpa.4 +++ b/share/man/man4/fpa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fpa.4,v 1.14 2002/01/24 23:01:36 mickey Exp $ +.\" $OpenBSD: fpa.4,v 1.15 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: fpa.4,v 1.2 1997/02/18 01:07:46 jonathan Exp $ .\" .\" Copyright (c) 1995, Matt Thomas @@ -12,7 +12,7 @@ .Nm fea .Nd DEC FDDI controller device driver .Sh SYNOPSIS -.Cd "fpa* at pci?" +.Cd "fpa* at pci? dev ? function ?" .Cd "fea* at eisa?" .Sh DESCRIPTION The diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4 index 1d4d9e1ee20..d39c25ff14f 100644 --- a/share/man/man4/fxp.4 +++ b/share/man/man4/fxp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fxp.4,v 1.21 2001/10/24 03:39:08 mickey Exp $ +.\" $OpenBSD: fxp.4,v 1.22 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1997 David E. O'Brien .\" @@ -111,6 +111,7 @@ the network connection (cable). .El .Sh SEE ALSO .Xr arp 4 , +.Xr cardbus 4 , .Xr ie 4 , .Xr ifmedia 4 , .Xr inphy 4 , @@ -119,6 +120,8 @@ the network connection (cable). .Xr iy 4 , .Xr netintro 4 , .Xr nsphy 4 , +.Xr pci 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The diff --git a/share/man/man4/gdt.4 b/share/man/man4/gdt.4 index 9b43f4e7e77..f1392afde15 100644 --- a/share/man/man4/gdt.4 +++ b/share/man/man4/gdt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gdt.4,v 1.15 2002/06/07 02:12:01 niklas Exp $ +.\" $OpenBSD: gdt.4,v 1.16 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2000 Niklas Hallqvist. All rights reserved. .\" @@ -104,6 +104,7 @@ If the diagnostic is considered a nuisance, alter jumper J4's setting. .El .Sh SEE ALSO .Xr intro 4 , +.Xr pci 4 , .Xr scsi 4 , .Xr sd 4 .Sh AUTHORS diff --git a/share/man/man4/gem.4 b/share/man/man4/gem.4 index c804594f9bd..0a25ed21499 100644 --- a/share/man/man4/gem.4 +++ b/share/man/man4/gem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gem.4,v 1.1 2002/06/08 00:39:59 drahn Exp $ +.\" $OpenBSD: gem.4,v 1.2 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2001 Miodrag Vallat. .\" All rights reserved. @@ -36,13 +36,13 @@ .Cd "gem* at pci? dev ? function ?" .Cd "bmtphy* at mii? phy ?" .Cd "brgphy* at mii? phy ?" -.Cd "nsphy* at mii? phy ?" -.Cd "qsphy* at mii? phy ?" +.Cd "lxtphy* at mii? phy ?" +.\" .Cd "nsphy* at mii? phy ?" +.\" .Cd "qsphy* at mii? phy ?" .Sh DESCRIPTION The .Nm interface provides access to the 10Mb/s, 100Mb/s and 1Gb/s Ethernet networks. -.\" ... via the FOO or the BAR chipsets. The .Nm is found on the @@ -99,9 +99,15 @@ Use 10baseT, half duplex .El .Sh SEE ALSO .Xr arp 4 , +.Xr bmtphy 4 , +.xr brgphy 4 , .Xr ifmedia 4 , .Xr inet 4 , .Xr intro 4 , +.Xr lxtphy 4 , +.\" .Xr nsphy 4 +.\" .Xr qsphy 4 +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY .Ox diff --git a/share/man/man4/gtp.4 b/share/man/man4/gtp.4 index 1f083f7818c..f4e53d1577b 100644 --- a/share/man/man4/gtp.4 +++ b/share/man/man4/gtp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gtp.4,v 1.2 2002/06/13 19:53:34 mickey Exp $ +.\" $OpenBSD: gtp.4,v 1.3 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2002 Vladimir Popov <jumbo@narod.ru> .\" All rights reserved. @@ -30,7 +30,7 @@ .Nm gtp .Nd Gemtek PCI FM radio device driver .Sh SYNOPSIS -.Cd "gtp* at pci? flags 0x00" +.Cd "gtp* at pci? dev ? function ? flags 0x00" .Cd "radio* at gtp?" .Sh DESCRIPTION The @@ -55,6 +55,7 @@ It is impossible to determine which frequency the card is tuned to. Thus, the driver will report an internally stored value even if it is not correct (changed by some program that uses direct port access). .Sh SEE ALSO +.Xr intro 4 , .Xr pci 4 , .Xr radio 4 , .Xr radio 9 diff --git a/share/man/man4/gx.4 b/share/man/man4/gx.4 index ea460c44233..1049d067125 100644 --- a/share/man/man4/gx.4 +++ b/share/man/man4/gx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gx.4,v 1.5 2002/06/30 21:45:25 deraadt Exp $ +.\" $OpenBSD: gx.4,v 1.6 2002/09/26 07:55:40 miod Exp $ .\" Copyright (c) 2001 .\" Jonathan Lemon <jlemon@FreeBSD.org>. All rights reserved. .\" @@ -36,6 +36,7 @@ .Nd "Intel Pro/1000 gigabit ethernet driver" .Sh SYNOPSIS .Cd "gx* at pci? device ? function ?" +.Cd "eephy* at mii? phy ?" .Sh DESCRIPTION The .Nm @@ -80,8 +81,9 @@ driver supports the following media types: .It Cm autoselect Enable autoselection of the media type and options. User can manually override -the autoselected mode by adding media options to -.Xr rc.conf 8 . +the autoselected mode by adding media options to the appropriate +.Xr hostname.if 5 +file. .It Cm 10baseT Set 10Mbps operation. The @@ -170,12 +172,14 @@ The link status changed from down to up. .El .Sh SEE ALSO .Xr arp 4 , +.Xr em 4 , .Xr eephy 4 , .Xr ifmedia 4 , .Xr intro 4 , .Xr netintro 4 , .Xr pci 4 , .Xr vlan 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4 index f4bddc2ba0c..30d41e80fcc 100644 --- a/share/man/man4/hifn.4 +++ b/share/man/man4/hifn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hifn.4,v 1.31 2002/09/12 07:08:14 deraadt Exp $ +.\" $OpenBSD: hifn.4,v 1.32 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt .\" All rights reserved. @@ -90,6 +90,7 @@ to the driver, but all vendors currently just use the obvious ID which is .Sh SEE ALSO .Xr crypt 3 , .Xr crypto 4 , +.Xr intro 4 , .Xr ipsec 4 , .Xr random 4 , .Xr crypto 9 diff --git a/share/man/man4/hsq.4 b/share/man/man4/hsq.4 index 2f0b8413901..7e23aab4b47 100644 --- a/share/man/man4/hsq.4 +++ b/share/man/man4/hsq.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hsq.4,v 1.9 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: hsq.4,v 1.10 2002/09/26 07:55:40 miod Exp $ .\" from: OpenBSD: ast.4,v 1.5 1999/07/09 13:35:43 aaron Exp .\" from: NetBSD: ast.4,v 1.7 1996/03/16 00:07:07 thorpej Exp .\" @@ -47,6 +47,8 @@ .Nd multiplexing serial communications interface .Sh SYNOPSIS .Cd "hsq0 at isa? port 0x140 irq 10" +.Cd "com* at hsq? slave ?" +or .Cd "pccom* at hsq? slave ?" .Sh DESCRIPTION The @@ -63,15 +65,15 @@ communications interfaces. Each .Nm device is the master device for up to four -.Nm pccom +.Nm com devices. The kernel configuration specifies these -.Nm pccom +.Nm com devices as slave devices of the .Nm device, as shown in the synopsis. The slave ID given for each -.Nm pccom +.Nm com device determines which bit in the interrupt multiplexing register is tested to find interrupts for that device. The @@ -79,7 +81,7 @@ The specification for the .Nm device is used to compute the base addresses for the -.Nm pccom +.Nm com subdevices (they are equal to .Tn port + ID * 8) and the port for the interrupt multiplexing register @@ -98,10 +100,12 @@ the driver only with Hostess-compatible cards. .It Pa /dev/cua0? .El .Sh SEE ALSO -.Xr pccom 4 +.Xr com 4 , +.Xr intro 4 , +.Xr isa 4 .Sh HISTORY The .Nm -driver was written by Denis A. Doroshenko based on +driver was written by Denis A. Doroshenko based on the .Xr ast 4 driver. diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4 index f1931feda9a..84e095d804e 100644 --- a/share/man/man4/icmp6.4 +++ b/share/man/man4/icmp6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: icmp6.4,v 1.9 2002/05/23 09:30:34 mpech Exp $ +.\" $OpenBSD: icmp6.4,v 1.10 2002/09/26 07:55:40 miod Exp $ .\" $KAME: icmp6.4,v 1.3 2000/11/24 08:44:40 itojun Exp $ .\" .\" Copyright (C) 1999 WIDE Project. @@ -227,8 +227,8 @@ socket with a network address for which no network interface exists. .Xr send 2 , .Xr recv 2 , .Xr inet6 4 , -.Xr intro 4 , -.Xr ip6 4 +.Xr ip6 4 , +.Xr netintro 4 .Rs .%A W. Stevens .%A M. Thomas diff --git a/share/man/man4/iha.4 b/share/man/man4/iha.4 index 8bdad3dfd08..8a8c37df06b 100644 --- a/share/man/man4/iha.4 +++ b/share/man/man4/iha.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iha.4,v 1.7 2001/10/07 23:25:25 jason Exp $ +.\" $OpenBSD: iha.4,v 1.8 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2001, Kenneth R. Westerback. All rights reserved. .\" @@ -52,10 +52,14 @@ Iwill 2935UW .El .Sh SEE ALSO .Xr cd 4 , +.Xr ch 4 , .Xr intro 4 , +.Xr pci 4 , .Xr scsi 4 , .Xr sd 4 , -.Xr st 4 +.Xr ss 4 , +.Xr st 4 , +.Xr uk 4 .Pp .Pa http://www.initio.com/ .Sh AUTHORS diff --git a/share/man/man4/iop.4 b/share/man/man4/iop.4 index 68a7e1a412e..fef1073f9b4 100644 --- a/share/man/man4/iop.4 +++ b/share/man/man4/iop.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iop.4,v 1.5 2002/03/26 15:15:27 mickey Exp $ +.\" $OpenBSD: iop.4,v 1.6 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: iop.4,v 1.7 2001/03/20 13:09:19 ad Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -48,7 +48,7 @@ .Cd "ioprbs*" at iop? tid ? .Cd "scsibus*" at iopsp? .Cd "scsibus*" at ioprbs? -.Cd options I2OVERBOSE +.Cd option I2OVERBOSE .Sh DESCRIPTION The .Nm @@ -144,6 +144,7 @@ control device for IOP unit .Xr ioprbs 4 , .Xr iopsp 4 , .Xr scsibus 4 , +.Xr pci 4 , .Xr iopctl 8 .Pp http://www.intelligent-io.com/ @@ -158,8 +159,8 @@ support was added in .Sh AUTHORS The .Nm -driver was written by Andrew Doran -.Aq ad@netbsd.org +driver was written by +.An Andrew Doran Aq ad@netbsd.org and ported to .Ox 3.0 by diff --git a/share/man/man4/ioprbs.4 b/share/man/man4/ioprbs.4 index 57cb0b7bde1..fe67dd5233b 100644 --- a/share/man/man4/ioprbs.4 +++ b/share/man/man4/ioprbs.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ioprbs.4,v 1.8 2002/08/29 07:34:31 wcobb Exp $ +.\" $OpenBSD: ioprbs.4,v 1.9 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2000 Niklas Hallqvist. All rights reserved. .\" @@ -38,8 +38,7 @@ All RAID configuration is done through the controllers' BIOSes. .Xr intro 4 , .Xr iop 4 , .Xr iopsp 4 , -.Xr scsi 4 , -.Xr sd 4 +.Xr scsi 4 .Sh AUTHORS The .Nm diff --git a/share/man/man4/iopsp.4 b/share/man/man4/iopsp.4 index 615385bd7bd..9c0507ad3b6 100644 --- a/share/man/man4/iopsp.4 +++ b/share/man/man4/iopsp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iopsp.4,v 1.5 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: iopsp.4,v 1.6 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: iopsp.4,v 1.2 2000/12/11 13:11:59 ad Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -85,8 +85,8 @@ support was added in .Sh AUTHORS The .Nm -driver was written by Andrew Doran -.Aq ad@netbsd.org +driver was written by +.An Andrew Doran Aq ad@netbsd.org and ported to .Ox 3.0 by diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index ba3668b622b..bafd30f885d 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ip6.4,v 1.11 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: ip6.4,v 1.12 2002/09/26 07:55:40 miod Exp $ .\" $KAME: ip6.4,v 1.12 2000/06/08 21:19:39 itojun Exp $ .\" .\" Copyright (C) 1999 WIDE Project. @@ -613,7 +613,6 @@ The ancillary data items were improperly formed, or option name was unknown. .Xr recv 2 , .Xr inet6_option_space 3 , .Xr inet6_rthdr_space 3 , -.Xr intro 4 , .Xr icmp6 4 , .Xr inet6 4 .Rs diff --git a/share/man/man4/isa.4 b/share/man/man4/isa.4 index bdc3059c612..b88b7bc212e 100644 --- a/share/man/man4/isa.4 +++ b/share/man/man4/isa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isa.4,v 1.18 2002/09/25 18:05:00 miod Exp $ +.\" $OpenBSD: isa.4,v 1.19 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: isa.4,v 1.19 2000/03/18 16:54:37 augustss Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -38,12 +38,21 @@ .Nm isa .Nd introduction to ISA bus support .Sh SYNOPSIS +.Cd "# i386:" .Cd "isa0 at mainbus0" .Cd "isa0 at pcib?" .Pp +.Cd "# alpha:" +.Cd "isa* at pceb?" +.Cd "isa* at sio?" +.Pp +.Cd "# amiga:" +.Cd "isa* at ggbus?" +.Cd "isa* at cross?" +.Pp Attachments are machine-dependent and depend on the bus topology and .Tn ISA -bus interface of your system, but the above is typical. +bus interface of your system. See .Xr intro 4 for your system for details. @@ -75,7 +84,7 @@ devices instead. .Sh SUPPORTED DEVICES At least the following devices are supported: .Ss SCSI controllers -.Bl -tag -width speaker -offset ind +.Bl -tag -width xxx -offset ind .It Xr aha 4 Adaptec AHA-154x family (154xA, 154xB, 154xC, and 154xCF) and the BusLogic BT54x @@ -109,7 +118,7 @@ WD-7000 family of bus-mastering interfaces. .El .Ss Disk and tape controllers -.Bl -tag -width speaker -offset ind +.Bl -tag -width pciide -offset ind .It Xr mcd 4 Mitsumi CD-ROM drives. .It Xr wdc 4 @@ -122,7 +131,7 @@ device driver which is used instead on machines with PCI IDE controllers. Wangtek and compatible QIC-02 and QIC-36 tape drives. .El .Ss Serial and parallel interfaces -.Bl -tag -width speaker -offset ind +.Bl -tag -width addcom -offset ind .It Xr com 4 , Xr pccom 4 NS8250, NS16450, NS16550, ST16550, and TI16750 serial driver. The @@ -145,7 +154,7 @@ parallel port interface. IBM RT four-port serial cards. .El .Ss Network interfaces -.Bl -tag -width speaker -offset ind +.Bl -tag -width xxx -offset ind .It Xr ec 4 3Com Etherlink II (3c503) .Tn Ethernet @@ -192,7 +201,7 @@ Western Digital/SMC 80x3, SMC Elite Ultra, and SMC EtherEZ interfaces. .El .Ss Sound cards -.Bl -tag -width speaker -offset ind +.Bl -tag -width aria -offset ind .It Xr aria 4 Sierra's Aria based sound cards. .It Xr ess 4 @@ -211,7 +220,7 @@ Windows Sound System-compatible sound cards based on the AD1848 and compatible chips. .El .Ss Radio receiver devices -.Bl -tag -width sf24xx -offset ind +.Bl -tag -width sf2r -offset ind .It Xr az 4 Aztech/PackardBell radio card devices. .It Xr rt 4 @@ -223,6 +232,12 @@ SoundForte RadioLink SF16-FMR FM radio devices. .It Xr sf2r 4 SoundForte RadioLink SF16-FMR2 FM radio devices. .El +.Ss Miscellaneous devices +.Bl -tag -width pcic -offset ind +.It Xr pcic 4 +.Tn ISA +PCMCIA controllers. +.El .Pp Note that some .Tn ISA @@ -232,12 +247,54 @@ Plug-and-Play variants. These are listed in .Xr isapnp 4 . .Sh SEE ALSO +.Xr addcom 4 , +.Xr aha 4 , +.Xr aic 4 , +.Xr aria 4 , +.Xr ast 4 , +.Xr az 4 , +.Xr bha 4 , +.Xr boca 4 , .Xr cardbus 4 , +.Xr com 4 , +.Xr cy 4 , +.Xr dpt 4 , +.Xr ec 4 , +.Xr ef 4 , +.Xr eg 4 , +.Xr eisa 4 , +.Xr el 4 , +.Xr ep 4 , +.Xr ess 4 , +.Xr gus 4 , +.Xr ie 4 , .Xr intro 4 , .Xr isapnp 4 , +.Xr lc 4 , +.Xr le 4 , +.Xr lpt 4 , +.Xr mcd 4 , +.Xr ne 4 , +.\" no manpage .Xr pas 4 , .Xr pci 4 , +.Xr pcic 4 , .Xr pcmcia 4 , -.Xr usb 4 +.Xr pss 4 , +.Xr rt 4 , +.Xr rtfps 4 , +.Xr rtii 4 , +.Xr sb 4 , +.Xr sea 4 , +.Xr sf2r 4 , +.Xr sm 4 , +.Xr sfr 4 , +.Xr uha 4 , +.Xr usb 4 , +.Xr wdc 4 , +.\" no manpage .Xr wds 4 , +.Xr we 4 , +.Xr wss 4 , +.Xr wt 4 .Sh HISTORY The machine-independent .Tn ISA diff --git a/share/man/man4/isapnp.4 b/share/man/man4/isapnp.4 index 1ea239b9825..8e4b1ac290e 100644 --- a/share/man/man4/isapnp.4 +++ b/share/man/man4/isapnp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isapnp.4,v 1.23 2002/08/28 21:24:20 mickey Exp $ +.\" $OpenBSD: isapnp.4,v 1.24 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: isapnp.4,v 1.8 1998/06/07 09:08:46 enami Exp $ .\" .\" Copyright (c) 1997 Jonathan Stone @@ -39,7 +39,7 @@ .Cd "isapnp0 at isa?" .Pp An -.Nm isapnp +.Nm bus can be configured for each supported ISA bus. .Sh DESCRIPTION .Ox @@ -52,10 +52,10 @@ includes machine-independent ISAPNP drivers, sorted by function and driver name: .Ss Disk controllers .Bl -tag -width speakerxx -offset ind -compact -.It Xr aic 4 -Adaptec AHA-1520B SCSI controller card. .It Xr aha 4 Adaptec AHA-154x SCSI controller card. +.It Xr aic 4 +Adaptec AHA-1520B SCSI controller card. .It Xr wdc 4 IDE controllers (typically found on sound cards). .El @@ -68,6 +68,8 @@ Winmodems are not supported. .El .Ss Network interfaces .Bl -tag -width speaker -offset ind -compact +.It Xr ef 4 +3Com 3c515 Fast Etherlink III Ethernet interfaces. .It Xr ep 4 3Com 3c509B EtherLink-III Ethernet interfaces. .It Xr le 4 @@ -79,21 +81,26 @@ SMC EtherEZ Ethernet interfaces. .El .Ss Sound .Bl -tag -width speaker -offset ind -compact -.It Xr sb 4 -SoundBlaster series sound cards (SB16 PnP through AWE64). +.It Xr ess 4 +ESS Technology AudioDrive 1788-, 1888-, 1887-, and 888-based sound cards. .It Xr gus 4 Gravis Ultrasound PnP sound cards. -.It Xr ym 4 -Yamaha OPL3-SA3 sound cards. -.It Xr wss 4 -Windows Sound System cards. .It Xr mpu 4 MIDI interfaces. +.It Xr sb 4 +SoundBlaster series sound cards (SB16 PnP through AWE64). +.It Xr wss 4 +Windows Sound System cards. +.It Xr ym 4 +Yamaha OPL3-SA3 sound cards. .El -.Ss Misc devices +.Ss Miscellaneous devices .Bl -tag -width speaker -offset ind -compact .It Xr joy 4 Joystick driver. +.It Xr pcic 4 +.Tn ISA +PCMCIA controllers. .It Xr rt 4 AIMS Lab Radiotrack FM radio tuners. .El @@ -132,12 +139,31 @@ Then the device will probe like this: .Pp joy0 at isapnp0 <PnP Sound Chip, @P@1001, , > port 0x200/8 .Sh SEE ALSO +.Xr aha 4 , +.Xr aic 4 , .Xr cardbus 4 , +.Xr com 4 , +.Xr ef 4 , +.Xr eisa 4 , +.Xr ep 4 , +.Xr ess 4 , +.Xr gus 4 , .Xr intro 4 , .Xr isa 4 , +.Xr joy 4 , +.Xr le 4 , +.Xr mpu 4 , +.Xr ne 4 , .Xr pci 4 , +.Xr pcic 4 , .Xr pcmcia 4 , -.Xr usb 4 +.Xr rt 4 , +.Xr sb 4 , +.Xr usb 4 , +.Xr we 4 , +.Xr whc 4 , +.Xr wss 4 , +.Xr ym 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/ises.4 b/share/man/man4/ises.4 index 7d13c0b2efd..b3b7c167887 100644 --- a/share/man/man4/ises.4 +++ b/share/man/man4/ises.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ises.4,v 1.4 2001/06/28 20:49:45 brad Exp $ +.\" $OpenBSD: ises.4,v 1.5 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2000 Håkan Olsson (ho@crt.se) .\" All rights reserved. @@ -49,6 +49,8 @@ The cryptographic functions are not yet supported. Also not yet supported are the chip's two LNAUs (Large Number Arithmetic Units), which would be useful in OpenSSL applications. .Sh SEE ALSO +.Xr intro 4 , +.Xr pci 4 , .Xr random 4 .Sh HISTORY The diff --git a/share/man/man4/isp.4 b/share/man/man4/isp.4 index c67bb68912b..2e31fe37745 100644 --- a/share/man/man4/isp.4 +++ b/share/man/man4/isp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isp.4,v 1.10 2002/05/23 09:30:34 mpech Exp $ +.\" $OpenBSD: isp.4,v 1.11 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1998, 1999 .\" Matthew Jacob, for NASA/Ames Research Center @@ -61,18 +61,23 @@ Command tagging is supported for all (in fact, requires tagging). .Sh CONFIGURATION An optional -.Tn options ISP_COMPILE_FW=1 +.Tn option ISP_COMPILE_FW=1 ensures that known good firmware will be downloaded to the driver at attach time. This is recommended. .Sh BUGS None known at this time. .Sh SEE ALSO .Xr cd 4 , +.Xr ch 4 , .Xr intro 4 , +.Xr pci 4 , +.Xr sbus 4 , .Xr scsi 4 , .Xr sd 4 , .Xr ses 4 , -.Xr st 4 +.Xr ss 4 , +.Xr st 4 , +.Xr uk 4 .Sh AUTHORS The .Nm diff --git a/share/man/man4/kue.4 b/share/man/man4/kue.4 index 381f02d00f5..50a4f7f956e 100644 --- a/share/man/man4/kue.4 +++ b/share/man/man4/kue.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kue.4,v 1.5 2001/06/22 12:15:46 mpech Exp $ +.\" $OpenBSD: kue.4,v 1.6 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: kue.4,v 1.5 2000/03/20 01:34:22 augustss Exp $ .\" .\" Copyright (c) 1997, 1998, 1999, 2000 @@ -40,7 +40,7 @@ .Nm kue .Nd Kawasaki LSI KL5KUSB101B USB Ethernet driver .Sh SYNOPSIS -.Cd "kue* at uhub?" +.Cd "kue* at uhub? port ?" .Sh DESCRIPTION The .Nm @@ -89,8 +89,10 @@ The driver failed to allocate an mbuf for the receiver ring. .El .Sh SEE ALSO .Xr arp 4 , +.Xr intro 4 , .Xr netintro 4 , .Xr usb 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The @@ -103,9 +105,12 @@ support was added in .Sh AUTHORS The .Nm -driver was written by Bill Paul <wpaul@ee.columbia.edu> and ported to +driver was written by +.An Bill Paul Aq wpaul@ee.columbia.edu +and ported to .Ox -by Aaron Campbell <aaron@openbsd.org>. +by +.An Aaron Campbell Aq aaron@openbsd.org . .Sh BUGS The .Nm diff --git a/share/man/man4/lc.4 b/share/man/man4/lc.4 index 1f6aceb7f89..25436125c32 100644 --- a/share/man/man4/lc.4 +++ b/share/man/man4/lc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lc.4,v 1.3 2002/05/23 09:30:34 mpech Exp $ +.\" $OpenBSD: lc.4,v 1.4 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: lc.4,v 1.4 1999/12/15 22:07:32 abs Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -43,7 +43,8 @@ .Nm lc .Nd DEC EtherWORKS III Ethernet interfaces device driver .Sh SYNOPSIS -.Cd "lc0 at isa? port ? iomem ? irq ?" +.Cd "lc0 at isa? port 0x200 irq ?" +.Cd "lc1 at isa? port 0x280 irq ?" .Sh DESCRIPTION The .Nm @@ -58,11 +59,14 @@ Media is selected with .Xr ifconfig 8 's .Sq media directive. -.\" .Sh DIAGNOSTICS -.Sh BUGS -The -.Nm -does not currently support EISA LEMAC interfaces. +.Sh SEE ALSO +.Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr isa 4 , +.Xr netintro 4 , +.Xr hostname.if 5 , +.Xr ifconfig 8 .Sh HISTORY The .Nm @@ -80,8 +84,7 @@ and ported to .Ox by .An Niklas Hallqvist Aq niklas@openbsd.org -.Sh SEE ALSO -.Xr ifmedia 4 , -.Xr intro 4 , -.Xr isa 4 , -.Xr ifconfig 8 +.Sh BUGS +The +.Nm +does not currently support EISA LEMAC interfaces. diff --git a/share/man/man4/lge.4 b/share/man/man4/lge.4 index a500669349d..a65a5a5d4c1 100644 --- a/share/man/man4/lge.4 +++ b/share/man/man4/lge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lge.4,v 1.4 2002/06/30 21:45:25 deraadt Exp $ +.\" $OpenBSD: lge.4,v 1.5 2002/09/26 07:55:40 miod Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <william.paul@windriver.com>. All rights reserved. @@ -72,12 +72,13 @@ such as file transfers and data streaming. The .Nm driver supports the following media types: -.Bl -tag -width ".Cm 1000baseSX" +.Bl -tag -width 1000baseSX .It Cm autoselect Enable autoselection of the media type and options. The user can manually override -the autoselected mode by adding media options to -.Xr rc.conf 8 . +the autoselected mode by adding media options to the appropriate +.Xr hostname.if 5 +file. .It Cm 1000baseSX Set 1000baseSX operation over fiber optic cable. Both @@ -90,7 +91,7 @@ modes are supported. The .Nm driver supports the following media options: -.Bl -tag -width ".Cm full-duplex" +.Bl -tag -width full-duplex .It Cm full-duplex Force full duplex operation. .It Cm half-duplex @@ -128,6 +129,7 @@ the network connection (cable). .Xr netintro 4 , .Xr pci 4 , .Xr vlan 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Rs .%T Level 1 LXT1001 Programming Manual diff --git a/share/man/man4/lkm.4 b/share/man/man4/lkm.4 index bac1162d025..f5a1658daa9 100644 --- a/share/man/man4/lkm.4 +++ b/share/man/man4/lkm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lkm.4,v 1.12 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: lkm.4,v 1.13 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: lkm.4,v 1.4 1994/11/30 16:22:22 jtc Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -132,7 +132,7 @@ facility was designed to be similar in functionality to the loadable kernel modules facility provided by .Tn "SunOS 4.1.3" . .Sh AUTHORS -Terrence R. Lambert <terry@cs.weber.edu> +.An Terrence R. Lambert Aq terry@cs.weber.edu .Sh BUGS Loading a bogus module is likely to kill your machine. .Pp diff --git a/share/man/man4/lmc.4 b/share/man/man4/lmc.4 index eb9dffc5f25..b8c3907bc62 100644 --- a/share/man/man4/lmc.4 +++ b/share/man/man4/lmc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lmc.4,v 1.14 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: lmc.4,v 1.15 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1999 Chris Cappuccio .\" @@ -88,7 +88,6 @@ Problem from tulip, Only available if compiled with LMC_DEBUG .El .Sh SEE ALSO -.Xr intro 4 , .Xr netintro 4 , .Xr sppp 4 , .Xr ifconfig 8 , diff --git a/share/man/man4/lofn.4 b/share/man/man4/lofn.4 index 33821a6b117..eb8d4e722fa 100644 --- a/share/man/man4/lofn.4 +++ b/share/man/man4/lofn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lofn.4,v 1.4 2002/09/12 07:08:14 deraadt Exp $ +.\" $OpenBSD: lofn.4,v 1.5 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2001-2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -53,7 +53,9 @@ subsystem to support modular exponentiation. .Sh SEE ALSO .Xr crypt 3 , .Xr crypto 4 , +.Xr intro 4 , .Xr ipsec 4 , +.Xr pci 4 , .Xr random 4 , .Xr crypto 9 .Sh HISTORY diff --git a/share/man/man4/lpt.4 b/share/man/man4/lpt.4 index f61a7975c94..3145ab2584a 100644 --- a/share/man/man4/lpt.4 +++ b/share/man/man4/lpt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lpt.4,v 1.3 2002/03/14 20:16:09 jason Exp $ +.\" $OpenBSD: lpt.4,v 1.4 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou .\" All rights reserved. @@ -35,9 +35,10 @@ .Nm lpt .Nd parallel port driver .Sh SYNOPSIS -.Cd "# alpha/hppa/i386 -.Cd "lpt0 at isa? port" \&"IO_LPT1\&" irq 7 -.Cd "lpt1 at isa? port" \&"IO_LPT2\&" +.Cd "# alpha/amiga/i386" +.Cd "lpt0 at isa? port 0x378 irq 7" +.Cd "lpt1 at isa? port 0x278" +.Cd "lpt2 at isa? port 0x3bc" .Pp .Cd "# hppa" .Cd "lpt0 at gsc? irq 7" @@ -66,4 +67,6 @@ first interrupt-driven parallel port device first polled parallel port device .El .Sh SEE ALSO +.Xr intro 4 , +.Xr isa 4 , .Xr ulpt 4 diff --git a/share/man/man4/maestro.4 b/share/man/man4/maestro.4 index 0bb1043ea65..90ea83f3bdc 100644 --- a/share/man/man4/maestro.4 +++ b/share/man/man4/maestro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: maestro.4,v 1.9 2002/04/08 01:51:25 frantzen Exp $ +.\" $OpenBSD: maestro.4,v 1.10 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2001 Marc Espie. .\" All rights reserved. @@ -55,17 +55,18 @@ does not support it. Other functions of maestro cards (modem, joystick) are not supported. .Pp PCI interrupt sharing works, as long as other devices comply too. +.Sh SEE ALSO +.Xr ac97 4 , +.Xr audio 4 , +.Xr esa 4 , +.Xr intro 4 , +.Xr pci 4 .Sh HISTORY Maestro hardware information was gleaned from the .Fx and Linux OSS drivers. .Sh AUTHORS David Leonard and Marc Espie. -.Sh SEE ALSO -.Xr ac97 4 , -.Xr audio 4 , -.Xr esa 4 , -.Xr pci 4 .Sh BUGS Very old cards with a PT101 mixer component should have partial support, e.g., the mixer does not work. diff --git a/share/man/man4/midi.4 b/share/man/man4/midi.4 index d7aaf592e4b..ce0a63e211b 100644 --- a/share/man/man4/midi.4 +++ b/share/man/man4/midi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: midi.4,v 1.10 2002/03/27 18:10:38 millert Exp $ +.\" $OpenBSD: midi.4,v 1.11 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: midi.4,v 1.4 1998/08/22 14:45:35 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -40,12 +40,21 @@ .Nm midi .Nd device-independent MIDI driver layer .Sh SYNOPSIS +.Cd "# alpha" .Cd "midi* at opl?" .Cd "midi* at pcppi?" +.Pp +.Cd "# i386" +.Cd "midi* at autri?" +.Cd "midi* at mpu?" +.Cd "midi* at opl?" .Cd "midi* at sb?" .Cd "midi* at wss?" .Ct "midi* at ym?" -.Ct "midi* at mpu?" +.Pp +.Cd "# sparc64" +.Cd "midi* at autri?" +.Pp .Cd "pseudo-device sequencer" .Pp .Fd #include <sys/types.h> @@ -105,9 +114,12 @@ interface. .Xr ossaudio 3 , .Xr audio 4 , .Xr autri 4 , +.Xr mpu 4 , .Xr opl 4 , +.Xr pcppi 4 , .Xr sb 4 , -.Xr wss 4 +.Xr wss 4 , +.Xr ym 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/mii.4 b/share/man/man4/mii.4 index 15144894124..52f99c61d5d 100644 --- a/share/man/man4/mii.4 +++ b/share/man/man4/mii.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mii.4,v 1.10 2002/04/05 23:34:09 deraadt Exp $ +.\" $OpenBSD: mii.4,v 1.11 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: mii.4,v 1.1 1998/11/04 05:21:50 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -46,6 +46,7 @@ .Cd "amphy* at mii? phy ?" .Cd "bmtphy* at mii? phy ?" .Cd "brgphy* at mii? phy ?" +.Cd "dcphy* at mii? phy ?" .Cd "eephy* at mii? phy ?" .Cd "exphy* at mii? phy ?" .Cd "icsphy* at mii? phy ?" @@ -63,6 +64,7 @@ .Cd "tqphy* at mii? phy ?" .Cd "txphy* at mii? phy ?" .Cd "ukphy* at mii? phy ?" +.Cd "urlphy* at mii? phy ?" .Cd "xmphy* at mii? phy ?" .Sh DESCRIPTION Media Independent Interface is an IEEE standard serial bus for @@ -98,11 +100,13 @@ program. .Xr amphy 4 , .Xr bmtphy 4 , .Xr brgphy 4 , +.\" no manpage .Xr dcphy 4 , .Xr eephy 4 , .Xr exphy 4 , .Xr icsphy 4 , .Xr ifmedia 4 , .Xr inphy 4 , +.Xr intro 4 , .Xr iophy 4 , .Xr lxtphy 4 , .Xr mtdphy 4 , @@ -117,5 +121,6 @@ program. .Xr tqphy 4 , .Xr txphy 4 , .Xr ukphy 4 , +.Xr urlphy 4 , .Xr xmphy 4 , .Xr ifconfig 8 diff --git a/share/man/man4/ncr.4 b/share/man/man4/ncr.4 index fc196957c2b..8051da1e773 100644 --- a/share/man/man4/ncr.4 +++ b/share/man/man4/ncr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ncr.4,v 1.8 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: ncr.4,v 1.9 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -52,7 +52,7 @@ driver provides support for the NCR (now Symbios) 53C810, 53C815, 53C820, controller chips. .Pp .Nm -has been replaced by the +is deprecated and has been replaced by the .Nm siop driver. .Pp @@ -134,8 +134,11 @@ in your kernel configuration file to disable tagged command queuing. .Xr cd 4 , .Xr ch 4 , .Xr intro 4 , +.Xr pci 4 , +.Xr ss 4 , .Xr scsi 4 , .Xr sd 4 , .Xr siop 4 , +.Xr ss 4 , .Xr st 4 , .Xr uk 4 diff --git a/share/man/man4/ne.4 b/share/man/man4/ne.4 index 4e410830ba3..a69b5553ba8 100644 --- a/share/man/man4/ne.4 +++ b/share/man/man4/ne.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ne.4,v 1.9 2002/03/18 20:46:07 miod Exp $ +.\" $OpenBSD: ne.4,v 1.10 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: ne.4,v 1.4 1998/02/22 05:21:20 enami Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -77,6 +77,9 @@ to complete the configuration sequence. .Xr intro 4 , .Xr isa 4 , .Xr isapnp 4 , +.Xr netintro 4 , .Xr pci 4 , .Xr pcmcia 4 , +.\" no manpage .Xr zbus 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 diff --git a/share/man/man4/neo.4 b/share/man/man4/neo.4 index ad735232ca4..fd7fba4a317 100644 --- a/share/man/man4/neo.4 +++ b/share/man/man4/neo.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: neo.4,v 1.6 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: neo.4,v 1.7 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1998 Constantine Paul Sapuntzakis .\" All rights reserved @@ -44,7 +44,10 @@ The driver provides support for NeoMagic MagicMedia 256AV and 256ZX audio chips found in many laptops, and perhaps on some PCI cards. .Sh SEE ALSO -.Xr audio 4 +.Xr ac97 4 , +.Xr audio 4 , +.Xr intro 4 , +.Xr pci 4 .Sh BUGS This driver has some bugs because Neomagic refuses to provide documentation, even though they are discontinuing their products. diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4 index 330774d1fc0..47c073b2387 100644 --- a/share/man/man4/netintro.4 +++ b/share/man/man4/netintro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netintro.4,v 1.19 2001/11/13 13:54:25 mpech Exp $ +.\" $OpenBSD: netintro.4,v 1.20 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: netintro.4,v 1.4 1995/10/19 08:03:40 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -159,7 +159,7 @@ are known to the system #define AF_NATM 27 /* native ATM access */ .Ed .Sh ROUTING -.Tn UNIX +.Ox provides some packet routing facilities. The kernel maintains a routing information database, which is used in selecting the appropriate network interface when diff --git a/share/man/man4/nge.4 b/share/man/man4/nge.4 index 6e3cdaeeb20..1565c01264e 100644 --- a/share/man/man4/nge.4 +++ b/share/man/man4/nge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nge.4,v 1.11 2002/09/21 15:51:05 nate Exp $ +.\" $OpenBSD: nge.4,v 1.12 2002/09/26 07:55:40 miod Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <wpaul@bsdi.com>. All rights reserved. @@ -105,8 +105,9 @@ driver supports the following media types: .It Cm autoselect Enable autoselection of the media type and options. The user can manually override -the autoselected mode by adding media options to -.Xr rc.conf 8 . +the autoselected mode by adding media options to the appropriate +.Xr hostname.if 5 +file. .It Cm 10baseT Set 10Mbps operation. The @@ -205,6 +206,7 @@ the network connection (cable). .Xr nsgphy 4 , .Xr pci 4 , .Xr vlan 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Rs .%T National Semiconductor DP83820 datasheet diff --git a/share/man/man4/noct.4 b/share/man/man4/noct.4 index 5fb4ce745ca..b1d796ee429 100644 --- a/share/man/man4/noct.4 +++ b/share/man/man4/noct.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: noct.4,v 1.4 2002/09/12 07:08:14 deraadt Exp $ +.\" $OpenBSD: noct.4,v 1.5 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -62,7 +62,9 @@ The public key engine is not yet supported. .Sh SEE ALSO .Xr crypt 3 , .Xr crypto 4 , +.Xr intro 4 , .Xr ipsec 4 , +.Xr pci 4 , .Xr random 4 , .Xr crypto 9 .Sh HISTORY diff --git a/share/man/man4/nofn.4 b/share/man/man4/nofn.4 index 60a7e563439..59b5fd52efc 100644 --- a/share/man/man4/nofn.4 +++ b/share/man/man4/nofn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nofn.4,v 1.5 2002/07/16 19:51:53 jason Exp $ +.\" $OpenBSD: nofn.4,v 1.6 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -60,7 +60,10 @@ subsystem. Currently, no packet processing is supported. .Sh SEE ALSO .Xr crypt 3 , +.Xr crypto 4 , +.Xr intro 4 , .Xr ipsec 4 , +.Xr pci 4 , .Xr random 4 , .Xr crypto 9 .Sh HISTORY diff --git a/share/man/man4/ns.4 b/share/man/man4/ns.4 index 37e08ef3773..5c52c5a4ce8 100644 --- a/share/man/man4/ns.4 +++ b/share/man/man4/ns.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ns.4,v 1.10 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: ns.4,v 1.11 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: ns.4,v 1.3 1994/11/30 16:22:26 jtc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -164,7 +164,6 @@ only accessible to user programs through heroic actions. .Xr getnetent 3 , .Xr getprotoent 3 , .Xr getservent 3 , -.Xr intro 3 , .Xr ns 3 , .Xr idp 4 , .Xr netintro 4 , diff --git a/share/man/man4/nsip.4 b/share/man/man4/nsip.4 index 168ae643abe..9e64ca3547a 100644 --- a/share/man/man4/nsip.4 +++ b/share/man/man4/nsip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nsip.4,v 1.6 2000/04/15 11:45:51 aaron Exp $ +.\" $OpenBSD: nsip.4,v 1.7 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: nsip.4,v 1.3 1994/11/30 16:22:27 jtc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -55,7 +55,7 @@ It functions by prepending an .Tn IP header, and resubmitting the packet through the -.Tn UNIX +.Ox .Tn IP machinery. .Pp diff --git a/share/man/man4/ohci.4 b/share/man/man4/ohci.4 index d418bddd6a2..8994d83176f 100644 --- a/share/man/man4/ohci.4 +++ b/share/man/man4/ohci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ohci.4,v 1.3 2001/08/03 15:21:16 mpech Exp $ +.\" $OpenBSD: ohci.4,v 1.4 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: ohci.4,v 1.5 1999/11/23 01:47:34 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -49,6 +49,9 @@ The .Nm driver provides support for USB Open Host Controller Interface. .Sh SEE ALSO +.Xr intro 4 , +.Xr pci 4 , +.Xr uhci 4 , .Xr usb 4 .Sh HISTORY The diff --git a/share/man/man4/opl.4 b/share/man/man4/opl.4 index 93eba9c8bed..dfb22d639fa 100644 --- a/share/man/man4/opl.4 +++ b/share/man/man4/opl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opl.4,v 1.5 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: opl.4,v 1.6 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: opl.4,v 1.3 1998/09/08 11:59:48 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -39,10 +39,11 @@ .Nm opl .Nd Yamaha OPL2 and OPL3 FM synthesizer driver .Sh SYNOPSIS -.Cd "opl* at ess?" -.Cd "opl0 at isa? port 0x388" -.Cd "opl* at sb?" -.Cd "opl* at wss?" +.Cd "opl* at eso?" +.Cd "opl* at ess?" +.Cd "opl0 at isa? port 0x388" +.Cd "opl* at sb?" +.Cd "opl* at yds?" .Cd "midi* at opl?" .Sh DESCRIPTION The @@ -59,11 +60,12 @@ The driver usually attaches to a sound card, but it can also sit directly on the ISA bus. .Sh SEE ALSO +.Xr eso 4 , .Xr ess 4 , .Xr isa 4 , .Xr midi 4 , .Xr sb 4 , -.Xr wss 4 +.Xr yds 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 89e6568cecf..05af662b5e4 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.108 2002/09/11 10:27:21 itojun Exp $ +.\" $OpenBSD: options.4,v 1.109 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -724,7 +724,7 @@ This option is currently required. See .Xr inet 4 for details. -.It Cd options INET6 +.It Cd option INET6 Includes support for the .Tn IPv6 protocol stack. @@ -738,7 +738,7 @@ enables multicast routing code as well. This option requires .Em INET at this moment, but it should not. -.It Cd options ND6_DEBUG +.It Cd option ND6_DEBUG The option sets the default value of net.inet6.icmp6.nd6_debug to 1, for debugging IPv6 neighbor discovery protocol handling. See @@ -1075,7 +1075,6 @@ Doublequote is needed when specifying a negative .\" .Sh FILES .\" .Sh EXAMPLES .Sh SEE ALSO -.Xr X 7 , .Xr gdb 1 , .Xr ktrace 1 , .Xr quota 1 , @@ -1102,6 +1101,7 @@ Doublequote is needed when specifying a negative .Xr ns 4 , .Xr pci 4 , .Xr xf86 4 , +.Xr X 7 , .Xr apm 8 , .Xr apmd 8 , .Xr config 8 , diff --git a/share/man/man4/pchb.4 b/share/man/man4/pchb.4 index 6abff0d01b3..d6eee363451 100644 --- a/share/man/man4/pchb.4 +++ b/share/man/man4/pchb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pchb.4,v 1.8 2001/08/03 15:21:16 mpech Exp $ +.\" $OpenBSD: pchb.4,v 1.9 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2000 Michael Shalayeff. All rights reserved. .\" @@ -10,7 +10,7 @@ .Nd PCI-Host Bridge .Sh SYNOPSIS .Cd "pchb* at pci? dev ? function?" -.Cd "pci* at pchb? +.Cd "pci* at pchb?" .Sh DESCRIPTION The .Nm @@ -44,7 +44,7 @@ and sub-class .Nm Bridge Host are supported just as PCI attachment point. .Pp -The PowerPC port supports several Apple and Motorola bridges. +The macppc port supports several Apple and Motorola bridges. .Sh SEE ALSO .Xr intro 4 , .Xr pci 4 , @@ -54,7 +54,7 @@ Random number generator support first appeared in .Ox 2.7 . .Sh AUTHORS Support for true RNG present on i82810 chips was added by -Michael Shalayeff <mickey@openbsd.org>. +.An Michael Shalayeff Aq mickey@openbsd.org . .Sh BUGS Real RNG probe should fix the PCI scanning loop so it would find the Firmware Hub (i82802) which actually contains the RNG device and diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index fa32354a038..14bed381a18 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.68 2002/09/25 18:01:37 miod Exp $ +.\" $OpenBSD: pci.4,v 1.69 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -38,18 +38,26 @@ .Nm pci .Nd introduction to PCI bus support .Sh SYNOPSIS -.Cd "pci* at mainbus? bus ?" +.Cd "# alpha" +.Cd "pci* at apecs?" +.Cd "pci* at cia?" +.Cd "pci* at irongate?" +.Cd "pci* at lca?" +.Cd "pci* at tsp?" +.Pp +.Cd "# i386" +.Cd "pci* at mainbus0 bus ?" .Cd "pci* at pchb? bus ?" -.Cd "pci* at ppb? bus ?" .Pp -Other -.Nm -attachments are machine-dependent and depend on the bus topology and -.Tn PCI -bus interface of your system. -See -.Xr intro 4 -for your system for details. +.Cd "# macppc" +.Cd "pci* at mpcpcibr?" +.Pp +.Cd "# sparc64" +.Cd "pci* at psycho?" +.Cd "pci* at schizo?" +.Pp +.Cd "# all architectures" +.Cd "pci* at ppb? bus ?" .Sh DESCRIPTION The system includes a machine-independent .Tn PCI @@ -80,7 +88,7 @@ The system includes machine-independent drivers, sorted by device type and driver name: .Ss SCSI host adapters .Bl -tag -width 10n -offset ind -.It Xr adw 4 , Xr adv 4 +.It Xr adv 4 , Xr adw 4 AdvanSys PCI .Tn SCSI interfaces. @@ -92,16 +100,16 @@ interfaces. Buslogic BT-9xx .Tn SCSI interfaces. +.It Xr iha 4 +Initio INIC-940 and INIC-950 based +.Tn SCSI +interfaces. .It Xr isp 4 QLogic ISP-1020, ISP-1040, and ISP-2100 .Tn SCSI and .Tn FibreChannel interfaces. -.It Xr iha 4 -Initio INIC-940 and INIC-950 based -.Tn SCSI -interfaces. .It Xr ncr 4 , Xr siop 4 LSI/Symbios Logic/NCR 53c8xx and 53c1010-family .Tn SCSI @@ -115,6 +123,11 @@ Tekram DC-3x5U (TRM-S1040 based) .Tn SCSI interfaces. .El +.Ss IDE disk controllers +.Bl -tag -width 10n -offset ind +.It Xr pciide 4 +PCI IDE controller driver. +.El .Ss RAID and cache controllers .Bl -tag -width 10n -offset ind .It Xr aac 4 @@ -195,6 +208,8 @@ DEFPA interfaces. .It Xr fxp 4 Intel EtherExpress PRO 10+/100B Ethernet interfaces. +.It Xr gem 4 +Sun GEM and Apple GMAC Gigabit Ethernet interfaces. .It Xr le 4 PCNet-PCI Ethernet interfaces. .It Xr lge 4 @@ -213,7 +228,7 @@ RealTek 8129/8139 Ethernet interfaces. Adaptec AIC-6915 "Starfire" Ethernet interfaces. .It Xr sis 4 SiS 900, SiS 7016, and NS DP83815 Ethernet interfaces. -.It Xr sk 4 +.It Xr skc 4 SysKonnect SK-984x Gigabit Ethernet interfaces. .It Xr ste 4 Sundance Technologies ST201 Ethernet interfaces. @@ -242,10 +257,16 @@ a PLX 905x-based dumb PCMCIA->PCI bridge. .It Xr hifn 4 Hifn 7751, 7811, and 7951. Symmetric Encryption Accelerator. -.It Xr ubsec 4 -Broadcom Bluesteelnet uBsec 5501, 5601, 5805, 5820, and 5821. .It Xr ises 4 Pijnenburg PCC-ISES hardware crypto accelerator. +.It Xr lofn 4 +Hifn 6500 crypto accelerator. +.It Xr noct 4 +NetOctave NSP2000 crypto accelerator. +.It Xr nofn 4 +Hifn 7814, 7851 and 7854 crypto processor. +.It Xr ubsec 4 +Broadcom Bluesteelnet uBsec 5501, 5601, 5805, 5820, and 5821. .El .Ss Serial interfaces .Bl -tag -width 10n -offset ind @@ -298,14 +319,16 @@ Yamaha DS-XG sound devices. .El .Ss Radio receiver devices .Bl -tag -width 10n -offset ind -.It Xr gtp 4 -Gemtek PCI FM radio device driver. .It Xr fms 4 SoundForte RadioLink SF64-PCR, SoundForte Quad X-treme SF256-PCP-R and SoundForte Theatre X-treme 5.1 SF256-PCS-R FM radio devices driver. +.It Xr gtp 4 +Gemtek PCI FM radio device driver. .El .Ss Miscellaneous devices .Bl -tag -width 10n -offset ind +.It Xr amdpm 4 +AMD768 Power Management controller. .It Xr bktr 4 Brooktree Bt848 .Tn PCI @@ -404,14 +427,100 @@ Character device for the driver. .El .Sh SEE ALSO +.Xr aac 4 , +.Xr adv 4 , +.Xr adw 4 , +.Xr ahc 4 , +.Xr ami 4 , +.Xr an 4 , +.\" no manpage .Xr apecs 4 +.Xr auich 4 , +.Xr autri 4 , +.Xr auvia 4 , +.Xr bge 4 , +.Xr bha 4 , +.Xr bktr 4 , +.Xr cac 4 , .Xr cardbus 4 , +.\" no manpage .Xr cia 4 +.Xr clcs 4 , +.Xr clct 4 , +.Xr cmpci 4 , +.Xr cy 4 , +.Xr cz 4 , +.Xr dc 4 , +.Xr de 4 , +.Xr dpt 4 , +.Xr eap 4 , +.Xr eisa 4 , +.Xr em 4 , +.Xr emu 4 , +.Xr en 4 , +.Xr ep 4 , +.Xr esa 4 , +.Xr eso 4 , +.Xr fms 4 , +.Xr fpa 4 , +.Xr fxp 4 , +.Xr gdt 4 , +.Xr gtp 4 , +.Xr hifn 4 , +.Xr iha 4 , .Xr intro 4 , +.Xr iop 4 , +.\" no manpage .Xr irongate 4 .Xr isa 4 , .Xr isapnp 4 , +.Xr ises 4 , +.Xr isp 4 , +.\" no manpage .Xr lca 4 +.Xr le 4 , +.Xr lge 4 , +.Xr lmc 4 , +.Xr lofn 4 , +.Xr maestro 4 , +.\" no manpage .Xr mpcpcibr 4 +.Xr ncr 4 , +.Xr ne 4 , +.Xr neo 4 , +.Xr nge 4 , +.Xr noct 4 , +.Xr nofn 4 , +.Xr ohci 4 , .Xr options 4 , .Xr pchb 4 , +.Xr pcic 4 , .Xr pcmcia 4 , -.Xr usb 4 +.Xr pcscp 4 , +.Xr ppb 4 , +.Xr psycho 4 , +.Xr puc 4 , +.Xr rl 4 , +.\" no manpage .Xr tsp 4 +.Xr schizo 4 , +.Xr sf 4 , +.Xr siop 4 , +.Xr sis 4 , +.Xr skc 4 , +.Xr ste 4 , +.Xr stge 4 , +.Xr sv 4 , +.Xr ti 4 , +.Xr tl 4 , +.Xr trm 4 , +.Xr twe 4 , +.Xr tx 4 , +.Xr txp 4 , +.Xr ubsec 4 , +.Xr uhci 4 , +.Xr usb 4 , +.Xr vga 4 , +.Xr vr 4 , +.Xr wb 4 , +.Xr wdt 4 , +.Xr wi 4 , +.Xr xl 4 , +.Xr yds 4 .Sh HISTORY The machine-independent .Tn PCI diff --git a/share/man/man4/pckbd.4 b/share/man/man4/pckbd.4 index ca54a3a42f1..a49ec8e0853 100644 --- a/share/man/man4/pckbd.4 +++ b/share/man/man4/pckbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pckbd.4,v 1.14 2002/06/29 15:51:52 mickey Exp $ +.\" $OpenBSD: pckbd.4,v 1.15 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: pckbd.4,v 1.3 1999/12/21 11:31:07 drochner Exp $ .\" .Dd March 20, 1999 @@ -8,11 +8,9 @@ .Nm pckbd .Nd PC keyboard driver for wscons .Sh SYNOPSIS -.Cd pckbc* at isa? -.Cd pckbc* at ebus? -.Cd pckbd* at pckbc? -.Cd wskbd* at pckbd? console ? -.Cd option PCKBD_LAYOUT=XXX +.Cd "pckbd* at pckbc?" +.Cd "wskbd* at pckbd? console ?" +.Cd "option PCKBD_LAYOUT=XXX" .Sh DESCRIPTION This driver supports PC/AT keyboards within the .Xr wscons 4 @@ -36,6 +34,10 @@ Other mappings can be used if the whole keymap is replaced by means of .Xr wsconsctl 8 . The built-in mappings are at this time: .Bl -hang +.It KB_BE +( +.Dq be +) Belgium French. .It KB_BR ( .Dq br @@ -50,6 +52,10 @@ The built-in mappings are at this time: .Dq dk ) Danish with .Dq dead accents . +.It KB_ES +( +.Dq es +) Spanish. .It KB_FR ( .Dq fr @@ -70,6 +76,15 @@ The built-in mappings are at this time: ( .Dq \< ) Lithuanian. +.It KB_NO +( +.Dq no +) Norwegian with +.Dq dead accents . +.It KB_PT +( +.Dq pt +) Portuguese. .It KB_RU ( .Dq ru @@ -90,11 +105,6 @@ The built-in mappings are at this time: .Dq sv ) Swedish with .Dq dead accents . -.It KB_PT -( -.Dq pt -) Portuguese with -.Dq dead accents . .It KB_UA ( .Dq ua @@ -105,7 +115,7 @@ The built-in mappings are at this time: .Dq uk ) British. .It KB_US -(for wsconsctl: +( .Dq us ) English / US keyboard mapping (default). .It KB_US | KB_DECLK @@ -122,14 +132,15 @@ LK400-style keyboards with PC keyboard interface (eg LK461). layout. .El .Pp -The KB_DE, KB_DK and KB_SV mappings can be used in the KB_NODEAD ( +The KB_DE, KB_DK, KB_NO, KB_SF, KB_SG and KB_SV mappings can be used in +the KB_NODEAD ( .Dq .nodead ) variant. This switches off the .Dq dead accents . .Pp -The KB_US, KB_JP and KB_US | KB_DVORAK mappings can be modified -to swap the left CNTL and the CAPS LOCK keys by the +The KB_BE, KB_FR, KB_JP, KB_US and KB_US | KB_DVORAK mappings can be modified +to swap the left Control and the Caps Lock keys by the KB_SWAPCTRLCAPS variant bit or the .Dq .swapctrlcaps suffix. diff --git a/share/man/man4/pcmcia.4 b/share/man/man4/pcmcia.4 index 00589b40c16..7509895a519 100644 --- a/share/man/man4/pcmcia.4 +++ b/share/man/man4/pcmcia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcmcia.4,v 1.24 2002/09/25 20:54:01 miod Exp $ +.\" $OpenBSD: pcmcia.4,v 1.25 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: pcmcia.4,v 1.4 1998/06/07 09:10:30 enami Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -39,15 +39,26 @@ .Nm pcmcia .Nd introduction to PCMCIA (PC Card) support .Sh SYNOPSIS +.Cd "# amiga/i386" .Cd "pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000" .Cd "pcic1 at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000" .Cd "pcic2 at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000" -.Cd "pcic* at pci? dev? function ?" .Cd "pcic* at isapnp? +.Cd "pcic* at pci? dev? function ?" .Cd "pcmcia* at pcic? controller ? socket ?" +.Pp +.Cd "# i386" +.Cd "tcic0 at isa? port 0x240 iomem 0xd0000 iosiz 0x10000" +.Cd "pcmcia* at tcic? controller ? socket ?" +.Pp +.Cd "# sparc64" .Cd "stp* at sbus? slot ? offset ?" .Cd "pcmcia* at stp? socket ?" -.Cd "xx* at pcmcia? function ?" +.Pp +.Cd "# all architectures" +.Cd "cbb* at pci? dev? function ?" +.Cd "cardslot* at cbb? flags 0x0000" +.Cd "pcmcia* at cardslot?" .Sh INTRODUCTION The .Nm @@ -121,13 +132,28 @@ drivers will need modification to handle this. .Xr wi 4 is the first driver to have these modifications. .Sh SEE ALSO +.Xr aic 4 , +.Xr an 4 , +.Xr awi 4 , .Xr cardbus 4 , +.Xr cnw 4 , +.Xr com 4 , +.Xr eisa 4 , +.Xr ep 4 , +.Xr gpr 4 , .Xr intro 4 , .Xr isa 4 , .Xr isapnp 4 , +.Xr ne 4 , .Xr pci 4 , +.Xr ray 4 , +.Xr rln 4 , .Xr sbus 4 , -.Xr usb 4 +.Xr sm 4 , +.Xr usb 4 , +.Xr wdc 4 , +.Xr wi 4 , +.Xr xe 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/pcppi.4 b/share/man/man4/pcppi.4 index cc855325b8e..945ed1df139 100644 --- a/share/man/man4/pcppi.4 +++ b/share/man/man4/pcppi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcppi.4,v 1.2 2002/06/30 21:45:25 deraadt Exp $ +.\" $OpenBSD: pcppi.4,v 1.3 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: pcppi.4,v 1.5 2001/10/02 20:37:00 augustss Exp $ .Dd April 1, 2002 .Dt PCPPI 4 @@ -8,10 +8,8 @@ .Nd PC (ISA) control and timer port driver .Sh SYNOPSIS .Cd "pcppi* at isa?" -.Cd "isabeep* at pcppi?" -(alpha only) -.Cd "sysbeep* at pcppi?" -(i386 only) +.Cd "isabeep* at pcppi?" Pq (alpha only) +.Cd "sysbeep* at pcppi?" Pq (i386 only) .Cd "spkr0 at pcppi?" .Cd "midi* at pcppi?" .Sh DESCRIPTION @@ -42,6 +40,7 @@ driver uses as a substitute for a .Dq keyboard beep , because the PC keyboard hardware doesn't provide this. .Sh SEE ALSO +.Xr intro 4 , .Xr isa 4 , .Xr midi 4 , .Xr pckbd 4 , diff --git a/share/man/man4/pcscp.4 b/share/man/man4/pcscp.4 index 84bf0672caa..85df17fdc2d 100644 --- a/share/man/man4/pcscp.4 +++ b/share/man/man4/pcscp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcscp.4,v 1.3 2001/02/14 06:44:28 fgsch Exp $ +.\" $OpenBSD: pcscp.4,v 1.4 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: pcscp.4,v 1.3 1999/09/12 18:47:12 kleink Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -70,8 +70,8 @@ driver. .Sh SEE ALSO .Xr cd 4 , .Xr ch 4 , -.\" .Xr esp 4 , .Xr intro 4 , +.Xr pci 4 , .Xr scsi 4 , .Xr sd 4 , .Xr ss 4 , diff --git a/share/man/man4/pms.4 b/share/man/man4/pms.4 index c0bc1ebb2b9..100fdbcd375 100644 --- a/share/man/man4/pms.4 +++ b/share/man/man4/pms.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pms.4,v 1.5 2002/02/18 18:43:09 jason Exp $ +.\" $OpenBSD: pms.4,v 1.6 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: pms.4,v 1.4 2000/07/05 15:45:34 msaitoh Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -40,12 +40,10 @@ .Nm pms .Nd PS/2 auxiliary port mouse driver .Sh SYNOPSIS -.Cd pckbc* at isa? -.Cd pckbc* at ebus? -.Cd pms* at pckbc? -.Cd pmsi* at pckbc? -.Cd wsmouse* at pms? -.Cd wsmouse* at pmsi? +.Cd "pms* at pckbc?" +.Cd "pmsi* at pckbc?" +.Cd "wsmouse* at pms?" +.Cd "wsmouse* at pmsi?" .Sh DESCRIPTION The .Nm @@ -66,6 +64,7 @@ Mouse related data are accessed by .Xr wsmouse 4 devices. .Sh SEE ALSO +.Xr intro 4 , .Xr lms 4 , .Xr mms 4 , .Xr pckbc 4 , diff --git a/share/man/man4/ppp.4 b/share/man/man4/ppp.4 index dfb1f335e26..c5c206f6614 100644 --- a/share/man/man4/ppp.4 +++ b/share/man/man4/ppp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ppp.4,v 1.1 2001/11/14 21:21:58 mickey Exp $ +.\" $OpenBSD: ppp.4,v 1.2 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,7 +63,6 @@ family; the packet was dropped. .El .Sh SEE ALSO .Xr inet 4 , -.Xr intro 4 , .Xr sl 4 , .Xr pppd 8 , .Xr pppstats 8 diff --git a/share/man/man4/puc.4 b/share/man/man4/puc.4 index 6b604474076..dd81748ba59 100644 --- a/share/man/man4/puc.4 +++ b/share/man/man4/puc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: puc.4,v 1.11 2002/02/18 23:54:45 deraadt Exp $ +.\" $OpenBSD: puc.4,v 1.12 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: puc.4,v 1.7 1999/07/03 05:55:23 cgd Exp $ .\" .\" Copyright (c) 1998 Christopher G. Demetriou. All rights reserved. @@ -38,7 +38,9 @@ .Dq universal communications card driver .Sh SYNOPSIS -.Cd "puc* at pci? +.Cd "puc* at pci? dev ? function ?" +.Cd "com* at puc? port ?" +or .Cd "pccom* at puc? port ?" .Cd "lpt* at puc? port ?" .Sh DESCRIPTION @@ -117,6 +119,7 @@ are the same as (or one off from, e.g., the manual uses ports numbered starting from 1) those described in the documentation. .Sh SEE ALSO .Xr com 4 , +.Xr intro 4 , .Xr lpt 4 , .Xr pci 4 .Sh HISTORY diff --git a/share/man/man4/radio.4 b/share/man/man4/radio.4 index 7e55046074d..33d368c8cbf 100644 --- a/share/man/man4/radio.4 +++ b/share/man/man4/radio.4 @@ -1,5 +1,5 @@ .\" $RuOBSD: radio.4,v 1.4 2001/10/26 05:38:43 form Exp $ -.\" $OpenBSD: radio.4,v 1.13 2002/08/26 15:55:02 mickey Exp $ +.\" $OpenBSD: radio.4,v 1.14 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2001 Vladimir Popov .\" All rights reserved. @@ -36,10 +36,10 @@ .Cd "radio* at bktr?" .Cd "radio* at fms?" .Cd "radio* at gtp?" -.Cd "radio* at rt0" -.Cd "radio* at rtii0" -.Cd "radio* at sfr0" -.Cd "radio* at sf2r0" +.Cd "radio* at rt?" +.Cd "radio* at rtii?" +.Cd "radio* at sfr?" +.Cd "radio* at sf2r?" .Cd "radio* at udsbr?" .Pp .Fd #include <sys/types.h> @@ -205,6 +205,7 @@ cards. .Xr bktr 4 , .Xr fms 4 , .Xr gtp 4 , +.Xr intro 4 , .Xr rt 4 , .Xr rtii 4 , .Xr sfr 4 , diff --git a/share/man/man4/raid.4 b/share/man/man4/raid.4 index cb0e74c7110..910730767d7 100644 --- a/share/man/man4/raid.4 +++ b/share/man/man4/raid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raid.4,v 1.18 2002/04/07 00:03:29 tdeval Exp $ +.\" $OpenBSD: raid.4,v 1.19 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: raid.4,v 1.20 2001/09/22 16:03:58 wiz Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -300,6 +300,7 @@ device special files. .El .Sh SEE ALSO .Xr sd 4 , +.Xr wd 4 , .Xr MAKEDEV 8 , .Xr config 8 , .Xr fsck 8 , diff --git a/share/man/man4/random.4 b/share/man/man4/random.4 index a5d1236c83b..10980dac9ce 100644 --- a/share/man/man4/random.4 +++ b/share/man/man4/random.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.4,v 1.13 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: random.4,v 1.14 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1996, 1997 Michael Shalayeff .\" @@ -81,6 +81,7 @@ providing a second level of ARC4 hashed data. .Xr arc4random 3 , .Xr md5 3 , .Xr random 3 , +.Xr amdpm 4 , .Xr pchb 4 , .Xr md5 9 , .Xr random 9 diff --git a/share/man/man4/ray.4 b/share/man/man4/ray.4 index f067a483784..baf4ca269db 100644 --- a/share/man/man4/ray.4 +++ b/share/man/man4/ray.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ray.4,v 1.6 2000/12/21 21:01:18 aaron Exp $ +.\" $OpenBSD: ray.4,v 1.7 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: ray.4,v 1.5 2000/02/28 13:54:55 enami Exp $ .\" .\" Copyright (c) 2000 Christian E. Hopps @@ -100,17 +100,25 @@ The transmission range in open air (line of sight) is a maximum of 1000 feet (or ~304 meters), and indoors (i.e., with obstructions) it is a maximum of 500 feet (152 meters). .Pp -Windows(tm) drivers may use one of two framing modes for wireless packets, -"translation" and "encapsulation." "Encapsulation" is the only framing -mode available when using some older Windows drivers. +.Tn Windows +drivers may use one of two framing modes for wireless packets, +"translation" and "encapsulation." +"Encapsulation" is the only framing +mode available when using some older +.Tn Windows +drivers. .Pp Setting .Em link0 flag on the interface allows the Ethernet2 in 802.11 "encapsulation" framing method used by -older Windows drivers for the card. +older +.Tn Windows +drivers for the card. For all other purposes, link0 should not be used, and "translation" -should be selected if you are given the option in a newer Windows driver. +should be selected if you are given the option in a newer +.Tn Windows +driver. .Sh DIAGNOSTICS .Bl -diag .It "ray0: card failed self test: status x" @@ -121,15 +129,21 @@ Indicates the card has failed its initial startup tests. .Xr ifmedia 4 , .Xr intro 4 , .Xr pcmcia 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh AUTHORS The .Nm -driver was written by Christian E. Hopps <chopps@netbsd.org> and ported to +driver was written by +.An Christian E. Hopps Aq chopps@netbsd.org +and ported to .Ox -by Michael Shalayeff <mickey@openbsd.org>. -Support for interoperating with newer Windows driver was added by -Steve Weiss <srw@alum.mit.edu>. +by +.An Michael Shalayeff Aq mickey@openbsd.org . +Support for interoperating with newer +.Tn Windows +driver was added by +.An Steve Weiss Aq srw@alum.mit.edu . .Sh HISTORY The .Nm diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4 index be2fb0b880b..ba0693aee00 100644 --- a/share/man/man4/rl.4 +++ b/share/man/man4/rl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rl.4,v 1.14 2002/06/08 00:11:17 aaron Exp $ +.\" $OpenBSD: rl.4,v 1.15 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -104,7 +104,7 @@ This is only supported if the PHY chip attached to the RealTek controller supports NWAY autonegotiation. The user can manually override the autoselected mode by adding media options to the appropriate -.Pa /etc/hostname.rlX +.Xr hostname.if 5 file. .It 10baseT Set 10Mbps operation. @@ -179,7 +179,10 @@ the card should be configured correctly. .El .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , .Xr netintro 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Rs .%B The RealTek 8129 and 8139 datasheets diff --git a/share/man/man4/rln.4 b/share/man/man4/rln.4 index 70dc690dc9d..e03f4bfa756 100644 --- a/share/man/man4/rln.4 +++ b/share/man/man4/rln.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rln.4,v 1.13 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: rln.4,v 1.14 2002/09/26 07:55:40 miod Exp $ .\" .Dd 2 April, 1999 .Dt RLN 4 @@ -7,9 +7,9 @@ .Nm rln .Nd device driver for RangeLAN2-based wireless network cards .Sh SYNOPSIS -.Cd "rln0 at isa? port 0x270 irq ? flags ?" -.\" .Cd "rln* at isapnp? flags ?" -.Cd "rln* at pcmcia? function ? flags ?" +.Cd "rln0 at isa? port 0x270 irq ? flags 0x00" +.\" .Cd "rln* at isapnp? flags 0x00" +.Cd "rln* at pcmcia? function ? flags 0x00" .Sh DESCRIPTION The .Nm @@ -100,16 +100,13 @@ Check the cpu load. An expected response to the command did not appear within a reasonable time. .It "rln0: unknown RangeLAN2 wireless network card" The card model was not matched in the known-card tables. -Please send in the output of -.Xr dmesg 8 -and a description of your card (via -.Xr sendbug 1 ) . .El .Sh SEE ALSO .Xr cnw 4 , .Xr intro 4 , .Xr isa 4 , .\" .Xr isapnp 4 , +.Xr netintro 4 , .Xr pcmcia 4 , .Xr ifconfig 8 .Pa http://www.proxim.com/ diff --git a/share/man/man4/route.4 b/share/man/man4/route.4 index 2a2bbcb53df..8b3b3223c49 100644 --- a/share/man/man4/route.4 +++ b/share/man/man4/route.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.4,v 1.9 2002/05/06 21:13:18 deraadt Exp $ +.\" $OpenBSD: route.4,v 1.10 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: route.4,v 1.3 1994/11/30 16:22:31 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -47,7 +47,7 @@ .Ft int .Fn socket PF_ROUTE SOCK_RAW "int family" .Sh DESCRIPTION -.Tn UNIX +.Ox provides some packet routing facilities. The kernel maintains a routing information database, which is used in selecting the appropriate network interface when diff --git a/share/man/man4/rt.4 b/share/man/man4/rt.4 index 4a4ef9e2383..e22a61fb37a 100644 --- a/share/man/man4/rt.4 +++ b/share/man/man4/rt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rt.4,v 1.6 2002/08/28 21:24:20 mickey Exp $ +.\" $OpenBSD: rt.4,v 1.7 2002/09/26 07:55:40 miod Exp $ .\" $RuOBSD: rt.4,v 1.3 2001/10/26 05:38:43 form Exp $ .\" .\" Copyright (c) 2001 Vladimir Popov <jumbo@narod.ru> @@ -31,8 +31,8 @@ .Nm rt .Nd AIMS Lab Radiotrack FM radio device driver .Sh SYNOPSIS -.Cd "rt* at isa? port 0x20c" -.Cd "rt* at isa? port 0x30c" +.Cd "rt0 at isa? port 0x30c" +.Cd "rt1 at isa? port 0x20c" .Cd "rt* at isapnp?" .Cd "radio* at rt?" .Sh DESCRIPTION @@ -61,6 +61,7 @@ It is impossible to determine the frequency tuned into. Thus, the driver will report an internally stored value even if it is not correct (e.g. tunning was done through the direct I/O access). .Sh SEE ALSO +.Xr intro 4 , .Xr isa 4 , .Xr isapnp 4 , .Xr radio 4 , diff --git a/share/man/man4/rtfps.4 b/share/man/man4/rtfps.4 index 6668aa78232..a1cb5b89ce3 100644 --- a/share/man/man4/rtfps.4 +++ b/share/man/man4/rtfps.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtfps.4,v 1.5 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: rtfps.4,v 1.6 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -45,7 +45,9 @@ .Nd multiplexing serial communications interface .Sh SYNOPSIS .Cd "rtfps0 at isa? port 0x1230 irq 10" -.Cd "com* at rtfps0 slave 0" +.Cd "com* at rtfps? slave ?" +or +.Cd "pccom* at rtfps? slave ?" .Sh DESCRIPTION The .Nm @@ -80,7 +82,9 @@ subdevices. .It Pa /dev/tty0? .El .Sh SEE ALSO -.Xr com 4 +.Xr com 4 , +.Xr intro 4 , +.Xr isa 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/rtii.4 b/share/man/man4/rtii.4 index c51eb2783d5..212a312cd97 100644 --- a/share/man/man4/rtii.4 +++ b/share/man/man4/rtii.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtii.4,v 1.4 2002/01/07 18:37:45 mickey Exp $ +.\" $OpenBSD: rtii.4,v 1.5 2002/09/26 07:55:40 miod Exp $ .\" $RuOBSD: rtii.4,v 1.3 2001/10/26 05:38:44 form Exp $ .\" .\" Copyright (c) 2001 Vladimir Popov <jumbo@narod.ru> @@ -31,9 +31,9 @@ .Nm rtii .Nd AIMS Lab Radiotrack II FM radio device driver .Sh SYNOPSIS -.Cd "rtii0 at isa? port 0x20c flags 0x00" .Cd "rtii0 at isa? port 0x30c flags 0x00" -.Cd "radio* at rtii0" +.Cd "rtii1 at isa? port 0x20c flags 0x00" +.Cd "radio* at rtii?" .Sh DESCRIPTION The .Nm @@ -55,6 +55,7 @@ file and must be either 0x20c or 0x30c. The flags control the driver behavior. For example, with flags 0x01 the driver will assume that there is a TEA5759 chip is used. .Sh SEE ALSO +.Xr intro 4 , .Xr isa 4 , .Xr radio 4 , .Xr radio 9 diff --git a/share/man/man4/sbus.4 b/share/man/man4/sbus.4 index a5109b7f0c7..60f2f37dc46 100644 --- a/share/man/man4/sbus.4 +++ b/share/man/man4/sbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sbus.4,v 1.9 2002/06/20 03:22:51 deraadt Exp $ +.\" $OpenBSD: sbus.4,v 1.10 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: sbus.4,v 1.5 2002/01/21 17:54:10 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -48,11 +48,7 @@ .Pp These .Nm -attachments are specific to the -OpenBSD/sparc -and -OpenBSD/sparc64 -ports. +attachments are specific to the sparc and sparc64 ports. .Sh DESCRIPTION .Nm is a I/O interconnect bus mostly found in @@ -98,8 +94,6 @@ interfaces. .Dq Happy Meal .Tn Ethernet interfaces. -.It Xr en 4 -Midway-based Efficient Networks Inc. and Adaptec ATM interfaces. .It Xr be 4 .Dq Big Mac .Tn Ethernet @@ -110,10 +104,6 @@ board. .El .Ss Bridges .Bl -tag -width 12n -offset ind -compact -.It Xr xbox 4 -an -.Nm sbus -expansion box. .It Xr stp 4 .Nm sbus .Xr pcmcia 4 @@ -127,11 +117,44 @@ framebuffer device. framebuffer device. .It Xr cgsix 4 framebuffer device. -.It Xr tcx 4 -framebuffer device. +.El +.Ss Serial and parallel interfaces +.Bl -tag -width 12n -offset ind -compact +.It Xr apio 4 +Aurora Technologies pio1 parallel port card. +.It Xr asio 4 +Aurora Technologies pio2 serial port card. +.It Xr magma 4 +Magma LC series Serial/Parallel Interface cards. +.It Xr spif 4 +Sun Serial/Parallel Interface card. +.El +.Ss Miscellaneous devices +.Bl -tag -width 12n -offset ind -compact +.It Xr uperf 4 +Performance counters on the host bridge. .El .Sh SEE ALSO -.Xr intro 4 +.Xr apio 4 , +.Xr asio 4 , +.Xr audioamd 4 , +.Xr audiocs 4 , +.Xr be 4 , +.Xr bwtwo 4 , +.Xr cgsix 4 , +.Xr cgthree 4 , +.Xr esp 4 , +.Xr hme 4 , +.Xr intro 4 , +.Xr isp 4 , +.Xr le 4 , +.Xr magma 4 , +.Xr qe 4 , +.Xr qec 4 , +.Xr spif 4 , +.Xr stp 4 , +.Xr uperf 4 , +.Xr xbox 4 .Sh HISTORY The machine-independent .Nm sbus diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4 index 159bf95a14e..d0b480df638 100644 --- a/share/man/man4/scsi.4 +++ b/share/man/man4/scsi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.4,v 1.11 2001/11/07 19:41:01 jason Exp $ +.\" $OpenBSD: scsi.4,v 1.12 2002/09/26 07:55:40 miod Exp $ .\" .Dd August 4, 1996 .Dt SCSI 4 @@ -7,15 +7,39 @@ .Nm scsi .Nd scsi system .Sh SYNOPSIS -.Nm scsibus* at aha? -.Nm scsibus* at ncr? -.Nm device cd* at scsibus? target ? lun ? -.Nm device ch* at scsibus? target ? lun ? -.Nm device sd* at scsibus? target ? lun ? -.Nm device st* at scsibus? target ? lun ? -.Nm device ss* at scsibus? target ? lun ? -.Nm device su* at scsibus? target ? lun ? -.Nm device uk* at scsibus? target ? lun ? +.Cd "scsibus at aac?" +.Cd "scsibus at adv?" +.Cd "scsibus at adw?" +.Cd "scsibus at aha?" +.Cd "scsibus at ahb?" +.Cd "scsibus at ahc?" +.Cd "scsibus at aic?" +.Cd "scsibus at ami?" +.Cd "scsibus at atapiscsi?" +.Cd "scsibus at bha?" +.Cd "scsibus at cac?" +.Cd "scsibus at dpt?" +.Cd "scsibus at gdt?" +.Cd "scsibus at iha?" +.Cd "scsibus at ioprbs?" +.Cd "scsibus at iopsp?" +.Cd "scsibus at isp?" +.Cd "scsibus at ncr?" +.Cd "scsibus at pcscp?" +.Cd "scsibus at siop?" +.Cd "scsibus at trm?" +.Cd "scsibus at twe?" +.Cd "scsibus at umass?" +.Cd "scsibus at usscanner?" +.Pp +.Cd "cd* at scsibus? target ? lun ?" +.Cd "ch* at scsibus? target ? lun ?" +.Cd "sd* at scsibus? target ? lun ?" +.Cd "st* at scsibus? target ? lun ?" +.Cd "ss* at scsibus? target ? lun ?" +.Cd "uk* at scsibus? target ? lun ?" +.Pp +.Cd "ses* at scsibus? target ? lun ?" .Sh DESCRIPTION The .Em scsi @@ -34,7 +58,7 @@ The option SCSIDEBUG enables the debug ioctl. .Pp All devices and the SCSI busses support boot time allocation so that an upper number of devices and controllers does not need to be configured; -.Em "device sd* at scsibus? target ? lun ?" +.Cd "sd* at scsibus? target ? lun ?" will suffice for any number of disk drivers. .Pp The devices are either @@ -45,27 +69,27 @@ so that they appear as the next available unused unit. .Pp To configure a driver in the kernel without wiring down the device use a config line similar to -.Em "device ch* at scsibus? target ? lun ?" +.Cd "ch* at scsibus? target ? lun ?" to include the changer driver. .Pp To wire down a unit use a config line similar to -.Em "device ch1 at scsibus0 target 4 lun 0" +.Cd "ch1 at scsibus0 target 4 lun 0" to assign changer 1 as the changer with SCSI ID 4, SCSI logical unit 0 on SCSI bus 0. Individual scsibuses can be wired down to specific controllers with a config line similar to -.Em "scsibus0 at ahc0" +.Cd "scsibus0 at ahc0" which assigns scsi bus 0 to the first unit using the ahc driver. For controllers supporting more than one bus, the particular bus can be specified as in -.Em "scsibus3 at ahc1 bus 1" +.Cd "scsibus3 at ahc1 bus 1" which assigns scsibus 1 to the second bus probed on the ahc1 device. .Pp When you have a mixture of wired down and counted devices then the counting begins with the first non-wired down unit for a particular type. That is, if you have a disk wired down as -.Em "disk sd1 at scsibus? target ? lun ?" , +.Cd "disk sd1 at scsibus? target ? lun ?" , then the first non-wired disk shall come on line as .Em sd2 . .Sh IOCTLS @@ -73,7 +97,7 @@ There are a number of ioctls that work on any .Em SCSI device. They are defined in -.Em sys/scsiio.h +.Fd <sys/scsiio.h> and can be applied against any scsi device that permits them. For the tape, it must be applied against the control device. @@ -113,14 +137,6 @@ In addition, the device type, ATAPI or SCSI, is returned. Ask the device to disappear. This may not happen if the device is in use. .El -.Sh NOTES -The generic scsi part of the system is still being mapped out. -Watch this space for changes. -.Pp -A device by the name of su (scsi_user) -(e.g. su0-0-0) will map bus, target and lun to minor numbers. -It has not yet been decided whether this device will be able to open a device -that is already controlled by an explicit driver. .Sh ADAPTERS The system allows common device drivers to work through many different types of adapters. @@ -157,12 +173,39 @@ of the return values of functions. shows more detailed information including DMA scatter-gather logs. .El .Sh SEE ALSO +.Xr aac 4 , +.Xr adv 4 , +.Xr adw 4 , +.Xr aha 4 , +.Xr ahb 4 , +.Xr ahc 4 , +.Xr aic 4 , +.Xr ami 4 , +.Xr atapiscsi 4 , +.Xr bha 4 , +.Xr cac 4 , .Xr cd 4 , .Xr ch 4 , +.Xr dpt 4 , +.Xr gdt 4 , +.Xr iha 4 , +.Xr intro 4 , +.Xr ioprbs 4 , +.Xr iopsp 4 , +.Xr isp 4 , +.Xr ncr 4 , +.Xr pcscp 4 , .Xr sd 4 , +.Xr ses 4 , +.Xr siop 4 , .Xr ss 4 , .Xr st 4 , -.Xr uk 4 +.Xr trm 4 , +.Xr twe 4 , +.Xr uk 4 , +.Xr umass 4 , +.Xr usscanner 4 , +.Xr scsi 8 .Sh HISTORY This .Nm diff --git a/share/man/man4/sd.4 b/share/man/man4/sd.4 index a29e085b8f2..620a07ef6aa 100644 --- a/share/man/man4/sd.4 +++ b/share/man/man4/sd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sd.4,v 1.7 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: sd.4,v 1.8 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: sd.4,v 1.3 1996/10/20 23:15:23 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -33,8 +33,8 @@ .Nm sd .Nd SCSI disk driver .Sh SYNOPSIS -.Cd sd* at scsibus? target ? lun ? -.Cd sd3 at scsibus0 target 3 lun 0 +.Cd "sd* at scsibus? target ? lun ?" +.Cd "#sd0 at scsibus0 target 3 lun 0" Pq fixed-configuration example .Sh DESCRIPTION The .Nm @@ -225,6 +225,8 @@ partition .Sh DIAGNOSTICS None. .Sh SEE ALSO +.Xr intro 4 , +.Xr scsi 4 , .Xr wd 4 , .Xr disklabel 5 , .Xr disklabel 8 , diff --git a/share/man/man4/ses.4 b/share/man/man4/ses.4 index f3fc15e8cce..d1acfdd8e8f 100644 --- a/share/man/man4/ses.4 +++ b/share/man/man4/ses.4 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ses.4,v 1.7 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: ses.4,v 1.8 2002/09/26 07:55:40 miod Exp $ .\" .Dd February 22, 2000 .Dt SES 4 @@ -61,7 +61,7 @@ calls apply to .B SES devices. They are defined in the header file -.Aq Pa scsi/ses.h +.Fd <scsi/ses.h> (\fIq.v.\fR). .Pp .Bl -tag -width SESIOC_GETENCSTAT @@ -91,7 +91,7 @@ you things like location (e.g., "left power supply"). Initialize the enclosure. .El .Sh FILES -.Bl -tag -width /dev/rsdXXXXX -compact +.Bl -tag -width /dev/sesNN -compact .It Pa /dev/ses Ns Ar N The \fINth\fR \fBSES\fR device. .Sh DIAGNOSTICS @@ -101,6 +101,8 @@ enabled, the first open to an SES device will spit out overall enclosure parameters to the console. .El .Sh SEE ALSO +.Xr intro 4 , +.Xr scsi 4 , .Xr getencstat 8 , .Xr sesd 8 , .Xr setencstat 8 , diff --git a/share/man/man4/sf.4 b/share/man/man4/sf.4 index 36401ba5fe7..1cbff573317 100644 --- a/share/man/man4/sf.4 +++ b/share/man/man4/sf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sf.4,v 1.10 2001/10/05 19:08:14 nate Exp $ +.\" $OpenBSD: sf.4,v 1.11 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -149,7 +149,11 @@ the network connection (cable). .El .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , .Xr netintro 4 , +.Xr pci 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Rs .%T The Adaptec AIC-6915 Programmer's Manual diff --git a/share/man/man4/sf2r.4 b/share/man/man4/sf2r.4 index 56b3db9991a..41741c6620a 100644 --- a/share/man/man4/sf2r.4 +++ b/share/man/man4/sf2r.4 @@ -1,5 +1,5 @@ .\" $RuOBSD: sf2r.4,v 1.3 2001/10/26 05:38:44 form Exp $ -.\" $OpenBSD: sf2r.4,v 1.5 2002/05/30 18:42:33 mickey Exp $ +.\" $OpenBSD: sf2r.4,v 1.6 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2001 Vladimir Popov .\" All rights reserved. @@ -32,7 +32,7 @@ .Nd SoundForte RadioLink SF16-FMR2 FM radio device driver .Sh SYNOPSIS .Cd "sf2r0 at isa? port 0x384 flags 0x00" -.Cd "radio* at sf2r0" +.Cd "radio* at sf2r?" .Sh DESCRIPTION The .Nm @@ -59,6 +59,7 @@ an internal amplifier (PT2254A chip) of the output sound, the second one does not have such an amplifier. The current driver supports only the second variant. .Sh SEE ALSO +.Xr intro 4 , .Xr isa 4 , .Xr radio 4 , .Xr radio 9 diff --git a/share/man/man4/sfr.4 b/share/man/man4/sfr.4 index 7a8ba1cc3b9..91a10add962 100644 --- a/share/man/man4/sfr.4 +++ b/share/man/man4/sfr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sfr.4,v 1.2 2002/05/30 18:42:34 mickey Exp $ +.\" $OpenBSD: sfr.4,v 1.3 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2002 Vladimir Popov .\" All rights reserved. @@ -31,7 +31,8 @@ .Nd SoundForte RadioLink SF16-FMR FM radio device driver .Sh SYNOPSIS .Cd "sfr0 at isa? port 0x384" -.Cd "radio* at sfr0" +.Cd "sfr1 at isa? port 0x284" +.Cd "radio* at sfr?" .Sh DESCRIPTION The .Nm @@ -51,6 +52,7 @@ The SF16-FMR cards take only one I/O port. The I/O port is set by the driver to the value specified in the configuration file and must be 0x384 or 0x284. .Sh SEE ALSO +.Xr intro 4 , .Xr isa 4 , .Xr radio 4 , .Xr radio 9 diff --git a/share/man/man4/siop.4 b/share/man/man4/siop.4 index 1565231cb39..27d63114603 100644 --- a/share/man/man4/siop.4 +++ b/share/man/man4/siop.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: siop.4,v 1.6 2002/08/29 07:34:31 wcobb Exp $ +.\" $OpenBSD: siop.4,v 1.7 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: siop.4,v 1.3 2000/10/23 16:38:10 bouyer Exp $ .\" .\" Copyright (c) 2000 Manuel Bouyer. @@ -113,15 +113,15 @@ support was added in .Sh AUTHORS The .Nm -driver was written by Manuel Bouyer -.Aq Manuel.Bouyer@lip6.fr +driver was written by +.An Manuel Bouyer Aq Manuel.Bouyer@lip6.fr for .Nx . It was ported to .Ox -with 53c1010 support added by Ken Westerback -.Aq krw@openbsd.org +with 53c1010 support added by +.An Ken Westerback Aq krw@openbsd.org using code from the .Fx -sym-2 driver written by Gerard Roudier -.Aq groudier@FreeBSD.org . +sym-2 driver written by +.An Gerard Roudier Aq groudier@FreeBSD.org . diff --git a/share/man/man4/sis.4 b/share/man/man4/sis.4 index 6dbf49c7f84..a00c302e450 100644 --- a/share/man/man4/sis.4 +++ b/share/man/man4/sis.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sis.4,v 1.14 2001/10/05 19:08:14 nate Exp $ +.\" $OpenBSD: sis.4,v 1.15 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -143,7 +143,11 @@ the card should be configured correctly. .El .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , .Xr netintro 4 , +.Xr pci 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Rs .%T SiS 900 and SiS 7016 datasheets @@ -164,6 +168,9 @@ support was added in .Sh AUTHORS The .Nm -driver was written by Bill Paul <wpaul@ee.columbia.edu> and ported to +driver was written by +.An Bill Paul Aq wpaul@ee.columbia.edu +and ported to .Ox -by Aaron Campbell <aaron@openbsd.org>. +by +.An Aaron Campbell Aq aaron@openbsd.org . diff --git a/share/man/man4/sk.4 b/share/man/man4/sk.4 index 3ebe4448777..9371dc11b55 100644 --- a/share/man/man4/sk.4 +++ b/share/man/man4/sk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sk.4,v 1.15 2002/06/26 19:19:38 jason Exp $ +.\" $OpenBSD: sk.4,v 1.16 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -36,14 +36,15 @@ .Dt SK 4 .Os .Sh NAME -.Nm sk +.Nm sk , +.Nm skc .Nd SysKonnect SK-984x PCI Gigabit Ethernet driver .Sh SYNOPSIS .Cd "skc* at pci? dev ? function ?" .Cd "sk* at skc?" .Sh DESCRIPTION The -.Nm +.Nm sk driver provides support for the SysKonnect SK-984x series PCI Gigabit Ethernet adapters, including the following: .Pp @@ -102,7 +103,7 @@ are supported: Enable autoselection of the media type and options. The user can manually override the autoselected mode by adding media options to the appropriate -.Pa /etc/hostname.skX +.Xr hostname.if 5 file. .It Cm media No 1000baseSX Cm mediaopt No full-duplex Set 1000Mbps (Gigabit Ethernet) operation on fiber and force full-duplex mode. @@ -137,7 +138,12 @@ 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 ifmedia 4 , +.Xr intro 4 , +.Xr netintro 4 , +.Xr pci 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Rs .%T XaQti XMAC II datasheet diff --git a/share/man/man4/sm.4 b/share/man/man4/sm.4 index 1380df7ea87..4a5da367b91 100644 --- a/share/man/man4/sm.4 +++ b/share/man/man4/sm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sm.4,v 1.8 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: sm.4,v 1.9 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: sm.4,v 1.3 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -85,8 +85,11 @@ CIS information on the Megahertz X-JACK PCMCIA Ethernet card, is corrupted. .El .Sh SEE ALSO +.Xr arp 4 , .Xr ifmedia 4 , .Xr intro 4 , .Xr isa 4 , +.Xr netintro 4 , .Xr pcmcia 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 diff --git a/share/man/man4/sppp.4 b/share/man/man4/sppp.4 index 366332c35e0..22c8324da81 100644 --- a/share/man/man4/sppp.4 +++ b/share/man/man4/sppp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sppp.4,v 1.6 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: sppp.4,v 1.7 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1997 Joerg Wunsch .\" @@ -159,7 +159,6 @@ take place. .El .Sh SEE ALSO .Xr inet 4 , -.Xr intro 4 , .Xr ifconfig 8 , .Xr ppp 8 , .Xr spppcontrol 8 diff --git a/share/man/man4/ss.4 b/share/man/man4/ss.4 index 6e1bd3ed281..29849f9879b 100644 --- a/share/man/man4/ss.4 +++ b/share/man/man4/ss.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ss.4,v 1.9 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: ss.4,v 1.10 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1998 Kenneth Stailey and Ian Darwin .\" @@ -118,6 +118,8 @@ or .Nm mt will be written. .Sh SEE ALSO -.Xr scsi 4 +.Xr intro 4 , +.Xr scsi 4 , +.Xr usscanner 4 .Pp Documentation from the various scanner vendors. diff --git a/share/man/man4/st.4 b/share/man/man4/st.4 index 7a5e0862b21..5477436ec92 100644 --- a/share/man/man4/st.4 +++ b/share/man/man4/st.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: st.4,v 1.6 2001/06/22 12:15:47 mpech Exp $ +.\" $OpenBSD: st.4,v 1.7 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: st.4,v 1.2 1996/10/20 23:15:24 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -33,8 +33,8 @@ .Nm st .Nd SCSI tape driver .Sh SYNOPSIS -.Cd st* at scsibus? target ? lun ? -.Cd st1 at scsibus0 target 4 lun 0 +.Cd "st* at scsibus? target ? lun ?" +.Cd "#st0 at scsibus0 target 4 lun 0" Pq fixed-configuration example .Sh DESCRIPTION The .Nm @@ -242,7 +242,7 @@ calls apply to tapes. Some also apply to other tapes. They are defined in the header file -.Aq Pa /sys/mtio.h . +.Fd <sys/mtio.h> . .\" .\" Almost all of this discussion belongs in a separate mt(4) .\" manual page, since it is common to all magnetic tapes. @@ -337,8 +337,10 @@ Mode 3, Eject on close (if capable) .El .Sh SEE ALSO .Xr mt 1 , +.Xr intro 4 , .Xr mtio 4 , -.Xr scsi 4 +.Xr scsi 4 , +.Xr wt 4 .Sh HISTORY This .Nm diff --git a/share/man/man4/ste.4 b/share/man/man4/ste.4 index 7b3b2ae9a9d..993c6b21be3 100644 --- a/share/man/man4/ste.4 +++ b/share/man/man4/ste.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ste.4,v 1.10 2001/10/05 19:08:14 nate Exp $ +.\" $OpenBSD: ste.4,v 1.11 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -140,7 +140,11 @@ the card should be configured correctly. .El .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , .Xr netintro 4 , +.Xr pci 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Rs .%T Sundance ST201 data sheet @@ -157,6 +161,9 @@ support was added in .Sh AUTHORS The .Nm -driver was written by Bill Paul <wpaul@ee.columbia.edu> and ported to +driver was written by +.An Bill Paul Aq wpaul@ee.columbia.edu +and ported to .Ox -by Aaron Campbell <aaron@openbsd.org>. +by +.An Aaron Campbell Aq aaron@openbsd.org . diff --git a/share/man/man4/stge.4 b/share/man/man4/stge.4 index abba6abe0b3..f16b3a928f3 100644 --- a/share/man/man4/stge.4 +++ b/share/man/man4/stge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stge.4,v 1.4 2002/04/02 18:08:04 nate Exp $ +.\" $OpenBSD: stge.4,v 1.5 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: stge.4,v 1.5 2001/09/11 22:52:54 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -69,9 +69,11 @@ It uses an external PHY or an external 10-bit interface. .Xr eephy 4 , .Xr ifmedia 4 , .Xr intro 4 , +.Xr mii 4 , .Xr netintro 4 , .Xr pci 4 , .Xr vlan 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The diff --git a/share/man/man4/stp.4 b/share/man/man4/stp.4 index 4705eab5954..a54d235f228 100644 --- a/share/man/man4/stp.4 +++ b/share/man/man4/stp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stp.4,v 1.3 2002/06/22 22:32:11 deraadt Exp $ +.\" $OpenBSD: stp.4,v 1.4 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: nell.4,v 1.2 2002/03/29 16:23:50 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -44,6 +44,7 @@ .Nd sbus pcmcia bridge .Sh SYNOPSIS .Cd "stp* at sbus? slot ? offset ?" +.Cd "pcmcia* at stp? socket ?" .Sh DESCRIPTION The .Nm @@ -53,6 +54,7 @@ bridge for .Xr sbus 4 . It uses the STP4020 chipset and it is SUN part number 501-2367. .Sh SEE ALSO +.Xr intro 4 , .Xr pcmcia 4 , .Xr sbus 4 .Sh BUGS diff --git a/share/man/man4/sv.4 b/share/man/man4/sv.4 index fba405b774e..040787fcd65 100644 --- a/share/man/man4/sv.4 +++ b/share/man/man4/sv.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sv.4,v 1.10 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: sv.4,v 1.11 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1998 Constantine Paul Sapuntzakis .\" All rights reserved @@ -52,7 +52,9 @@ mixerctl -w outputs.spatial=off .Pp command. .Sh SEE ALSO -.Xr audio 4 +.Xr audio 4 , +.Xr intro 4 , +.Xr pci 4 .Sh HISTORY This driver is based on the .Xr eap 4 diff --git a/share/man/man4/systrace.4 b/share/man/man4/systrace.4 index 6d5fde99b05..849d6a48f5d 100644 --- a/share/man/man4/systrace.4 +++ b/share/man/man4/systrace.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.4,v 1.3 2002/07/22 15:18:00 wcobb Exp $ +.\" $OpenBSD: systrace.4,v 1.4 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2002 CubeSoft Communications, Inc. .\" All rights reserved. @@ -45,7 +45,7 @@ interface. .Sh SYSTEM CALL POLICIES .Nm can assign the following policies to system calls: -.Bl -tag -enum -width "xxxxxx" +.Bl -tag -enum -width SYSTR_POLICY_XXXXXX .It SYSTR_POLICY_ASK Send a message of the type .Dv SYSTR_MSG_ASK , @@ -111,7 +111,7 @@ operations. supports the following .Xr ioctl 2 command: -.Bl -tag -width "xxxxxx" +.Bl -tag -width STRIOCXXXXXXXX .It Dv STRIOCATTACH Fa "pid_t" Attach to a process, unless: .Bl -enum -compact -width 2n diff --git a/share/man/man4/tcic.4 b/share/man/man4/tcic.4 index 3c84c612986..b2f3d742c85 100644 --- a/share/man/man4/tcic.4 +++ b/share/man/man4/tcic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcic.4,v 1.3 2001/06/22 12:15:47 mpech Exp $ +.\" $OpenBSD: tcic.4,v 1.4 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: tcic.4,v 1.1 2000/02/12 11:14:14 fair Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -50,8 +50,8 @@ DB86082, DB86084, DB86184, and DB86072 .Tn PCMCIA controllers. .Sh SEE ALSO +.Xr intro 4 , .Xr isa 4 , -.Xr pcic 4 , .Xr pcmcia 4 .Sh HISTORY The diff --git a/share/man/man4/ti.4 b/share/man/man4/ti.4 index 1311fd51cfa..3c888652733 100644 --- a/share/man/man4/ti.4 +++ b/share/man/man4/ti.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ti.4,v 1.17 2001/10/05 19:08:14 nate Exp $ +.\" $OpenBSD: ti.4,v 1.18 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -111,7 +111,7 @@ driver supports the following media types: Enable autoselection of the media type and options. The user can manually override the autoselected mode by adding media options to the appropriate -.Pa /etc/hostname.tiX +.Xr hostname.if 5 file. .It 10baseT Set 10Mbps operation @@ -190,7 +190,10 @@ the network connection (cable). .Sh SEE ALSO .Xr arp 4 , .Xr ifmedia 4 , +.Xr intro 4 , .Xr netintro 4 , +.Xr pci 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4 index 9cade8233d8..4a1bf1a3363 100644 --- a/share/man/man4/tl.4 +++ b/share/man/man4/tl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tl.4,v 1.10 2001/10/05 19:08:14 nate Exp $ +.\" $OpenBSD: tl.4,v 1.11 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -30,7 +30,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: tl.4,v 1.10 2001/10/05 19:08:14 nate Exp $ +.\" $Id: tl.4,v 1.11 2002/09/26 07:55:40 miod Exp $ .\" .Dd May 1, 1998 .Dt TL 4 @@ -115,7 +115,11 @@ allocating a pad buffer or collapsing an mbuf chain into a cluster. .El .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , .Xr netintro 4 , +.Xr pci 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The diff --git a/share/man/man4/trm.4 b/share/man/man4/trm.4 index 2d0683246af..45eba24a734 100644 --- a/share/man/man4/trm.4 +++ b/share/man/man4/trm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: trm.4,v 1.1 2002/02/18 01:55:30 krw Exp $ +.\" $OpenBSD: trm.4,v 1.2 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2001-2002, Ashley R. Martens and Kenneth R. Westerback. .\" All rights reserved. @@ -49,10 +49,14 @@ Tekram DC315/U .El .Sh SEE ALSO .Xr cd 4 , +.Xr ch 4 , .Xr intro 4 , +.Xr pci 4 , .Xr scsi 4 , .Xr sd 4 , -.Xr st 4 +.Xr ss 4 , +.Xr st 4 , +.Xr uk 4 .Pp .Pa http://www.tekram.com/ .Sh AUTHORS diff --git a/share/man/man4/twe.4 b/share/man/man4/twe.4 index 04569eac9f1..f997c94bfb6 100644 --- a/share/man/man4/twe.4 +++ b/share/man/man4/twe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: twe.4,v 1.13 2001/08/05 22:32:34 brad Exp $ +.\" $OpenBSD: twe.4,v 1.14 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2000,2001 Michael Shalayeff. All rights reserved. .\" @@ -30,6 +30,7 @@ and/or RAID sets appear as .Xr sd 4 . .Sh SEE ALSO .Xr intro 4 , +.Xr pci 4 , .Xr scsi 4 , .Xr sd 4 .Sh AUTHORS diff --git a/share/man/man4/tx.4 b/share/man/man4/tx.4 index 6925015b628..6bf16c25b48 100644 --- a/share/man/man4/tx.4 +++ b/share/man/man4/tx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tx.4,v 1.9 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: tx.4,v 1.10 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -116,6 +116,9 @@ While resetting, the driver failed to stop the device correctly. .Xr ifmedia 4 , .Xr inet 4 , .Xr intro 4 , +.Xr netintro 4 , +.Xr pci 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh BUGS Multicast packet filtering is not supported. diff --git a/share/man/man4/txp.4 b/share/man/man4/txp.4 index 954fa1b17e6..ef9d378e9ec 100644 --- a/share/man/man4/txp.4 +++ b/share/man/man4/txp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: txp.4,v 1.9 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: txp.4,v 1.10 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -126,9 +126,12 @@ Use 10baseT, half duplex .Xr inet 4 , .Xr intro 4 , .Xr ip 4 , +.Xr netintro 4 , +.Xr pci 4 , .Xr tcp 4 , .Xr udp 4 , .Xr vlan 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The diff --git a/share/man/man4/ubsec.4 b/share/man/man4/ubsec.4 index e0c24041bc9..f286f5e9d70 100644 --- a/share/man/man4/ubsec.4 +++ b/share/man/man4/ubsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ubsec.4,v 1.17 2002/09/12 07:08:14 deraadt Exp $ +.\" $OpenBSD: ubsec.4,v 1.18 2002/09/26 07:55:41 miod Exp $ .\" .\" Copyright (c) 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -82,6 +82,7 @@ subsystem. .Sh SEE ALSO .Xr crypt 3 , .Xr crypto 4 , +.Xr intro 4 , .Xr ipsec 4 , .Xr random 4 , .Xr crypto 9 diff --git a/share/man/man4/uk.4 b/share/man/man4/uk.4 index 92cad8489de..268b0bebae8 100644 --- a/share/man/man4/uk.4 +++ b/share/man/man4/uk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uk.4,v 1.10 2002/06/30 21:45:25 deraadt Exp $ +.\" $OpenBSD: uk.4,v 1.11 2002/09/26 07:55:41 miod Exp $ .\" $NetBSD: uk.4,v 1.3 1996/10/20 23:15:26 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -72,6 +72,7 @@ devices. .Xr ch 4 , .Xr scsi 4 , .Xr sd 4 , +.Xr ss 4 , .Xr st 4 .Sh HISTORY The diff --git a/share/man/man4/url.4 b/share/man/man4/url.4 index 60a4a6a8f08..71e8358175f 100644 --- a/share/man/man4/url.4 +++ b/share/man/man4/url.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: url.4,v 1.2 2002/05/09 14:44:57 nate Exp $ +.\" $OpenBSD: url.4,v 1.3 2002/09/26 07:55:41 miod Exp $ .\" $NetBSD: url.4,v 1.4 2002/04/02 20:45:40 augustss Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -39,8 +39,8 @@ .Nm url .Nd Realtek RTL8150L USB Ethernet driver .Sh SYNOPSIS -.Cd "url* at uhub?" -.Cd "urlphy* at mii?" +.Cd "url* at uhub? port ? configuration ?" +.Cd "urlphy* at mii? phy ?" .Sh DESCRIPTION The .Nm @@ -71,9 +71,12 @@ The driver failed to allocate an mbuf for the receiver ring. .El .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , .Xr mii 4 , .Xr netintro 4 , +.Xr uhub 4 , .Xr usb 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The @@ -84,5 +87,4 @@ device driver first appeared in The .Nm driver was written by -.An Shingo WATANABE -.Aq nabe@nabechan.org . +.An Shingo WATANABE Aq nabe@nabechan.org . diff --git a/share/man/man4/vr.4 b/share/man/man4/vr.4 index cf70de9e2d0..e3d6b09be42 100644 --- a/share/man/man4/vr.4 +++ b/share/man/man4/vr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vr.4,v 1.9 2001/10/05 19:08:14 nate Exp $ +.\" $OpenBSD: vr.4,v 1.10 2002/09/26 07:55:41 miod Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -68,7 +68,7 @@ driver supports the following media types: Enable autoselection of the media type and options. The user can manually override the autoselected mode by adding media options to the appropriate -.Pa /etc/hostname.vr%d +.Xr hostname.if 5 file. .It 10baseT Set 10Mbps operation. diff --git a/share/man/man4/wb.4 b/share/man/man4/wb.4 index bc2e575d724..04a77cd154d 100644 --- a/share/man/man4/wb.4 +++ b/share/man/man4/wb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wb.4,v 1.8 2001/10/05 19:08:14 nate Exp $ +.\" $OpenBSD: wb.4,v 1.9 2002/09/26 07:55:41 miod Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -70,7 +70,7 @@ This is only supported if the PHY chip attached to the Winbond controller supports NWAY autonegotiation. The user can manually override the autoselected mode by adding media options to the appropriate -.Pa /etc/hostname.wb%d +.Xr hostname.if 5 file. .It 10baseT Set 10Mbps operation. diff --git a/share/man/man4/we.4 b/share/man/man4/we.4 index f8105aa28bf..b4cf045a503 100644 --- a/share/man/man4/we.4 +++ b/share/man/man4/we.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: we.4,v 1.7 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: we.4,v 1.8 2002/09/26 07:55:41 miod Exp $ .\" $NetBSD: we.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -120,4 +120,5 @@ address. .Xr intro 4 , .Xr isa 4 , .Xr isapnp 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 diff --git a/share/man/man4/xl.4 b/share/man/man4/xl.4 index bb7cb91da80..c771bd1f22c 100644 --- a/share/man/man4/xl.4 +++ b/share/man/man4/xl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xl.4,v 1.23 2002/06/08 23:40:53 aaron Exp $ +.\" $OpenBSD: xl.4,v 1.24 2002/09/26 07:55:41 miod Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -115,7 +115,7 @@ adapters that have external PHYs or built-in autonegotiation logic. For 3C900 and 3C900B adapters, the driver will choose the mode specified in the EEPROM. You can change this by adding media options to the appropriate -.Pa /etc/hostname.xlX +.Xr hostname.if 5 file. .It Cm media No 100baseFX Cm mediaopt No full-duplex For those cards that support it, force full-duplex 100Mbps operation over fiber. @@ -208,6 +208,7 @@ the author considers it a manufacturing defect. .Xr ie 4 , .Xr ti 4 , .Xr ifmedia 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The |