Deleted Added
full compact
sdhci.4 (249373) sdhci.4 (267938)
1.\"
2.\" Copyright (c) 2008 Alexander Motin <mav@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\"
2.\" Copyright (c) 2008 Alexander Motin <mav@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/sdhci.4 249373 2013-04-11 18:46:41Z joel $
25.\" $FreeBSD: head/share/man/man4/sdhci.4 267938 2014-06-26 21:46:14Z bapt $
26.\"
27.Dd February 9, 2012
28.Dt SDHCI 4
29.Os
30.Sh NAME
31.Nm sdhci
32.Nd PCI SD Host Controller bridge driver
33.Sh SYNOPSIS

--- 41 unchanged lines hidden (view full) ---

75.El
76.Sh SEE ALSO
77.Xr mmc 4 ,
78.Xr mmcsd 4
79.Rs
80.%T "SD Specifications, Part 2, SD Host Controller, Simplified Specification"
81.Re
82.Sh AUTHORS
26.\"
27.Dd February 9, 2012
28.Dt SDHCI 4
29.Os
30.Sh NAME
31.Nm sdhci
32.Nd PCI SD Host Controller bridge driver
33.Sh SYNOPSIS

--- 41 unchanged lines hidden (view full) ---

75.El
76.Sh SEE ALSO
77.Xr mmc 4 ,
78.Xr mmcsd 4
79.Rs
80.%T "SD Specifications, Part 2, SD Host Controller, Simplified Specification"
81.Re
82.Sh AUTHORS
83.An Alexander Motin Aq mav@FreeBSD.org .
83.An Alexander Motin Aq Mt mav@FreeBSD.org
84.Sh BUGS
85Many of existing SD controller chips have some nonstandard requirements,
86proprietary registers and hardware bugs, requiring additional handling.
87ENE chips are handled to work fine, while some revisions of RICOH and TI
88controllers still do not see cards without some additional initialization.
84.Sh BUGS
85Many of existing SD controller chips have some nonstandard requirements,
86proprietary registers and hardware bugs, requiring additional handling.
87ENE chips are handled to work fine, while some revisions of RICOH and TI
88controllers still do not see cards without some additional initialization.