[BACK]Return to sdhc.4 CVS log [TXT][DIR] Up to [local] / src / share / man / man4

File: [local] / src / share / man / man4 / sdhc.4 (download)

Revision 1.7, Thu Aug 6 10:10:16 2020 UTC (3 years, 10 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, HEAD
Changes since 1.6: +4 -3 lines

mention sdhc* at fdt?

.\"	$OpenBSD: sdhc.4,v 1.7 2020/08/06 10:10:16 jsg Exp $
.\"
.\" Theo de Raadt, 2006. Public Domain.
.\"
.Dd $Mdocdate: August 6 2020 $
.Dt SDHC 4
.Os
.Sh NAME
.Nm sdhc
.Nd SD Host Controller
.Sh SYNOPSIS
.Cd "sdhc* at acpi?"
.Cd "sdhc* at fdt?"
.Cd "sdhc* at pci?"
.Cd "sdmmc* at sdhc?"
.Sh DESCRIPTION
The
.Nm
driver provides support for SD controllers following the
SD Host Controller Standard Simplified Specification.
.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
.Ox 4.0 .
.Sh AUTHORS
.An -nosplit
The
.Nm
driver was written by
.An Uwe Stuehler Aq Mt uwe@openbsd.org .