xref: /netbsd-src/share/man/man4/pxaip.4 (revision a79bc505d21c5c261302c365e8ef1df1df8e88fb)
1.\"	$NetBSD: pxaip.4,v 1.6 2018/05/09 08:04:06 wiz Exp $
2.\"
3.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Steve Woodford.
8.\"
9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions
11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright
13.\"    notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright
15.\"    notice, this list of conditions and the following disclaimer in the
16.\"    documentation and/or other materials provided with the distribution.
17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
30.Dd March 5, 2017
31.Dt PXAIP 4
32.Os
33.Sh NAME
34.Nm pxaip
35.Nd Intel Xscale PXA250/PXA270 Onboard Peripheral Controller
36.Sh SYNOPSIS
37.Cd "pxaip0 at mainbus?"
38.Sh DESCRIPTION
39.Nm
40is an on-board peripheral controller found in XScale PXA250, PXA255, PXA270,
41PXA271, and PXA272 processors manufactured by Intel and Marvell Technology.
42Drivers are available for the following peripherals:
43.Bl -tag -width -pcdisplay -offset indent
44.It com
45NS16650-compatible serial ports.
46.It gxiic
47Gumstix Inter IC controller.
48.It gxio
49Gumstix I/O interface.
50.It lcd
51LCD controller.
52.It obio
53Onboard I/O interface.
54.It ohci
55USB OHCI host controller.
56.It pxaacu
57Intel Xscale PXA250/270 AC'97 audio device.
58.It pxadmac
59Intel XScale PXA250/270 DMA controller.
60.It pxagpio0
61Intel XScale PXA250/270 GPIO controller.
62.It pxaintc
63Intel XScale PXA250/270 interrupt controller.
64.It pxamci
65Intel XScale PXA250/270 SD/MMC card controller.
66.It pxapcic
67Intel XScale PXA250/270 PCMCIA controller.
68.It pxartc
69Intel XScale PXA250/270 real time clock.
70.It saost
71StrongARM SA-110 compatible OS timer.
72.It sm
73SMC91Cxx Ethernet interface.
74.It zapm
75Sharp Zaurus power management controller.
76.It ziic
77Sharp Zaurus Inter IC controller
78.It zkbd
79Sharp Zaurus keyboard.
80.It zrc
81Sharp Zaurus remote controller.
82.El
83.Sh SEE ALSO
84.Xr com 4 ,
85.Xr evbarm/gxio 4 ,
86.Xr ohci 4 ,
87.Xr sm 4
88.Sh HISTORY
89The
90.Nm
91driver first appeared in
92.Nx 2.0 .
93.Sh AUTHORS
94.An -nosplit
95The
96.Nm
97driver was written by
98.An Steve Woodford
99.Aq Mt scw@NetBSD.org .
100This manual page was contributed by
101.An Stephan Meisinger .
102