summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-03-21 19:50:45 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-03-21 19:50:45 +0000
commitd315d763c02cef6449e02d8accf2940a7e7cbf3c (patch)
treec992e32395443497208f9a170f728f0075810a88 /share
parentafa2e2aa39b0c2003de745314baa2985a0a25cd0 (diff)
Sync hardware support with the code, and minor nits.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/bmtphy.47
-rw-r--r--share/man/man4/brgphy.410
-rw-r--r--share/man/man4/clcs.44
-rw-r--r--share/man/man4/cue.45
-rw-r--r--share/man/man4/dc.48
-rw-r--r--share/man/man4/eap.47
-rw-r--r--share/man/man4/eephy.48
-rw-r--r--share/man/man4/exphy.43
-rw-r--r--share/man/man4/fdc.46
-rw-r--r--share/man/man4/fpa.44
-rw-r--r--share/man/man4/inphy.46
-rw-r--r--share/man/man4/isp.415
-rw-r--r--share/man/man4/kue.413
-rw-r--r--share/man/man4/mii.43
-rw-r--r--share/man/man4/ne.46
-rw-r--r--share/man/man4/nsclpcsio.44
-rw-r--r--share/man/man4/opl.44
-rw-r--r--share/man/man4/options.49
-rw-r--r--share/man/man4/pchb.46
19 files changed, 73 insertions, 55 deletions
diff --git a/share/man/man4/bmtphy.4 b/share/man/man4/bmtphy.4
index 572c63ffd03..5b5a92253d0 100644
--- a/share/man/man4/bmtphy.4
+++ b/share/man/man4/bmtphy.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bmtphy.4,v 1.2 2003/06/02 18:52:50 deraadt Exp $
+.\" $OpenBSD: bmtphy.4,v 1.3 2004/03/21 19:50:43 miod Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt
.\" All rights reserved.
@@ -29,16 +29,17 @@
.Os
.Sh NAME
.Nm bmtphy
-.Nd Broadcom Mini-Theta 10/100 Ethernet PHY driver
+.Nd Broadcom Mini-Theta Ethernet PHY driver
.Sh SYNOPSIS
.Cd "bmtphy* at mii? phy ?"
.Sh DESCRIPTION
The
.Nm
driver supports the Broadcom Mini-Theta BCM5201 and BCM5202 10/100
-Ethernet PHYs.
+Ethernet PHYs, as well as the BCM5221 100baseTX Ethernet PHY.
These PHYs are found on a variety of high-performance Ethernet interfaces.
.Sh SEE ALSO
+.Xr exphy 4 ,
.Xr ifmedia 4 ,
.Xr intro 4 ,
.Xr mii 4 ,
diff --git a/share/man/man4/brgphy.4 b/share/man/man4/brgphy.4
index e7be5d10a10..446d7788734 100644
--- a/share/man/man4/brgphy.4
+++ b/share/man/man4/brgphy.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: brgphy.4,v 1.9 2003/06/02 18:51:33 jason Exp $
+.\" $OpenBSD: brgphy.4,v 1.10 2004/03/21 19:50:43 miod Exp $
.\"
.\" Copyright (c) 2000 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -29,15 +29,15 @@
.Os
.Sh NAME
.Nm brgphy
-.Nd Broadcom BCM5400/5401/5411 Gigabit Ethernet PHY driver
+.Nd Broadcom BCM54xx/BCM57xx Gigabit Ethernet PHY driver
.Sh SYNOPSIS
.Cd "brgphy* at mii? phy ?"
.Sh DESCRIPTION
The
.Nm
-driver supports Broadcom BCM5400 100/1000TX PHY interfaces, as well as
-the BCM5401, BCM5411, BCM5421S, BCM5701, and BCM5703 10/100/1000baseTX
-PHY interfaces.
+driver supports Broadcom BCM5400 100/1000TX Ethernet PHY interfaces, as well
+as the BCM5401, BCM5411, BCM5421S, BCM5701, BCM5703, BCM5704 and BCM5705
+10/100/1000baseTX Ethernet PHY interfaces.
.Sh SEE ALSO
.Xr bge 4 ,
.Xr ifmedia 4 ,
diff --git a/share/man/man4/clcs.4 b/share/man/man4/clcs.4
index 13273b72ced..5e7ea96635e 100644
--- a/share/man/man4/clcs.4
+++ b/share/man/man4/clcs.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: clcs.4,v 1.2 2002/09/26 07:55:39 miod Exp $
+.\" $OpenBSD: clcs.4,v 1.3 2004/03/21 19:50:43 miod Exp $
.\" $NetBSD: clcs.4,v 1.1 1999/12/11 23:10:15 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
.Os
.Sh NAME
.Nm clcs
-.Nd Cirrus Logic CS4280 audio device driver
+.Nd Cirrus Logic CS4280/CS4610/CS4615 audio device driver
.Sh SYNOPSIS
.Cd "clcs* at pci? dev ? function ?"
.Cd "audio* at clcs?"
diff --git a/share/man/man4/cue.4 b/share/man/man4/cue.4
index 4202cceec31..ada2d5c8cd1 100644
--- a/share/man/man4/cue.4
+++ b/share/man/man4/cue.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cue.4,v 1.8 2003/07/09 13:26:20 jmc Exp $
+.\" $OpenBSD: cue.4,v 1.9 2004/03/21 19:50:44 miod Exp $
.\" $NetBSD: cue.4,v 1.2 2000/01/16 13:54:39 augustss Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999, 2000
@@ -49,9 +49,10 @@ Access Technology Corporation's USB-EL1202A chipset.
This includes the following adapters:
.Pp
.Bl -tag -width Ds -offset indent -compact
+.It Tn Belkin F5U111
.It Tn CATC Netmate
.It Tn CATC Netmate II
-.It Tn Belkin F5U111
+.It Tn SmartBridges SmartLink
.El
.Pp
The USB-EL1202A supports a 512-bit multicast hash filter, single perfect
diff --git a/share/man/man4/dc.4 b/share/man/man4/dc.4
index d5b68fcf3a6..af62291942b 100644
--- a/share/man/man4/dc.4
+++ b/share/man/man4/dc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dc.4,v 1.33 2003/11/09 16:06:07 jmc Exp $
+.\" $OpenBSD: dc.4,v 1.34 2004/03/21 19:50:44 miod Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@@ -37,7 +37,7 @@
.Os
.Sh NAME
.Nm dc
-.Nd DEC/Intel 21140, 21143, 21145 and clone 10/100 Ethernet driver
+.Nd DEC/Intel 21140, 21142, 21143, 21145 and clones 10/100 Ethernet driver
.Sh SYNOPSIS
.Cd "dc* at pci? dev ? function ?"
.Cd "dc* at cardbus? dev ? function ?"
@@ -161,7 +161,7 @@ Conexant LANfinity RS7112 MiniPCI
The
.Nm
driver supports the following media types:
-.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
+.Bl -tag -width full-duplex
.It autoselect
Enable autoselection of the media type and options.
The user can manually override
@@ -205,7 +205,7 @@ mode.
The
.Nm
driver supports the following media options:
-.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
+.Bl -tag -width full-duplex
.It full-duplex
Force full duplex operation.
The interface will operate in half duplex mode if this media option
diff --git a/share/man/man4/eap.4 b/share/man/man4/eap.4
index 0ec041fab1f..d49564207db 100644
--- a/share/man/man4/eap.4
+++ b/share/man/man4/eap.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: eap.4,v 1.10 2002/09/26 07:55:39 miod Exp $
+.\" $OpenBSD: eap.4,v 1.11 2004/03/21 19:50:44 miod Exp $
.\" $NetBSD: eap.4,v 1.2 1998/05/06 19:14:06 augustss Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -45,9 +45,10 @@
The
.Nm
driver supports the older Ensoniq AudioPCI and other ES1370 based
-sound cards, as well as the Creative Labs SoundBlaster PCI128.
+sound cards, such as the Creative Labs SoundBlaster PCI64 and PCI128.
The driver also supports many revisions of the more modern Ensoniq
-AudioPCI 97 (ES1371).
+AudioPCI 97 (ES1371), as well as the Ensoniq CT5880 and the Creative Labs
+Ectiva 1938.
.Sh SEE ALSO
.Xr ac97 4 ,
.Xr audio 4 ,
diff --git a/share/man/man4/eephy.4 b/share/man/man4/eephy.4
index 0ed877e19d5..23304120c92 100644
--- a/share/man/man4/eephy.4
+++ b/share/man/man4/eephy.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: eephy.4,v 1.9 2004/01/22 05:24:01 brad Exp $
+.\" $OpenBSD: eephy.4,v 1.10 2004/03/21 19:50:44 miod Exp $
.\"
.\"Copyright (c) 2001 by Parag Patel. All rights reserved.
.\"
@@ -30,13 +30,15 @@
.Os
.Sh NAME
.Nm eephy
-.Nd Marvell 88E1000 Gigabit Ethernet PHY driver
+.Nd Marvell 88E1000/88E1011
+.Dq Alaska
+Ethernet PHY driver
.Sh SYNOPSIS
.Cd "eephy* at mii? phy ?"
.Sh DESCRIPTION
The
.Nm
-driver supports Marvell 88E1000 Ethernet PHYs.
+driver supports Marvell 88E1000 and 88E1011 10/100/1000 Ethernet PHYs.
.Sh SEE ALSO
.Xr gem 4 ,
.Xr ifmedia 4 ,
diff --git a/share/man/man4/exphy.4 b/share/man/man4/exphy.4
index ef12cd8aa88..16a1d26eb53 100644
--- a/share/man/man4/exphy.4
+++ b/share/man/man4/exphy.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: exphy.4,v 1.8 2003/02/13 06:15:40 fgsch Exp $
+.\" $OpenBSD: exphy.4,v 1.9 2004/03/21 19:50:44 miod Exp $
.\" $NetBSD: exphy.4,v 1.1 1998/11/04 05:53:58 thorpej Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -50,6 +50,7 @@ The
driver supports the internal PHY on 3Com 3C905B-TX and 3C905C-TX 10/100 Ethernet
interfaces.
.Sh SEE ALSO
+.Xr bmtphy 4 ,
.Xr ifmedia 4 ,
.Xr intro 4 ,
.Xr mii 4 ,
diff --git a/share/man/man4/fdc.4 b/share/man/man4/fdc.4
index b2c3fd6890e..e268bf8142b 100644
--- a/share/man/man4/fdc.4
+++ b/share/man/man4/fdc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fdc.4,v 1.8 2003/06/06 10:29:41 jmc Exp $
+.\" $OpenBSD: fdc.4,v 1.9 2004/03/21 19:50:44 miod Exp $
.\" $NetBSD: fdc.4,v 1.6 1996/03/22 01:55:14 andrew Exp $
.\"
.\" Copyright (c) 1996 Andrew C. Wheadon
@@ -48,7 +48,7 @@ These include standard IDE, MFM, RLL,
EIDE, ESDI, and SCSI controllers with floppy attachment.
.Pp
The standard names of a floppy drive will take the form
-.Nm /dev/fd{0,1,2,3}{,B,C,D,E,F,G,H}[abcdefghijklmnop] .
+.Pa /dev/fd{0,1,2,3}{,B,C,D,E,F,G,H}[a-p] .
.Pp
The first component of this path is the unit number, permitting
a total of 4 floppy drives.
@@ -82,7 +82,7 @@ If the 0x10 bit is on, the low order three bits of the
.Cm flags
field encode the drive type, as follows:
.Pp
-.Bl -tag -width xxxxxx -offset indent -compact
+.Bl -tag -width 2.88MB -offset indent -compact
.It 1 2.88MB
.It 2 1.44MB
.It 3 1.2MB
diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4
index 11e8e39c6c7..0a86acd057f 100644
--- a/share/man/man4/fpa.4
+++ b/share/man/man4/fpa.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fpa.4,v 1.17 2003/06/06 10:29:41 jmc Exp $
+.\" $OpenBSD: fpa.4,v 1.18 2004/03/21 19:50:44 miod Exp $
.\" $NetBSD: fpa.4,v 1.2 1997/02/18 01:07:46 jonathan Exp $
.\"
.\" Copyright (c) 1995, Matt Thomas
@@ -19,7 +19,7 @@ The
.Nm
and
.Nm fea
-device driver provides support for the DEC DEFPA PCI FDDI Controller and
+device drivers provide support for the DEC DEFPA PCI FDDI Controller and
the DEC DEFEA EISA FDDI Controller, respectively.
All variants of either controller are supported including the DAS and
SAS configurations.
diff --git a/share/man/man4/inphy.4 b/share/man/man4/inphy.4
index e53989527ff..d77f84a7306 100644
--- a/share/man/man4/inphy.4
+++ b/share/man/man4/inphy.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inphy.4,v 1.4 2000/10/18 02:38:22 aaron Exp $
+.\" $OpenBSD: inphy.4,v 1.5 2004/03/21 19:50:44 miod Exp $
.\" $NetBSD: inphy.4,v 1.1 1998/11/04 05:53:58 thorpej Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -41,13 +41,13 @@
.Os
.Sh NAME
.Nm inphy
-.Nd Intel i82555 10/100 Ethernet PHY driver
+.Nd Intel i82555/i82562 10/100 Ethernet PHY driver
.Sh SYNOPSIS
.Cd "inphy* at mii? phy ?"
.Sh DESCRIPTION
The
.Nm
-driver supports the Intel i82555 10/100 Ethernet PHYs.
+driver supports the Intel i82555, i82562EM and i82562ET 10/100 Ethernet PHYs.
These PHYs are found on a variety of high-performance Ethernet interfaces.
.Sh SEE ALSO
.Xr ifmedia 4 ,
diff --git a/share/man/man4/isp.4 b/share/man/man4/isp.4
index ab3acb4551a..9c0b2adf58e 100644
--- a/share/man/man4/isp.4
+++ b/share/man/man4/isp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isp.4,v 1.15 2003/07/17 00:47:27 mickey Exp $
+.\" $OpenBSD: isp.4,v 1.16 2004/03/21 19:50:44 miod Exp $
.\"
.\" Copyright (c) 1998, 1999
.\" Matthew Jacob, for NASA/Ames Research Center
@@ -36,6 +36,7 @@
.Cd "isp* at pci? dev ? function ?" Pq PCI
.Cd "isp* at sbus? slot ? offset ?" Pq SBus
.Cd "scsibus* at isp?"
+.Cd "option ISP_COMPILE_FW"
.Sh DESCRIPTION
This driver provides access to a
.Tn SCSI
@@ -60,11 +61,13 @@ Command tagging is supported for all (in fact,
.Tn FibreChannel
requires tagging).
.Sh CONFIGURATION
-An optional
+Adding
.Tn option ISP_COMPILE_FW=1
-ensures that known good firmware will be downloaded to the driver
-at attach time.
-This is recommended.
+to the kernel configuration file ensures that known good firmware
+will be downloaded to the driver at attach time.
+This is the default setting on sparc and sparc64 platforms,
+and is also recommended on platforms where the card's bios may not be
+initialized upon power-up.
.Sh SEE ALSO
.Xr cd 4 ,
.Xr ch 4 ,
@@ -81,5 +84,3 @@ This is recommended.
The
.Nm
driver was written by Matthew Jacob for NASA/Ames Research Center.
-.Sh BUGS
-None known at this time.
diff --git a/share/man/man4/kue.4 b/share/man/man4/kue.4
index 5f1e187894d..7cf836c8c1b 100644
--- a/share/man/man4/kue.4
+++ b/share/man/man4/kue.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kue.4,v 1.7 2003/07/09 13:26:20 jmc Exp $
+.\" $OpenBSD: kue.4,v 1.8 2004/03/21 19:50:44 miod Exp $
.\" $NetBSD: kue.4,v 1.5 2000/03/20 01:34:22 augustss Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999, 2000
@@ -51,19 +51,26 @@ This includes the following adapters:
.Bl -tag -width Ds -offset indent -compact
.It Tn 3Com 3c19250
.It Tn 3Com 3c460 HomeConnect
+.It Tn AboCom Systems URE450 Ethernet
.It Tn ADS Technologies USB-10BT
.It Tn Aox USB101
.It Tn ATen UC10T
+.It Tn ATen DSB-650C
.It Tn Corega USB-T
-.It Tn D-Link DSB-650
+.It Tn D-Link DSB-650C
.It Tn Entrega NET-USB-E45
+.It Tn I/O Data USB-ET/T
+.It Tn Kingston Ethernet
.It Tn Kawasaki USB101
.It Tn LinkSys USB10T
+.It Tn Mobility Ethernet
.It Tn Netgear EA101
.It Tn Peracom USB
+.It Tn Portgear Ethernet
+.It Tn Portsmith Express Ethernet
+.It Tn Shark Pocket Adapter
.It Tn SMC 2102USB
.It Tn SMC 2104USB
-.It Tn I/O Data USB-ET/T
.El
.Pp
The KL5KLUSB101B supports a 128-entry multicast filter, single perfect
diff --git a/share/man/man4/mii.4 b/share/man/man4/mii.4
index 962e18b5de9..113879152f9 100644
--- a/share/man/man4/mii.4
+++ b/share/man/man4/mii.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mii.4,v 1.14 2003/08/31 19:53:42 jmc Exp $
+.\" $OpenBSD: mii.4,v 1.15 2004/03/21 19:50:44 miod Exp $
.\" $NetBSD: mii.4,v 1.1 1998/11/04 05:21:50 thorpej Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -43,6 +43,7 @@
.Nm mii
.Nd IEEE 802.3 Media Independent Interface
.Sh SYNOPSIS
+.Cd "acphy* at mii? phy ?"
.Cd "amphy* at mii? phy ?"
.Cd "bmtphy* at mii? phy ?"
.Cd "brgphy* at mii? phy ?"
diff --git a/share/man/man4/ne.4 b/share/man/man4/ne.4
index 9f244538b7d..9b633b00db4 100644
--- a/share/man/man4/ne.4
+++ b/share/man/man4/ne.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ne.4,v 1.16 2003/06/29 16:38:28 miod Exp $
+.\" $OpenBSD: ne.4,v 1.17 2004/03/21 19:50:44 miod Exp $
.\" $NetBSD: ne.4,v 1.4 1998/02/22 05:21:20 enami Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -63,12 +63,13 @@ cards, including:
.Bl -column "Name " "Bus" -compact
.It Em "Name Bus"
.It Li "Accton EN2212, EN2216" Ta PCMCIA
+.It Li "Addtron W89C926 Ethernet" Ta PCMCIA
.It Li "Allied Telesis LA-PCM" Ta PCMCIA
.It Li "AmbiCom AMB8002T" Ta PCMCIA
.It Li "Arowana FE" Ta PCMCIA
.It Li "Belkin F5D5020" Ta PCMCIA
.It Li "Billionton Systems LNT-10TN" Ta PCMCIA
-.It Li "CNet NE2000" Ta PCMCIA
+.It Li "CNet NE2000, FastEthernet" Ta PCMCIA
.It Li "Compex PCI Ethernet" Ta PCI
.It Li "Compex Linkport ENET-B" Ta PCMCIA
.It Li "Corega PCC-T, PCC-TD, EtherII PCC-T" Ta PCMCIA
@@ -102,6 +103,7 @@ cards, including:
.It Li "Planex FNW-3600-T, FNW-3700-T" Ta PCMCIA
.It Li "Premax PE-200" Ta PCMCIA
.It Li "Realtek RT8029" Ta PCI
+.It Li "Relia Technologies Ethernet" Ta PCMCIA
.It Li "RPTI EP-400, EP-401" Ta PCMCIA
.It Li "Seiko Epson EN10B" Ta PCMCIA
.It Li "SMC EZCard, 8041" Ta PCMCIA
diff --git a/share/man/man4/nsclpcsio.4 b/share/man/man4/nsclpcsio.4
index 68005e10dbd..86d4066c272 100644
--- a/share/man/man4/nsclpcsio.4
+++ b/share/man/man4/nsclpcsio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nsclpcsio.4,v 1.2 2004/01/05 21:02:26 jmc Exp $
+.\" $OpenBSD: nsclpcsio.4,v 1.3 2004/03/21 19:50:44 miod Exp $
.\"
.\" Copyright (c) 2004 Markus Friedl <markus@openbsd.org>
.\"
@@ -21,7 +21,7 @@
.Nm nsclpcsio
.Nd National Semiconductor PC87366 LPC Super I/O
.Sh SYNOPSIS
-.Cd "nsclpcsio? at isa?"
+.Cd "nsclpcsio* at isa?"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/opl.4 b/share/man/man4/opl.4
index dfb22d639fa..7c77966d24e 100644
--- a/share/man/man4/opl.4
+++ b/share/man/man4/opl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: opl.4,v 1.6 2002/09/26 07:55:40 miod Exp $
+.\" $OpenBSD: opl.4,v 1.7 2004/03/21 19:50:44 miod Exp $
.\" $NetBSD: opl.4,v 1.3 1998/09/08 11:59:48 augustss Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@ driver provides support for the Yamaha OPL2 (YM3812) and OPL3
The chips are FM synthesizer and are capable
of producing a wide range of (mostly awful) sounds.
.Pp
-Access to the device is through the MIDI driver.
+Access to the device is done through the MIDI driver.
.Pp
The
.Nm
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index 269a13ea4a9..1f34ff8879a 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.137 2004/03/10 02:14:09 krw Exp $
+.\" $OpenBSD: options.4,v 1.138 2004/03/21 19:50:44 miod Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -34,7 +34,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd August 17, 1997
+.Dd March 21, 2004
.Dt OPTIONS 4
.Os
.Sh NAME
@@ -152,8 +152,9 @@ On those architectures that support it, this enables binary
compatibility with
.Em NetBSD
applications built for the same architecture.
-See
-.Xr compat_freebsd 8 .
+.\" See
+.\" .Xr compat_netbsd 8 .
+This option is available on the alpha architecture.
.It Cd option COMPAT_OSF1
On those architectures that support it, this enables binary
compatibility with
diff --git a/share/man/man4/pchb.4 b/share/man/man4/pchb.4
index 5479b92e128..89b54b3d487 100644
--- a/share/man/man4/pchb.4
+++ b/share/man/man4/pchb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pchb.4,v 1.12 2004/02/10 15:10:49 mickey Exp $
+.\" $OpenBSD: pchb.4,v 1.13 2004/03/21 19:50:44 miod Exp $
.\"
.\" Michael Shalayeff, 2000. Public Domain.
.\"
@@ -38,11 +38,11 @@ it supplies entropy to the
driver for common usage.
.El
.Pp
-On i386 systems all other PCI devices of class
+On amd64 and i386 systems all other PCI devices of class
.Nm Bridge
and sub-class
.Nm Bridge Host
-are supported just as PCI attachment point.
+are supported just as PCI attachment points.
.Pp
The macppc port supports several Apple and Motorola bridges.
.Sh SEE ALSO