diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-23 18:40:58 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-23 18:40:58 +0000 |
commit | 9817235e520fb52d65d72c753327443e28b4834b (patch) | |
tree | c14a2030b3ef4d62e6ad68b5e183bc6a4431d8b4 /share | |
parent | 9babacdc5d09c1660b9410572876f61437384b1c (diff) |
gscsio(4) man page.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/gscsio.4 | 60 |
2 files changed, 62 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 93a745078ff..0ed02e88e73 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.262 2004/05/23 18:37:06 grange Exp $ +# $OpenBSD: Makefile,v 1.263 2004/05/23 18:40:57 grange Exp $ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 \ aic.4 amdpm.4 ami.4 amphy.4 an.4 aria.4 ast.4 atalk.4 \ @@ -10,7 +10,7 @@ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 \ drum.4 eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 \ emu.4 enc.4 ep.4 esa.4 esis.4 eso.4 ess.4 exphy.4 \ faith.4 fd.4 fdc.4 fms.4 fpa.4 fxp.4 gdt.4 gem.4 gif.4 \ - gpr.4 gre.4 gtp.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 \ + gpr.4 gre.4 gscsio.4 gtp.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 \ hme.4 hsq.4 icmp.4 icmp6.4 icsphy.4 idp.4 ifmedia.4 \ iha.4 iic.4 inet.4 inet6.4 inphy.4 iop.4 iophy.4 ioprbs.4 \ iopsp.4 ip.4 ip6.4 ipcomp.4 ipsec.4 isa.4 isapnp.4 \ diff --git a/share/man/man4/gscsio.4 b/share/man/man4/gscsio.4 new file mode 100644 index 00000000000..3d49e11bd58 --- /dev/null +++ b/share/man/man4/gscsio.4 @@ -0,0 +1,60 @@ +.\" $OpenBSD: gscsio.4,v 1.1 2004/05/23 18:40:57 grange Exp $ +.\" +.\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> +.\" +.\" 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 May 16, 2004 +.Dt GSCSIO 4 +.Os +.Sh NAME +.Nm gscsio +.Nd National Semiconductor Geode SC1100 Super I/O +.Sh SYNOPSIS +.Cd "gscsio* at isa?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the National Semiconductor Geode SC1100 +System-on-Chip Super I/O module. +The Super I/O (SIO) module incorporates one serial port, an infrared +communication port, two ACCESS.bus interface (ACB) ports, system wakeup +control (SWC), and a real-time clock (RTC). +Only ACCESS.bus interface is supported now. +.Pp +ACB is a two-wire synchronous serial interface compatible with the +Philips' +.Tn I2C +bus, and can be accessed through the +.Xr iic 4 +framework. +The +.Nm +driver +programms ACB port to work with a standard +.Tn I2C +frequency 100kHz. +.Sh SEE ALSO +.Xr iic 4 , +.Xr intro 4 , +.Xr isa 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 3.6 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Alexander Yurchenko Aq grange@openbsd.org . |