Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Add pxaip(4) man page from Stephan Meisinger ...



details:   https://anonhg.NetBSD.org/src/rev/56e918aedadd
branches:  trunk
changeset: 822178:56e918aedadd
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Mar 06 09:06:01 2017 +0000

description:
Add pxaip(4) man page from Stephan Meisinger in PR misc/52033

diffstat:

 share/man/man4/Makefile |   6 +-
 share/man/man4/com.4    |   6 ++-
 share/man/man4/ohci.4   |   6 ++-
 share/man/man4/pxaip.4  |  97 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 108 insertions(+), 7 deletions(-)

diffs (182 lines):

diff -r afc2adff99aa -r 56e918aedadd share/man/man4/Makefile
--- a/share/man/man4/Makefile   Mon Mar 06 08:36:20 2017 +0000
+++ b/share/man/man4/Makefile   Mon Mar 06 09:06:01 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.633 2017/02/16 08:32:21 knakahara Exp $
+#      $NetBSD: Makefile,v 1.634 2017/03/06 09:06:01 pgoyette Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -50,8 +50,8 @@
        pad.4 pas.4 pcdisplay.4 pcf8563rtc.4 pciide.4 pckbc.4 pckbd.4 pcn.4 \
        pcppi.4 pcscp.4 pcweasel.4 pdcide.4 pdcsata.4 piixide.4 piixpcib.4 \
        piixpm.4 pim.4 plip.4 pm3fb.4 pms.4 pmu.4 pnaphy.4 ppbus.4 ppp.4 pppoe.4 \
-       pseye.4 ptcd.4 ptm.4 pty.4 puc.4 pud.4 puffs.4 pwdog.4 px.4 pxg.4 \
-       qe.4 qec.4 qsphy.4 \
+       pseye.4 ptcd.4 ptm.4 pty.4 puc.4 pud.4 puffs.4 pwdog.4 px.4 pxaip.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 rtsx.4 rtw.4 rtwn.4 rum.4 run.4 \
        s390rtc.4 satalink.4 sbus.4 scc.4 schide.4 \
diff -r afc2adff99aa -r 56e918aedadd share/man/man4/com.4
--- a/share/man/man4/com.4      Mon Mar 06 08:36:20 2017 +0000
+++ b/share/man/man4/com.4      Mon Mar 06 09:06:01 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: com.4,v 1.21 2012/04/29 07:27:19 tsutsui Exp $
+.\"    $NetBSD: com.4,v 1.22 2017/03/06 09:06:01 pgoyette Exp $
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"     from: @(#)dca.4        5.2 (Berkeley) 3/27/91
 .\"
-.Dd April 29, 2012
+.Dd March 4, 2017
 .Dt COM 4
 .Os
 .Sh NAME
@@ -62,6 +62,7 @@
 .Ss Arm32
 .Cd "com0 at mainbus? base 0x00210fe0"
 .Cd "com1 at mainbus? base 0x00210be0"
+.Cd "com0 at pxaip?"
 .Ss HP 9000/300 and 400 Series
 .Cd "com* at dio? scode ?"
 .Cd "com* at frodo? offset ?"
@@ -171,6 +172,7 @@
 .Xr pcmcom 4 ,
 .Xr pnpbios 4 ,
 .Xr puc 4 ,
+.Xr pxaip 4 ,
 .Xr rtfps 4 ,
 .Xr tty 4 ,
 .Xr xirc 4 ,
diff -r afc2adff99aa -r 56e918aedadd share/man/man4/ohci.4
--- a/share/man/man4/ohci.4     Mon Mar 06 08:36:20 2017 +0000
+++ b/share/man/man4/ohci.4     Mon Mar 06 09:06:01 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ohci.4,v 1.8 2008/04/30 13:10:54 martin Exp $
+.\" $NetBSD: ohci.4,v 1.9 2017/03/06 09:06:01 pgoyette Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 25, 1998
+.Dd March 4, 2017
 .Dt OHCI 4
 .Os
 .Sh NAME
@@ -37,6 +37,8 @@
 .Cd "ohci*    at cardbus? function ?"
 .Cd "ohci*    at pci? dev ? function ?"
 .Cd "usb*     at ohci?"
+.Ss Arm32
+.Cd "ohci0    at pxaip?"
 .Sh DESCRIPTION
 The
 .Nm
diff -r afc2adff99aa -r 56e918aedadd share/man/man4/pxaip.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/pxaip.4    Mon Mar 06 09:06:01 2017 +0000
@@ -0,0 +1,97 @@
+.\"    $NetBSD: pxaip.4,v 1.1 2017/03/06 09:06:01 pgoyette Exp $
+.\"
+.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Steve Woodford.
+.\"
+.\" 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 NETBSD FOUNDATION, INC. 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 FOUNDATION 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.
+.\"
+.Dd March 5, 2017
+.Dt PXAIP 4
+.Os
+.Sh NAME
+.Nm pxaip
+.Nd Intel Xscale PXA250/PXA270 Onboard Peripheral Bus
+.Sh SYNOPSIS
+.Cd "pxaip0 at mainbus?"
+.Sh DESCRIPTION
+.Nm
+is a on-board peripheral bus found in XScale PXA250, PXA255, PXA270, PXA271
+and PXA272 processors manufactured by Intel and Marvell Technology.
+Drivers are available for the following peripherals:
+.Bl -tag -width -pcdisplay -offset indent
+.It com
+NS16650-compatible serial ports.
+.It gxiic
+Gumstix Inter IC controller.
+.It gxio
+Gumstix I/O interface.
+.It lcd
+LCD controller.
+.It obio
+Onboard I/O interface.
+.It ohci
+USB OHCI host controller.
+.It pxaacu
+Intel Xscale PXA250/270 AC'97 audio device.
+.It pxadmac
+Intel XScale PXA250/270 DMA controller.
+.It pxagpio0
+Intel XScale PXA250/270 .Tn GPIO controller.
+.It pxaintc
+Intel XScale PXA250/270 interrupt controller.
+.It pxamci
+Intel XScale PXA250/270 SD/MMC card controller.
+.It pxapcic
+Intel XScale PXA250/270 .Tn PCMCIA controller.
+.It pxartc
+Intel XScale PXA250/270 real time clock.
+.It saost
+StrongARM SA-110 compatible OS timer.
+.It sm
+SMC91Cxx ethernet interface.
+.It zapm
+Sharp Zaurus power management controller.
+.It ziic
+Sharp Zaurus Inter IC controller
+.It zkbd
+Sharp Zaurus keyboard.
+.It zrc
+Sharp Zaurus remote controller.
+.El
+.Sh SEE ALSO
+.Xr com 4 ,
+.Xr ohci 4 ,
+.Xr sm 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Nx 2.0 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Steve Woodford
+.Aq scw%NetBSD.org@localhost .



Home | Main Index | Thread Index | Old Index