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/
Add opt_cam.h so we can build this outside of a kernel build.
Add SDIO support.Add a CAM-Newbus SDIO support module. This works provides a newbusinfrastructure for device drivers wanting to use SDIO. On the lower endwhile it is connected by newbus to SDHC
Add SDIO support.Add a CAM-Newbus SDIO support module. This works provides a newbusinfrastructure for device drivers wanting to use SDIO. On the lower endwhile it is connected by newbus to SDHCI, it talks CAM using the MMCCAMframework to get to it.This also duplicates the usbdevs framework to equally create sdiodevheader files with #defines for "vendors" and "products".Submitted by: kibab (initial work, see https://reviews.freebsd.org/D12467)Reviewed by: kibab, imp (comments on earlier version)MFC after: 6 weeksRelnotes: yesSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D19749
show more ...