Module Name:    src
Committed By:   bouyer
Date:           Mon Apr  4 17:26:24 UTC 2011

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
        src/share/man/man4/man4.i386: Makefile
Added Files:
        src/share/man/man4/man4.i386: rdcide.4 rdcpcib.4

Log Message:
Add a man page for rdcpcib(4). While there move rdcide.4 to i386/


To generate a diff of this commit:
cvs rdiff -u -r1.1305 -r1.1306 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.556 -r1.557 src/share/man/man4/Makefile
cvs rdiff -u -r1.74 -r1.75 src/share/man/man4/man4.i386/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.i386/rdcide.4 \
    src/share/man/man4/man4.i386/rdcpcib.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1305 src/distrib/sets/lists/man/mi:1.1306
--- src/distrib/sets/lists/man/mi:1.1305	Sun Mar 27 02:52:10 2011
+++ src/distrib/sets/lists/man/mi	Mon Apr  4 17:26:23 2011
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1305 2011/03/27 02:52:10 fair Exp $
+# $NetBSD: mi,v 1.1306 2011/04/04 17:26:23 bouyer Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1119,6 +1119,8 @@
 ./usr/share/man/cat4/i386/pcvt.0		man-obsolete		obsolete
 ./usr/share/man/cat4/i386/pms.0			man-obsolete		obsolete
 ./usr/share/man/cat4/i386/pnpbios.0		man-sys-catman		.cat
+./usr/share/man/cat4/i386/rdcide.0		man-sys-catman		.cat
+./usr/share/man/cat4/i386/rdcpcib.0		man-sys-catman		.cat
 ./usr/share/man/cat4/i386/sony.0		man-obsolete		obsolete
 ./usr/share/man/cat4/i386/speaker.0		man-obsolete		obsolete
 ./usr/share/man/cat4/i386/spic.0		man-sys-catman		.cat
@@ -3876,6 +3878,8 @@
 ./usr/share/man/html4/i386/npx.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/pcibios.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/pnpbios.html		man-sys-htmlman		html
+./usr/share/man/html4/i386/rdcide.html		man-sys-htmlman		html
+./usr/share/man/html4/i386/rdcpcib.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/spic.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/vald.html		man-obsolete		obsolete
 ./usr/share/man/html4/i386/vesafb.html		man-obsolete		obsolete
@@ -6448,6 +6452,8 @@
 ./usr/share/man/man4/i386/pcvt.4		man-obsolete		obsolete
 ./usr/share/man/man4/i386/pms.4			man-obsolete		obsolete
 ./usr/share/man/man4/i386/pnpbios.4		man-sys-man		.man
+./usr/share/man/man4/i386/rdcide.4		man-sys-man		.man
+./usr/share/man/man4/i386/rdcpcib.4		man-sys-man		.man
 ./usr/share/man/man4/i386/sony.4		man-obsolete		obsolete
 ./usr/share/man/man4/i386/speaker.4		man-obsolete		obsolete
 ./usr/share/man/man4/i386/spic.4		man-sys-man		.man

Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.556 src/share/man/man4/Makefile:1.557
--- src/share/man/man4/Makefile:1.556	Sun Mar 27 00:08:07 2011
+++ src/share/man/man4/Makefile	Mon Apr  4 17:26:24 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.556 2011/03/27 00:08:07 fair Exp $
+#	$NetBSD: Makefile,v 1.557 2011/04/04 17:26:24 bouyer Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/18/93
 
 MAN=	aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -47,8 +47,8 @@
 	piixpm.4 pim.4 plip.4 pms.4 pmu.4 pnaphy.4 ppbus.4 ppp.4 pppoe.4 \
 	pseye.4 ptm.4 pty.4 puc.4 pud.4 puffs.4 px.4 pxg.4 \
 	qe.4 qec.4 qsphy.4 \
-	raid.4 ral.4 ray.4 rcons.4 rdcphy.4 re.4 rgephy.4 rlphy.4 rnd.4 \
-	route.4 rs5c372rtc.4 rtk.4 rtw.4 rum.4 \
+	raid.4 ral.4 ray.4 rcons.4 rdcphy.4 re.4 rgephy.4 rlphy.4 \
+	rnd.4 route.4 rs5c372rtc.4 rtk.4 rtw.4 rum.4 \
 	satalink.4 sbus.4 scc.4 schide.4 scsi.4 sd.4 se.4 seeprom.4 sem.4 \
 	ses.4 sf.4 sfb.4 sgsmix.4 shb.4 shmif.4 \
 	shpcic.4 siisata.4 siop.4 sip.4 siside.4 sk.4 sl.4 slide.4 \

Index: src/share/man/man4/man4.i386/Makefile
diff -u src/share/man/man4/man4.i386/Makefile:1.74 src/share/man/man4/man4.i386/Makefile:1.75
--- src/share/man/man4/man4.i386/Makefile:1.74	Thu Feb 24 14:20:29 2011
+++ src/share/man/man4/man4.i386/Makefile	Mon Apr  4 17:26:24 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.74 2011/02/24 14:20:29 jruoho Exp $
+#	$NetBSD: Makefile,v 1.75 2011/04/04 17:26:24 bouyer Exp $
 #	from: @(#)Makefile	8.1 (Berkeley) 6/5/93
 
 MAN=	apm.4 autoconf.4 \
@@ -7,7 +7,7 @@
 	fdc.4 \
 	gcscide.4 gcscpcib.4 geodewdog.4 geodecntr.4 glxsb.4 gscpcib.4 \
 	intro.4 io.4 lms.4 lpt.4 mem.4 mms.4 npx.4 ndis.4 \
-	pcibios.4 pnpbios.4 spic.4 viac7temp.4
+	pcibios.4 pnpbios.4 rdcide.4 rdcpcib.4 spic.4 viac7temp.4
 MLINKS=	mem.4 kmem.4
 MLINKS+=lpt.4 lpa.4
 MLINKS+=pcibios.4 PCIBIOS.4

Added files:

Index: src/share/man/man4/man4.i386/rdcide.4
diff -u /dev/null src/share/man/man4/man4.i386/rdcide.4:1.1
--- /dev/null	Mon Apr  4 17:26:24 2011
+++ src/share/man/man4/man4.i386/rdcide.4	Mon Apr  4 17:26:24 2011
@@ -0,0 +1,54 @@
+.\"	$NetBSD: rdcide.4,v 1.1 2011/04/04 17:26:24 bouyer Exp $
+.\"
+.\" Copyright (c) 2011 Manuel Bouyer.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd April 4, 2011
+.Dt RDCIDE 4
+.Os
+.Sh NAME
+.Nm rdcide
+.Nd RDC IDE disk controllers driver
+.Sh SYNOPSIS
+.Cd "rdcide* at pci? dev ? function ? flags 0x0000"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the RDC IDE controller as found in the vortex86 and PMX-1000
+system on chip, and provides the interface with the hardware for the
+.Xr ata 4
+driver.
+.Pp
+The 0x0002 flag forces the
+.Nm
+driver to disable DMA on chipsets for which DMA would normally be
+enabled.
+This can be used as a debugging aid, or to work around
+problems where the IDE controller is wired up to the system incorrectly.
+.Sh SEE ALSO
+.Xr ata 4 ,
+.Xr atapi 4 ,
+.Xr intro 4 ,
+.Xr pci 4 ,
+.Xr pciide 4 ,
+.Xr wd 4 ,
+.Xr wdc 4
Index: src/share/man/man4/man4.i386/rdcpcib.4
diff -u /dev/null src/share/man/man4/man4.i386/rdcpcib.4:1.1
--- /dev/null	Mon Apr  4 17:26:24 2011
+++ src/share/man/man4/man4.i386/rdcpcib.4	Mon Apr  4 17:26:24 2011
@@ -0,0 +1,49 @@
+.\"	$NetBSD: rdcpcib.4,v 1.1 2011/04/04 17:26:24 bouyer Exp $
+.\"
+.\" Copyright (c) 2011 Manuel Bouyer.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd April 4, 2011
+.Dt RDCPCIB 4
+.Os
+.Sh NAME
+.Nm rdcpcib
+.Nd RDC PCI/ISA bridge and watchdog timer driver
+.Sh SYNOPSIS
+.Cd "rdcpcib* at pci? dev ? function ?"
+.Cd "isa0 at rdcide?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the PCI/ISA bridge and watchdog timer as found in RDC's
+vortex86 and PMX-1000 system on chip.
+The watchdog timer may be configured for expiration periods between one and
+512 seconds.
+.Sh DIAGNOSTIC
+.Bl -diag
+.It "rdcpcib0: watchdog fired bit set, clearing"
+A bit was set in the watchdog's timer registers indicating that it has reached
+the configured timeout at last once.
+This probably means this boot has been triggered by a watchdog timeout.
+.El
+.Sh SEE ALSO
+.Xr wdogctl 8

Reply via email to