[BACK]Return to sdio.8 CVS log [TXT][DIR] Up to [local] / src / usr.sbin / sdio

File: [local] / src / usr.sbin / sdio / Attic / sdio.8 (download)

Revision 1.4, Thu May 31 19:20:29 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.3: +2 -2 lines

convert to new .Dd format;

.\"	$OpenBSD: sdio.8,v 1.4 2007/05/31 19:20:29 jmc Exp $
.\"
.\" Uwe Stuehler, 2006. Public Domain.
.\"
.Dd $Mdocdate: May 31 2007 $
.Dt SDIO 8
.Os
.Sh NAME
.Nm sdio
.Nd SD/MMC/SDIO interface
.Sh SYNOPSIS
.Nm sdio
.Fl c Ar index argument response_type
.Op Ar data ...
.Nm sdio
.Fl d Ar debug_flags
.Sh DESCRIPTION
The
.Nm
program provides command-level access to SD/MMC and SDIO cards.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Xo
.Fl c Ar index argument response_type
.Op Ar data ...
.Xc
Sends arbitrary commands to the card.
.It Fl d Ar debug_flags
The
.Fl d
option sets the debug level for the SD/MMC subsystem and
.Ar debug_flags
is a 16-bit value.
The low byte sets the debug level for
.Xr sdmmc 4 ,
the high byte sets the debug level for
.Xr sdhc 4
or other host controller drivers.
.El
.\" .Sh MMC/SD/SDIO COMMANDS
.Sh SEE ALSO
.Xr intro 8
.Sh HISTORY
The
.Nm
program first appeared in
.Ox 4.1 .
.Sh AUTHORS
.An -nosplit
The
.Nm
program was written by
.An Uwe Stuehler Aq uwe@openbsd.org .