diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-28 17:22:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-28 17:22:49 +0000 |
commit | 63117f6b5a2b5f44674fa3ecb781353da57e1297 (patch) | |
tree | 24974f53513514e3ef646760ea4280e00c434d25 /share/man/man4/sdmmc.4 | |
parent | 90b89e27236906ec3f7f1897b01999737db91854 (diff) |
man pages for the SD subsystem
Diffstat (limited to 'share/man/man4/sdmmc.4')
-rw-r--r-- | share/man/man4/sdmmc.4 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/share/man/man4/sdmmc.4 b/share/man/man4/sdmmc.4 new file mode 100644 index 00000000000..1f7d655ccd0 --- /dev/null +++ b/share/man/man4/sdmmc.4 @@ -0,0 +1,39 @@ +.\" $OpenBSD: sdmmc.4,v 1.1 2006/05/28 17:22:48 deraadt Exp $ +.\" +.\" Theo de Raadt, 2006. Public Domain. +.\" +.Dd May 28, 2006 +.Dt SDMMC 4 +.Os +.Sh NAME +.Nm sdmmc +.Nd SD Host Controller +.Sh SYNOPSIS +.Cd "sdmmc* at sdhc?" +.Cd "scsibus* at sdmmc?" +.Sh DESCRIPTION +The +.Nm +subsystem provides machine-independent bus support and drivers for +SD/MMC devices. +.Pp +Standard SD memory devices will as a fake scsi disk, using +.Xr scsibus 4 +and +.Xr sd 4 . +.Sh SEE ALSO +.Xr intro 4 , +.Xr scsibus 4 , +.Xr sdhc 4 , +.Xr sd 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.0 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Uwe Stuehler Aq uwe@openbsd.org . |