sdhci(4): Recognize the Texas Instruments PCIxx12 card reader.

PR:		248650
Submitted by:	Lars Herschke <lhersch@dssgmbh.de>
MFC after:	1 week
This commit is contained in:
Mark Johnston 2020-08-25 18:32:43 +00:00
parent 4d5d720178
commit e38788f06c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364779
2 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 9, 2012
.Dd August 25, 2020
.Dt SDHCI 4
.Os
.Sh NAME
@ -71,7 +71,7 @@ RICOH R5C822
.It
RICOH R5CE823
.It
TI PCIXX21/XX11
TI PCIXX21/XX11/XX12
.El
.Sh SEE ALSO
.Xr mmc 4 ,

View File

@ -90,6 +90,9 @@ static const struct sdhci_device {
SDHCI_QUIRK_LOWER_FREQUENCY },
{ 0x8034104c, 0xffff, "TI XX21/XX11 SD",
SDHCI_QUIRK_FORCE_DMA },
{ 0x803c104c, 0xffff, "TI XX12 SD",
SDHCI_QUIRK_FORCE_DMA |
SDHCI_QUIRK_WAITFOR_RESET_ASSERTED },
{ 0x05501524, 0xffff, "ENE CB712 SD",
SDHCI_QUIRK_BROKEN_TIMINGS },
{ 0x05511524, 0xffff, "ENE CB712 SD 2",