diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-09-27 08:54:45 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-09-27 08:54:45 +0000 |
commit | 0b58f8252ddc218585e959a8b8f8a5e6b269a4d9 (patch) | |
tree | aba0802584ba2dae9c9f6de728d35e42efe8c198 /share | |
parent | 37bd670a754ae79c32a32aa3499a27ce62210856 (diff) |
Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/onewire.4 | 4 | ||||
-rw-r--r-- | share/man/man4/uow.4 | 49 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 4 |
4 files changed, 57 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index ae72018ae11..35c09acd83f 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.380 2006/09/20 07:19:10 mk Exp $ +# $OpenBSD: Makefile,v 1.381 2006/09/27 08:54:44 grange Exp $ MAN= aac.4 ac97.4 acx.4 acphy.4 acpi.4 acpibat.4 acpihpet.4 acpitimer.4 \ adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ @@ -45,7 +45,7 @@ MAN= aac.4 ac97.4 acx.4 acphy.4 acpi.4 acpibat.4 acpihpet.4 acpitimer.4 \ udav.4 udcf.4 udp.4 udsbr.4 \ ueagle.4 uftdi.4 ugen.4 uhci.4 uhid.4 uhidev.4 uipaq.4 uk.4 ukbd.4 \ ukphy.4 ulpt.4 umass.4 umct.4 umidi.4 umodem.4 ums.4 umsm.4 \ - unix.4 upl.4 uplcom.4 urio.4 url.4 urlphy.4 usb.4 uscanner.4 \ + unix.4 uow.4 upl.4 uplcom.4 urio.4 url.4 urlphy.4 usb.4 uscanner.4 \ uslcom.4 usscanner.4 uvisor.4 uvscom.4 uyap.4 vga.4 vgafb.4 vge.4 \ viaenv.4 viapm.4 viasio.4 vic.4 vlan.4 vnd.4 vr.4 watchdog.4 wb.4 \ wbenv.4 wd.4 wdc.4 we.4 wi.4tbl wpi.4 wscons.4 wsdisplay.4 wskbd.4 \ diff --git a/share/man/man4/onewire.4 b/share/man/man4/onewire.4 index 719caf75601..aec1d5cd1c3 100644 --- a/share/man/man4/onewire.4 +++ b/share/man/man4/onewire.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: onewire.4,v 1.2 2006/03/06 10:24:46 grange Exp $ +.\" $OpenBSD: onewire.4,v 1.3 2006/09/27 08:54:44 grange Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -45,6 +45,8 @@ The driver supports plugging and unplugging slave devices on the fly. .Bl -tag -width 10n -offset ind -compact .It Xr gpioow 4 1-Wire bus bit-banging through GPIO pin +.It Xr uow 4 +Maxim/Dallas DS2490 USB 1-Wire adapter .El .Sh SUPPORTED SLAVES .Bl -tag -width 10n -offset ind -compact diff --git a/share/man/man4/uow.4 b/share/man/man4/uow.4 new file mode 100644 index 00000000000..704b4626093 --- /dev/null +++ b/share/man/man4/uow.4 @@ -0,0 +1,49 @@ +.\" $OpenBSD: uow.4,v 1.1 2006/09/27 08:54:44 grange Exp $ +.\" +.\" Copyright (c) 2006 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 September 27, 2006 +.Dt UOW 4 +.Os +.Sh NAME +.Nm uow +.Nd Maxim/Dallas DS2490 USB 1-Wire adapter +.Sh SYNOPSIS +.Cd "uow* at uhub?" +.Cd "onewire* at uow?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Maxim/Dallas DS2490 USB 1-Wire adapter. +.Sh HARDWARE +The following adapters should work: +.Pp +.Bl -tag -width Ds -offset indent -compact +.It iButton DS9490/DS9490B/DS9490R +.El +.Sh SEE ALSO +.Xr intro 4 , +.Xr onewire 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.1 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Alexander Yurchenko Aq grange@openbsd.org . diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index ae70ca7f5f4..ab3534b3ae9 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.73 2006/09/21 15:50:49 jmc Exp $ +.\" $OpenBSD: usb.4,v 1.74 2006/09/27 08:54:44 grange Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -223,6 +223,8 @@ Gude ADS Expert mouseCLOCK DCF77 time signal receiver Generic driver for unknown .Tn USB devices +.It Xr uow 4 +Maxim/Dallas DS2490 USB 1-Wire adapter .It Xr upl 4 Prolific based host-to-host adapters .It Xr uscanner 4 |