Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add a man page for rdcpcib(4). While there move rdcide.4 to ...



details:   https://anonhg.NetBSD.org/src/rev/f6d9161bdce9
branches:  trunk
changeset: 763800:f6d9161bdce9
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Apr 04 17:26:23 2011 +0000

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

diffstat:

 distrib/sets/lists/man/mi          |   8 ++++-
 share/man/man4/Makefile            |   6 ++--
 share/man/man4/man4.i386/Makefile  |   4 +-
 share/man/man4/man4.i386/rdcide.4  |  54 ++++++++++++++++++++++++++++++++++++++
 share/man/man4/man4.i386/rdcpcib.4 |  49 ++++++++++++++++++++++++++++++++++
 5 files changed, 115 insertions(+), 6 deletions(-)

diffs (185 lines):

diff -r 70919b0611d8 -r f6d9161bdce9 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Mon Apr 04 17:09:39 2011 +0000
+++ b/distrib/sets/lists/man/mi Mon Apr 04 17:26:23 2011 +0000
@@ -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
diff -r 70919b0611d8 -r f6d9161bdce9 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Mon Apr 04 17:09:39 2011 +0000
+++ b/share/man/man4/Makefile   Mon Apr 04 17:26:23 2011 +0000
@@ -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 \
diff -r 70919b0611d8 -r f6d9161bdce9 share/man/man4/man4.i386/Makefile
--- a/share/man/man4/man4.i386/Makefile Mon Apr 04 17:09:39 2011 +0000
+++ b/share/man/man4/man4.i386/Makefile Mon Apr 04 17:26:23 2011 +0000
@@ -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
diff -r 70919b0611d8 -r f6d9161bdce9 share/man/man4/man4.i386/rdcide.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.i386/rdcide.4 Mon Apr 04 17:26:23 2011 +0000
@@ -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
diff -r 70919b0611d8 -r f6d9161bdce9 share/man/man4/man4.i386/rdcpcib.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.i386/rdcpcib.4        Mon Apr 04 17:26:23 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index