diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-10-03 20:14:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-10-03 20:14:35 +0000 |
commit | 1ba4fcd431feb9e8c346e26a1bedce567a5e2049 (patch) | |
tree | c58fc4ab177ad7eeb58a2ff19c97c5833ce1d4cc | |
parent | b4264f3c3cd28d733605b30806a412b8953659fc (diff) |
wbsd(4)
-rw-r--r-- | share/man/man4/Makefile | 8 | ||||
-rw-r--r-- | share/man/man4/wbsd.4 | 56 |
2 files changed, 60 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 3302657de6a..0ccde289aba 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.491 2009/09/08 17:52:17 michele Exp $ +# $OpenBSD: Makefile,v 1.492 2009/10/03 20:14:34 kettenis Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -59,9 +59,9 @@ MAN= aac.4 ac97.4 acphy.4 \ uts.4 uvideo.4 uvisor.4 uvscom.4 uyap.4 vga.4 vgafb.4 vge.4 \ viaenv.4 viapm.4 viasio.4 vic.4 video.4 vlan.4 vmt.4 vnd.4 vr.4 \ vscsi.4 \ - watchdog.4 wb.4 wbenv.4 wbng.4 wbsio.4 wd.4 wdc.4 we.4 wi.4tbl wpi.4 \ - wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 xe.4 xf86.4 xge.4 \ - xl.4 xmphy.4 yds.4 ym.4 zero.4 zyd.4 + watchdog.4 wb.4 wbenv.4 wbng.4 wbsd.4 wbsio.4 wd.4 wdc.4 we.4 \ + wi.4tbl wpi.4 wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \ + xe.4 xf86.4 xge.4 xl.4 xmphy.4 yds.4 ym.4 zero.4 zyd.4 MLINKS+=adv.4 advansys.4 adv.4 adw.4 MLINKS+=art.4 musycc.4 diff --git a/share/man/man4/wbsd.4 b/share/man/man4/wbsd.4 new file mode 100644 index 00000000000..36b9a0f824d --- /dev/null +++ b/share/man/man4/wbsd.4 @@ -0,0 +1,56 @@ +.\" $OpenBSD: wbsd.4,v 1.1 2009/10/03 20:14:34 kettenis Exp $ +.\" +.\" Copyright (c) 2009 Mark Kettenis <kettenis@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 $Mdocdate: October 3 2009 $ +.Dt WBSD 4 +.Os +.Sh NAME +.Nm wbsd +.Nd Winbond WD83L158D/WD83L159D SD Memory Card Interface +.Sh SYNOPSIS +.Cd "wbsd* at ebus?" +.Cd "sdmmc* at wbsd?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the SD Memory Card Interface of the +Winbond W83L518D/W83L519D Integrated Media Reader. +.Pp +The +.Xr sdmmc 4 +subsystem performs SD/MMC transactions to communicate with +whatever MMC, SD, SDHC, or SDIO devices are inserted into the SD slot. +.Sh SEE ALSO +.Xr intro 4 , +.Xr sdmmc 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Nx 6.0 . +.Ox +support was added in +.Ox 4.7 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Jared D. McNeill Aq jmcneill@invisible.ca +and ported to +.Ox +by +.An Mark Kettenis Aq kettenis@openbsd.org . |