NetBSD-Bugs archive

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

misc/52033: man page for pxaip



>Number:         52033
>Category:       misc
>Synopsis:       man page for pxaip
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    misc-bug-people
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 05 11:20:00 +0000 2017
>Originator:     Stephan Meisinger
>Release:        NetBSD 7.0.2
>Organization:
>Environment:
>Description:
No man page for pxaip
>How-To-Repeat:
man pxaip ;-)
>Fix:
Index: com.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/com.4,v
retrieving revision 1.21
diff -u -r1.21 com.4
--- com.4	29 Apr 2012 07:27:19 -0000	1.21
+++ com.4	5 Mar 2017 11:14:01 -0000
@@ -62,6 +62,7 @@
 .Ss Arm32
 .Cd "com0 at mainbus? base 0x00210fe0"
 .Cd "com1 at mainbus? base 0x00210be0"
+.Cd "com* 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 ,
Index: ohci.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/ohci.4,v
retrieving revision 1.8
diff -u -r1.8 ohci.4
--- ohci.4	30 Apr 2008 13:10:54 -0000	1.8
+++ ohci.4	5 Mar 2017 11:14:01 -0000
@@ -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
Index: pxaip.4
===================================================================
RCS file: pxaip.4
diff -N pxaip.4
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pxaip.4	5 Mar 2017 11:14:01 -0000
@@ -0,0 +1,99 @@
+.\"
+.\" 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?"
+.Pp
+.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
+.Pp
+.Sh HARDWARE
+.Nx includes drivers, sorted by driver name:
+.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