Sync usage with man page.
[netbsd-mini2440.git] / share / man / man4 / man4.i386 / gscpcib.4
blob14463c2b0bf1d72318041c1788184e0a7c9fb62e
1 .\" $NetBSD: gscpcib.4,v 1.3 2005/09/27 19:07:17 wiz Exp $
2 .\"     $OpenBSD: gscpcib.4,v 1.4 2005/01/20 22:08:01 jmc Exp $
3 .\"
4 .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
5 .\"
6 .\" Permission to use, copy, modify, and distribute this software for any
7 .\" purpose with or without fee is hereby granted, provided that the above
8 .\" copyright notice and this permission notice appear in all copies.
9 .\"
10 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 .\"
18 .Dd August 19, 2009
19 .Dt GSCPCIB 4 i386
20 .Os
21 .Sh NAME
22 .Nm gscpcib
23 .Nd National Semiconductor Geode SC1100 PCI-ISA bridge with GPIO
24 .Sh SYNOPSIS
25 .Cd "gscpcib* at pci?"
26 .Cd "isa* at gscpcib?"
27 .Cd "gpio* at gscpcib?"
28 .Sh DESCRIPTION
29 The
30 .Nm
31 driver provides support for the National Semiconductor Geode SC1100
32 System-on-Chip
33 .Tn PCI-ISA
34 bridge.
35 This device is a
36 .Tn PCI-ISA
37 bridge, but with some additional sub-devices.
38 Besides the core
39 .Xr pcib 4
40 functionality, the
41 .Nm
42 driver provides support for the
43 .Tn GPIO
44 interface of this device.
45 .Pp
46 The device has 64 I/O pins which can be accessed through the
47 .Xr gpio 4
48 framework.
49 The
50 .Xr gpioctl 8
51 program provides a convenient way to manipulate these pins from userland.
52 .Sh SEE ALSO
53 .Xr gpio 4 ,
54 .Xr intro 4 ,
55 .Xr isa 4 ,
56 .Xr pci 4 ,
57 .Xr pcib 4 ,
58 .Xr gpioctl 8
59 .Sh HISTORY
60 The
61 .Nm
62 driver first appeared in
63 .Ox 3.6
64 and
65 .Nx 4.0 .
66 .Sh AUTHORS
67 .An -nosplit
68 The
69 .Nm
70 driver was written by
71 .An Alexander Yurchenko Aq grange@openbsd.org
72 and was ported to
73 .Nx
75 .An Jared D. McNeill Aq jmcneill@NetBSD.org .