FreeBSD/src 67ca733 (r348805)sys/conf files kmod.mk, sys/dev/sdio sdiob.c sdio_subr.c

Add SDIO support.

Add a CAM-Newbus SDIO support module.  This works provides a newbus
infrastructure for device drivers wanting to use SDIO.  On the lower end
while it is connected by newbus to SDHCI, it talks CAM using the MMCCAM
framework to get to it.

This also duplicates the usbdevs framework to equally create sdiodev
header 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 weeks
Relnotes:       yes
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D19749
DeltaFile
+1,188-0sys/dev/sdio/sdiob.c
+265-0sys/tools/sdiodevs2h.awk
+227-0sys/dev/sdio/sdio_subr.c
+107-0sys/dev/sdio/sdio_subr.h
+92-0sys/dev/sdio/sdiob.h
+79-0sys/dev/sdio/sdio_if.m
+74-0sys/dev/sdio/sdiodevs
+13-0sys/conf/files
+12-0sys/conf/kmod.mk
+10-0sys/modules/sdio/Makefile
+1-0sys/modules/Makefile
+2,068-011 files

UnifiedSplitRaw