*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: rtsx | Section: 4 | Source: FreeBSD | File: rtsx.4.gz
RTSX(4) FreeBSD Kernel Interfaces Manual RTSX(4) NAME rtsx - Realtek SD card reader SYNOPSIS To compile this driver into the kernel, place the following lines in the kernel configuration file: device mmc device mmcsd device rtsx Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf(5): mmc_load="YES" mmcsd_load="YES" rtsx_load="YES" DESCRIPTION The rtsx driver provides support for Realtek SD card reader. Driver attaches mmc bus on card insertion and detaches it on card removing. HARDWARE The rtsx driver supports different specification compatible chips. The following chips have been verified to work: o RTS5209 o RTS5227 o RTS5229 o RTS522A o RTS525A o RTS5260 o RTL8411B It should also work for: o RTS5249 o RTL8402 o RTL8411 SEE ALSO mmc(4), mmcsd(4) SD Specifications, Part 2, SD Host Controller, Simplified Specification, SanDisk Secure Digital Card. HISTORY The rtsx driver was ported from OpenBSD with modifications found in Linux and NetBSD. AUTHORS Henri Hennebert <[email protected]> Gary Jennejohn <[email protected]> Jesper Schmitz Mouridsen <[email protected]> CONTRIBUTORS Lutz Bichler <[email protected]> DEBUGGING INFORMATION dev.rtsx.0.debug_mask can be set with the following masks: o 0x01 - to show the basic flow of the driver, o 0x02 - to trace the SD commands, o 0x04 - to trace the tuning phase. BUGS o RTS522A on Lenovo T470p, card detection and read-only switch are reversed. This is solved by adding in loader.conf(5): dev.rtsx.0.inversion=1 The driver tries to automate those exceptions. If this automation is wrong, it can be avoided by adding in loader.conf(5): dev.rtsx.0.inversion=0 o Mounting a filesystem with write access on a card write protected may involve a kernel crash. o Suspend/Resume do not work under MMCCAM. o For some chips (e.g. RTS5260) after devctl disable/enable or kldunload/kldload the driver can't detect a card correctly. FreeBSD 14.1-RELEASE-p8 April 26, 2022 FreeBSD 14.1-RELEASE-p8

Navigation Options