CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/11/29 16:36:34
Modified files:
sys/conf : files
sys/dev/pci : files.pci
Added files:
sys/dev/ic : rtsx.c rtsxreg.h rtsxvar.h
sys/dev/pci : rtsx_pci.c
Log message:
Add rtsx(4), a new driver for the Realtek RTS5209 card reader.
This card reader does not comply to the standard SDHC interface
supported by sdhc(4) and hence requires a custom driver.
With help from uwe and mikeb. Useful hints were also provided by the
author of the corresponding Linux driver (wwang at realsil com cn),
thanks a lot! Tested by myself and weerd on i386 and amd64.