summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-02-09 19:08:40 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-02-09 19:08:40 +0000
commit9649c5b233577cf7a9be11c05be42f835311f582 (patch)
tree3d213020d7ceca44ba865c1345e102da0df94ee0 /share/man/man4
parentf5a12f6260241ce2bf2f7c0e3116f7c40fca65ac (diff)
Section 4 manpages for loongson.
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/Makefile8
-rw-r--r--share/man/man4/isa.47
-rw-r--r--share/man/man4/man4.loongson/Makefile7
-rw-r--r--share/man/man4/man4.loongson/autoconf.453
-rw-r--r--share/man/man4/man4.loongson/bonito.448
-rw-r--r--share/man/man4/man4.loongson/glxpcib.447
-rw-r--r--share/man/man4/man4.loongson/intro.4107
-rw-r--r--share/man/man4/man4.loongson/mem.4103
-rw-r--r--share/man/man4/man4.loongson/smfb.445
-rw-r--r--share/man/man4/pci.47
10 files changed, 424 insertions, 8 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index c90e6e9b523..879ecee7f9c 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.500 2009/12/18 04:21:59 yuo Exp $
+# $OpenBSD: Makefile,v 1.501 2010/02/09 19:08:38 miod Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -93,8 +93,8 @@ MLINKS+=vnd.4 svnd.4
# man4.hppa64
SUBDIR= man4.alpha man4.amd64 man4.armish man4.aviion man4.hp300 \
- man4.hppa man4.i386 man4.landisk man4.luna88k man4.mac68k \
- man4.macppc man4.mvme68k man4.mvme88k man4.sgi man4.socppc man4.sparc \
- man4.sparc64 man4.vax man4.zaurus
+ man4.hppa man4.i386 man4.landisk man4.loongson man4.luna88k \
+ man4.mac68k man4.macppc man4.mvme68k man4.mvme88k \
+ man4.sgi man4.socppc man4.sparc man4.sparc64 man4.vax man4.zaurus
.include <bsd.prog.mk>
diff --git a/share/man/man4/isa.4 b/share/man/man4/isa.4
index 9182f62a829..89d597fcda4 100644
--- a/share/man/man4/isa.4
+++ b/share/man/man4/isa.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isa.4,v 1.64 2009/07/23 21:20:05 jmc Exp $
+.\" $OpenBSD: isa.4,v 1.65 2010/02/09 19:08:38 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.
@@ -31,7 +31,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 23 2009 $
+.Dd $Mdocdate: February 9 2010 $
.Dt ISA 4
.Os
.Sh NAME
@@ -57,6 +57,9 @@
.Pp
.Cd "# hp300"
.Cd "isa* at isabr?"
+.Pp
+.Cd "# loongson"
+.Cd "isa* at glxpcib?"
.Sh DESCRIPTION
The system includes a machine-independent ISA bus subsystem
and several machine-independent ISA device drivers.
diff --git a/share/man/man4/man4.loongson/Makefile b/share/man/man4/man4.loongson/Makefile
new file mode 100644
index 00000000000..7f37af135d5
--- /dev/null
+++ b/share/man/man4/man4.loongson/Makefile
@@ -0,0 +1,7 @@
+# $OpenBSD: Makefile,v 1.1 2010/02/09 19:08:39 miod Exp $
+
+MAN= autoconf.4 bonito.4 glxpcib.4 intro.4 mem.4 smfb.4
+MANSUBDIR=loongson
+
+MLINKS+= mem.4 kmem.4
+.include <bsd.prog.mk>
diff --git a/share/man/man4/man4.loongson/autoconf.4 b/share/man/man4/man4.loongson/autoconf.4
new file mode 100644
index 00000000000..113811db188
--- /dev/null
+++ b/share/man/man4/man4.loongson/autoconf.4
@@ -0,0 +1,53 @@
+.\" $OpenBSD: autoconf.4,v 1.1 2010/02/09 19:08:39 miod Exp $
+.\"
+.\" Copyright (c) 1990, 1991, 1993
+.\" The Regents of the University of California. All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. Neither the name of the University nor the names of its contributors
+.\" may be used to endorse or promote products derived from this software
+.\" without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" from: @(#)autoconf.4 8.1 (Berkeley) 6/9/93
+.\"
+.Dd $Mdocdate: February 9 2010 $
+.Dt AUTOCONF 4 loongson
+.Os
+.Sh NAME
+.Nm autoconf
+.Nd diagnostics from the autoconfiguration code
+.Sh DESCRIPTION
+When
+.Ox
+bootstraps it probes the innards of the machine
+on which it is running
+and locates controllers, drives, and other devices, printing out
+what it finds on the console.
+This procedure is driven by a system configuration table which is processed by
+.Xr config 8
+and compiled into each kernel.
+Devices which exist in the machine but are not configured into the
+kernel are not detected.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.\" .Xr boot_loongson 8 ,
+.Xr config 8
diff --git a/share/man/man4/man4.loongson/bonito.4 b/share/man/man4/man4.loongson/bonito.4
new file mode 100644
index 00000000000..41bc93c7160
--- /dev/null
+++ b/share/man/man4/man4.loongson/bonito.4
@@ -0,0 +1,48 @@
+.\" $OpenBSD: bonito.4,v 1.1 2010/02/09 19:08:39 miod Exp $
+.\"
+.\" Copyright (c) 2010 Miodrag Vallat.
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: February 9 2010 $
+.Dt BONITO 4 loongson
+.Os
+.Sh NAME
+.Nm bonito
+.Nd Memory and PCI or PCI-X controller
+.Sh SYNOPSIS
+.Cd "bonito0 at mainbus0"
+.Cd "pci0 at bonito?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports both the Algorithmics Bonito64 memory and PCI controller
+on Loongson 2E-based systems, or the onboard memory and PCI-X controller
+found on Loongson 2F-based systems, which is a very close design, albeit
+not compatible with the original Bonito.
+.Pp
+Differences between the two models of controllers are hidden at the
+.Nm
+driver level.
+.Pp
+The
+.Nm
+driver also handles PCI interrupt routing; on systems featuring a
+.Xr glxpcib 4
+PCI-ISA bridge to which legacy devices are connected, it will also
+handle legacy interrupts.
+.Sh SEE ALSO
+.Xr glxpcib 4 ,
+.Xr intro 4 ,
+.Xr mainbus 4 ,
+.Xr pci 4
diff --git a/share/man/man4/man4.loongson/glxpcib.4 b/share/man/man4/man4.loongson/glxpcib.4
new file mode 100644
index 00000000000..feff203a56b
--- /dev/null
+++ b/share/man/man4/man4.loongson/glxpcib.4
@@ -0,0 +1,47 @@
+.\" $OpenBSD: glxpcib.4,v 1.1 2010/02/09 19:08:39 miod Exp $
+.\"
+.\" Michael Shalayeff, 2007. Public Domain.
+.\"
+.Dd $Mdocdate: February 9 2010 $
+.Dt GLXPCIB 4 loongson
+.Os
+.Sh NAME
+.Nm glxpcib
+.\" .Nd "AMD CS5536 PCI-ISA bridge with timecounter, watchdog timer, and GPIO"
+.Nd "AMD CS5536 PCI-ISA bridge with timecounter"
+.Sh SYNOPSIS
+.Cd "glxpcib* at pci?"
+.\" .Cd "gpio* at glxpcib?"
+.Cd "isa* at glxpcib?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the AMD Geode CS5536 Companion chip.
+This device contains a number of components, including a PCI-ISA bridge.
+Besides the core functionality, the
+.Nm
+.\" driver implements a 32-bit 3.5 MHz timecounter, a watchdog timer device,
+.\" and a GPIO device.
+driver implements a 32-bit 3.5 MHz timecounter.
+.Sh SEE ALSO
+.\" .Xr gpio 4 ,
+.Xr intro 4 ,
+.Xr isa 4 ,
+.Xr pci 4 ,
+.Xr pcib 4 ,
+.\" .Xr watchdog 4 ,
+.Xr gpioctl 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.3
+on the i386 platform.
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Michael Shalayeff .
+.\" The GPIO parts were added by
+.\" .An Marc Balmer Aq mbalmer@openbsd.org .
diff --git a/share/man/man4/man4.loongson/intro.4 b/share/man/man4/man4.loongson/intro.4
new file mode 100644
index 00000000000..1e319975117
--- /dev/null
+++ b/share/man/man4/man4.loongson/intro.4
@@ -0,0 +1,107 @@
+.\" $OpenBSD: intro.4,v 1.1 2010/02/09 19:08:39 miod Exp $
+.\" Copyright (c) 1990, 1991 Regents of the University of California.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. Neither the name of the University nor the names of its contributors
+.\" may be used to endorse or promote products derived from this software
+.\" without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" from: @(#)intro.4 5.2 (Berkeley) 3/27/91
+.\"
+.Dd $Mdocdate: February 9 2010 $
+.Dt INTRO 4 loongson
+.Os
+.Sh NAME
+.Nm intro
+.Nd introduction to special files and hardware support
+.Sh DESCRIPTION
+The manual pages in section 4 describe the special files,
+related driver functions, and networking support
+available in the system.
+In this part of the manual, the
+.Sx SYNOPSIS
+section of
+each configurable device gives a sample specification
+for use in constructing a system description for the
+.Xr config 8
+program.
+The
+.Sx DIAGNOSTICS
+section lists messages which may appear on the console
+and/or in the system error log
+.Pa /var/log/messages
+due to errors in device operation;
+see
+.Xr syslogd 8
+for more information.
+.Pp
+This section contains both devices
+which may be configured into the system
+and network related information.
+The networking support is introduced in
+.Xr netintro 4 .
+.Sh DEVICE SUPPORT
+This section describes the hardware supported on the
+loongson platform.
+Software support for these devices comes in two forms.
+A hardware device may be supported with a character or block
+.Em device driver ,
+or it may be used within the networking subsystem and have a
+.Em network interface driver .
+Block and character devices are accessed through files in the file
+system of a special type; see
+.Xr mknod 8 .
+Network interfaces are indirectly accessed through the interprocess
+communication facilities provided by the system; see
+.Xr socket 2 .
+.Pp
+A hardware device is identified to the system at configuration time
+and the appropriate device or network interface driver is then compiled
+into the system.
+When the resultant system is booted, the autoconfiguration facilities
+in the system probe for the device and, if found, enable the software
+support for it.
+If a device does not respond at autoconfiguration
+time it is not accessible at any time afterwards.
+To enable a device which did not autoconfigure,
+the system will have to be rebooted.
+.Pp
+The autoconfiguration system is described in
+.Xr autoconf 4 .
+.Sh LIST OF DEVICES
+A complete list of available devices is contained within the pages
+describing the system buses and controllers.
+For example, a PCI device would be listed in the
+.Xr pci 4
+man page.
+The following buses and controllers list these devices:
+.Pp
+.Bl -tag -compact -width "pcctwo(4)" -offset 3n
+.It Xr isa 4
+introduction to ISA bus support
+.It Xr pci 4
+introduction to PCI bus support
+.El
+.Sh SEE ALSO
+.Xr autoconf 4 ,
+.Xr config 8
diff --git a/share/man/man4/man4.loongson/mem.4 b/share/man/man4/man4.loongson/mem.4
new file mode 100644
index 00000000000..2783b2f256e
--- /dev/null
+++ b/share/man/man4/man4.loongson/mem.4
@@ -0,0 +1,103 @@
+.\" $OpenBSD: mem.4,v 1.1 2010/02/09 19:08:39 miod Exp $
+.\" Copyright (c) 1992, 1993
+.\" The Regents of the University of California. All rights reserved.
+.\"
+.\" This software was developed by the Computer Systems Engineering group
+.\" at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
+.\" contributed to Berkeley.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. Neither the name of the University nor the names of its contributors
+.\" may be used to endorse or promote products derived from this software
+.\" without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" from: @(#)mem.4 8.1 (Berkeley) 6/5/93
+.\"
+.Dd $Mdocdate: February 9 2010 $
+.Dt MEM 4 loongson
+.Os
+.Sh NAME
+.Nm mem ,
+.Nm kmem
+.Nd memory files
+.Sh DESCRIPTION
+The file
+.Pa /dev/mem
+is an interface to the physical memory of the
+computer.
+Byte offsets in this file are interpreted as physical memory addresses.
+Reading and writing this file is equivalent to reading and writing
+memory itself.
+An error will be returned if an attempt is made to reference
+an offset outside of
+.Pa /dev/mem .
+.Pp
+Kernel virtual memory is accessed via the file
+.Pa /dev/kmem
+in the same manner as
+.Pa /dev/mem .
+Only kernel virtual addresses that are currently mapped to memory are allowed.
+.Pp
+On the loongson, physical memory is always contiguous, but can be accessed
+from two distinct physical address windows:
+.Bl -bullet -compact
+.It
+From address
+.Ad 0x00000000
+to
+.Ad 0x0fffffff ,
+the lowest 256 megabytes of memory.
+.It
+From address
+.Ad 0x80000000
+to
+.Ad 0xffffffff ,
+the whole memory, up to 2 gigabytes.
+.El
+This layout implies that a given memory location within the first 256
+megabytes may indifferently be addressed in the
+.Ad 0x00000000 -
+.Ad 0x0fffffff
+address range or the
+.Ad 0x80000000 -
+.Ad 0x8fffffff
+address range.
+.Pp
+The kernel virtual memory begins at address
+.Ad 0xc000000000000000 .
+.Pp
+Writeability of these devices is controlled by the system
+.Xr securelevel 7 .
+.Sh FILES
+.Bl -tag -width Pa -compact
+.It Pa /dev/mem
+.It Pa /dev/kmem
+.El
+.Sh SEE ALSO
+.Xr securelevel 7
+.Sh HISTORY
+The
+.Pa /dev/mem
+and
+.Pa /dev/kmem
+files appeared in
+.At v6 .
diff --git a/share/man/man4/man4.loongson/smfb.4 b/share/man/man4/man4.loongson/smfb.4
new file mode 100644
index 00000000000..24f6189d80b
--- /dev/null
+++ b/share/man/man4/man4.loongson/smfb.4
@@ -0,0 +1,45 @@
+.\" $OpenBSD: smfb.4,v 1.1 2010/02/09 19:08:39 miod Exp $
+.\"
+.\" Copyright (c) 2010 Miodrag Vallat.
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: February 9 2010 $
+.Dt SMFB 4 loongson
+.Os
+.Sh NAME
+.Nm smfb
+.Nd Silicon Motion frame buffer
+.Sh SYNOPSIS
+.Cd "smfb* at pci?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports Silicon Motion SM502 and SM712 frame buffers in 16 bit
+color mode.
+.Pp
+The
+.Nm
+driver interfaces the frame buffer with the
+.Xr wscons 4
+console framework, as a
+.Xr wsdisplay 4
+device.
+.Pp
+It is currently not possible to change the frame buffer resolution and
+color depth.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr pci 4 ,
+.Xr wscons 4 ,
+.Xr wsdisplay 4
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index 09fe380b369..551f63d6256 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.292 2010/01/24 16:06:01 jasper Exp $
+.\" $OpenBSD: pci.4,v 1.293 2010/02/09 19:08:38 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.
@@ -31,7 +31,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 24 2010 $
+.Dd $Mdocdate: February 9 2010 $
.Dt PCI 4
.Os
.Sh NAME
@@ -59,6 +59,9 @@
.Cd "# landisk"
.Cd "pci* at shpcic?"
.Pp
+.Cd "# loongson"
+.Cd "pci* at bonito?"
+.Pp
.Cd "# macppc"
.Cd "pci* at mpcpcibr?"
.Cd "pci* at ht?"