Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
rtsx: Convert driver to use the mmc_sim interfaceA lot more generic cam related things were done in mmc_sim so thissimplifies the driver a lot.Differential Revision: https://reviews.freebsd.org/
rtsx: Convert driver to use the mmc_sim interfaceA lot more generic cam related things were done in mmc_sim so thissimplifies the driver a lot.Differential Revision: https://reviews.freebsd.org/D32154Reviewed by: imp
show more ...
Port rtsx(4) driver for Realtek SD card reader from OpenBSD.This driver provides support for Realtek PCI SD card readers. It attachesmmc(4) bus on card insertion and detaches it on card removal.
Port rtsx(4) driver for Realtek SD card reader from OpenBSD.This driver provides support for Realtek PCI SD card readers. It attachesmmc(4) bus on card insertion and detaches it on card removal. It has beentested with RTS5209, RTS5227, RTS5229, RTS522A, RTS525A and RTL8411B. Itshould also work with RTS5249, RTL8402 and RTL8411.PR: 204521Submitted by: Henri Hennebert (hlh at restart dot be)Reviewed by: imp, jkimDifferential Revision: https://reviews.freebsd.org/D26435