diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-03-03 17:11:25 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-03-03 17:11:25 +0000 |
commit | 4049b57b3817404b35039f4f93594a191e27f78e (patch) | |
tree | 7c66738d5cadeabb5174517f709c68767a75f406 /share/man/man4/man4.zaurus | |
parent | 6d29a63ca8a8c2cc8b721d73a36265b8c9b424d6 (diff) |
Describe scoop and zssp drivers, mention apm(4), and say that saost is
used as a tick/stat clock, not RTC.
ok drahn@
Diffstat (limited to 'share/man/man4/man4.zaurus')
-rw-r--r-- | share/man/man4/man4.zaurus/Makefile | 5 | ||||
-rw-r--r-- | share/man/man4/man4.zaurus/pxaip.4 | 15 | ||||
-rw-r--r-- | share/man/man4/man4.zaurus/saost.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.zaurus/scoop.4 | 34 | ||||
-rw-r--r-- | share/man/man4/man4.zaurus/zssp.4 | 44 |
5 files changed, 97 insertions, 5 deletions
diff --git a/share/man/man4/man4.zaurus/Makefile b/share/man/man4/man4.zaurus/Makefile index af8e3a81cb8..c0fab0f5822 100644 --- a/share/man/man4/man4.zaurus/Makefile +++ b/share/man/man4/man4.zaurus/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2005/02/21 21:59:40 uwe Exp $ +# $OpenBSD: Makefile,v 1.5 2005/03/03 17:11:24 uwe Exp $ # TODO: aupxa(eventually) cpu MAN= apm.4 autoconf.4 intro.4 lcd.4 mem.4 \ - pxagpio.4 pxaintc.4 pxaip.4 pxapcic.4 saost.4 zkbd.4 + pxagpio.4 pxaintc.4 pxaip.4 pxapcic.4 saost.4 scoop.4 zkbd.4 \ + zssp.4 MLINKS+= mem.4 kmem.4 MANSUBDIR=zaurus diff --git a/share/man/man4/man4.zaurus/pxaip.4 b/share/man/man4/man4.zaurus/pxaip.4 index c9df993a7bf..7dfd25c31ef 100644 --- a/share/man/man4/man4.zaurus/pxaip.4 +++ b/share/man/man4/man4.zaurus/pxaip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pxaip.4,v 1.4 2005/02/07 06:26:55 david Exp $ +.\" $OpenBSD: pxaip.4,v 1.5 2005/03/03 17:11:24 uwe Exp $ .\" .\" Copyright (c) 2005, Miodrag Vallat. .\" All rights reserved. @@ -33,15 +33,19 @@ .Sh SYNOPSIS .Cd "pxaip0 at mainbus?" .Pp +.Cd "apm0 at pxaip?" .Cd "pxaintc0 at pxaip?" .Cd "pxagpio0 at pxaip?" .Cd "com0 at pxaip? addr 0x40100000 intr 22" .Cd "com1 at pxaip? addr 0x40200000 intr 21" .Cd "saost0 at pxaip? addr 0x40a00000 size 0x20" +.Cd "scoop0 at pxaip?" +.Cd "scoop1 at pxaip?" .Cd "ohci0 at pxaip? addr 0x4c000000 size 0x70 intr 3" .Cd "pxapcic0 at pxaip?" .Cd "lcd0 at pxaip?" .Cd "zkbd0 at pxaip?" +.Cd "zssp0 at pxaip?" .Sh DESCRIPTION The .Nm @@ -51,6 +55,8 @@ on the Intel PXA210, PXA250, PXA260 and PXA270 processors. Companion drivers provide access to the various resources: .Pp .Bl -tag -compact -width tenletters -offset indent +.It Xr apm 4 +Power manager. .It Xr com 4 NS16550-compatible asynchronous serial ports. .It Xr lcd 4 @@ -65,10 +71,15 @@ INTC interrupt controller. PCMCIA controller. .It Xr saost 4 Built-in timer, compatible with the SA-1110 processor timer. +.It Xr scoop 4 +Compact Flash slot and GPIO controller. .It Xr zkbd 4 System keyboard. +.It Xr zssp 4 +SSP for inter-chip communication. .El .Sh SEE ALSO +.Xr apm 4 , .Xr autoconf 4 , .Xr com 4 , .Xr lcd 4 , @@ -77,7 +88,9 @@ System keyboard. .Xr pxaintc 4 , .Xr pxapcic 4 , .Xr saost 4 , +.Xr scoop 4 , .Xr zkbd 4 , +.Xr zssp 4 , .Xr config 8 .Sh HISTORY Support for the PXA2x0 family appeared in diff --git a/share/man/man4/man4.zaurus/saost.4 b/share/man/man4/man4.zaurus/saost.4 index 0976fb63359..83334f93e72 100644 --- a/share/man/man4/man4.zaurus/saost.4 +++ b/share/man/man4/man4.zaurus/saost.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: saost.4,v 1.1 2005/01/04 16:39:13 miod Exp $ +.\" $OpenBSD: saost.4,v 1.2 2005/03/03 17:11:24 uwe Exp $ .\" .\" Copyright (c) 2005, Miodrag Vallat. .\" All rights reserved. @@ -39,7 +39,7 @@ driver uses the .Dq OS timer found on the SA-11x0 .Pq XScale -processors as a realtime clock source for the system. +processors as a tick/stat clock source for the system. .Sh SEE ALSO .Xr autoconf 4 , .Xr pxaip 4 , diff --git a/share/man/man4/man4.zaurus/scoop.4 b/share/man/man4/man4.zaurus/scoop.4 new file mode 100644 index 00000000000..23d12070778 --- /dev/null +++ b/share/man/man4/man4.zaurus/scoop.4 @@ -0,0 +1,34 @@ +.\" $OpenBSD: scoop.4,v 1.1 2005/03/03 17:11:24 uwe Exp $ +.\" +.\" Copyright (c) 2005 Uwe Stuehler <uwe@bsdx.de> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd February 28, 2005 +.Dt SCOOP 4 zaurus +.Os +.Sh NAME +.Nm scoop +.Nd controller of Compact Flash slots and GPIO +.Sh SYNOPSIS +.Cd "scoop0 at pxaip?" +.Cd "scoop1 at pxaip?" +.Sh DESCRIPTION +The +.Nm +driver controls some functions of the Compact Flash slots, and sixteen general +purpose I/O pins. +.Sh SEE ALSO +.Xr autoconf 4 , +.Xr pxaip 4 , +.Xr config 8 diff --git a/share/man/man4/man4.zaurus/zssp.4 b/share/man/man4/man4.zaurus/zssp.4 new file mode 100644 index 00000000000..5a39192d137 --- /dev/null +++ b/share/man/man4/man4.zaurus/zssp.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: zssp.4,v 1.1 2005/03/03 17:11:24 uwe Exp $ +.\" +.\" Copyright (c) 2005 Uwe Stuehler <uwe@bsdx.de> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd February 28, 2005 +.Dt ZSSP 4 zaurus +.Os +.Sh NAME +.Nm zssp +.Nd SSP for inter-chip communication +.Sh SYNOPSIS +.Cd "zssp0 at pxaip?" +.Sh DESCRIPTION +The +.Nm +driver controls the dedicated SSP unit, which is connected to three companion +chips in the zaurus. +.Pp +The three companion chips are: +.Pp +.Bl -tag -compact -width tenletters +.It MAX1111 +ADC for reading the battery voltage. +.It ADS7846 +Touch-screen controller. +.It LZ9JG18 +DAC to adjust the backlight brightness. +.El +.Sh SEE ALSO +.Xr autoconf 4 , +.Xr pxaip 4 , +.Xr config 8 |