freebsd-dev/sys/dev
Warner Losh a94a63f0a6 An MMC/SD/SDIO stack using CAM
Implement the MMC/SD/SDIO protocol within a CAM framework. CAM's
flexible queueing will make it easier to write non-storage drivers
than the legacy stack. SDIO drivers from both the kernel and as
userland daemons are possible, though much of that functionality will
come later.

Some of the CAM integration isn't complete (there are sleeps in the
device probe state machine, for example), but those minor issues can
be improved in-tree more easily than out of tree and shouldn't gate
progress on other fronts. Appologies to reviews if specific items
have been overlooked.

Submitted by: Ilya Bakulin
Reviewed by: emaste, imp, mav, adrian, ian
Differential Review: https://reviews.freebsd.org/D4761

merge with first commit, various compile hacks.
2017-07-09 16:57:24 +00:00
..
aac Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
aacraid Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
acpi_support
acpica Defer ACPI taskqueue creation to SI_SUB_KICK_SCHEDULER. 2017-07-05 17:39:17 +00:00
adb
adlink
advansys
ae Fix a potentially forever loop. 2017-04-14 02:24:02 +00:00
age Remove dead code. 2017-04-14 08:27:42 +00:00
agp
aha
ahci Add some device IDs for Intel Denverton SoCs. 2017-06-21 00:30:57 +00:00
aic
aic7xxx Fix LUN enabling on wildcard target, as done by CTL. 2017-02-26 19:25:33 +00:00
al_eth
alc
ale
alpm
altera
amd_ecc_inject add a module that provides support for DRAM ECC error injection on AMD CPUs 2017-03-03 22:51:04 +00:00
amdpm
amdsbwd
amdsmb
amdtemp
amr
an
arcmsr
asmc
ata
ath [ath_hal] if building with ALQ, ensure we actually depend upon ALQ. 2017-06-29 03:59:02 +00:00
atkbdc psm: add support for evdev protocol 2017-05-29 20:43:00 +00:00
auxio
axgbe
bce
beri
bfe
bge
bhnd [mips] [bhnd] Support of old PMU for BMIPS and siba SoC 2017-05-28 12:05:16 +00:00
bktr ioctl METEORGBRIG in bktr_core.c forgets to add 128 to value 2017-06-27 03:57:31 +00:00
bm
bnxt bnxt(4) Enable LRO support, redux 2017-07-03 18:23:35 +00:00
buslogic
bvm
bwi Fix drivers that assume ticks starts at zero. These drivers all have logic 2017-07-06 17:03:22 +00:00
bwn bwn(4): Fix trivial null dereference 2017-04-06 17:08:59 +00:00
bxe 1. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync threads during interface down or detach. 2017-02-27 23:38:51 +00:00
cadence
cardbus
cas
ce
cesa Enable proper configuration of CESA MBUS windows 2017-05-19 08:19:39 +00:00
cfe
cfi [cfi] fix CFI flash reset command for MX29LV320T/B. 2017-05-06 05:52:01 +00:00
chromebook_platform
ciss
cm
cmx
coretemp
cp
cpuctl Update the list of cpudev ioctls which require write access. 2017-03-19 21:25:27 +00:00
cpufreq
cs Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
ctau
cx
cxgb Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
cxgbe cxgbe/t4_tom: Do not include space taken by the TCP timestamp option in 2017-06-27 22:05:06 +00:00
cy Revert r317446 and bring back cy(4). 2017-04-27 16:14:32 +00:00
cyapa
dc
dcons
de
dme
dpaa Use UMA_ALIGN_PTR to specify pointer alignment 2017-05-12 04:10:02 +00:00
dpms
dpt
drm Switch prison check from PROV_DRIVER to PRIV_KMEM_WRITE (like /dev/mem). 2017-07-09 06:50:15 +00:00
drm2 Don't bother enqueuing a page immediately before freeing it. 2017-05-18 18:37:19 +00:00
dwc
e1000 e1000api: misleading-indentation 2017-05-15 16:53:02 +00:00
ed
efidev
ena Replace mbuf defragmentation with collapse 2017-07-04 00:10:29 +00:00
ep
esp
et
etherswitch Add support to 2.5G uplink for the MV88E6141 and MV88E6341 switches. 2017-06-20 18:11:23 +00:00
evdev [evdev] Fix Right Alt and Keypad Enter event codes for atkbd(4) and kbdmux(4) drivers 2017-03-12 19:28:44 +00:00
ex remove archaic register keyword from ixgb and ex 2017-04-06 17:16:41 +00:00
exca
extres Export a sysctl dev.<clkdom>.<unit>.clocks for each clock domain containing 2017-03-05 07:13:29 +00:00
fb Write-combine framebuffer writes through user-space mappings, if possible. 2017-04-20 15:18:15 +00:00
fdc Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
fdt Set the correct default for #address-cells variable when the property does 2017-04-30 07:31:48 +00:00
fe
ffec Convert from local code and constants for mac<->phy connection type to new 2017-06-11 00:44:19 +00:00
filemon
firewire firewire/sbp: try to improve locking, plus a few style nits 2017-03-07 16:07:52 +00:00
flash [mx25l] add new device ids. 2017-05-06 06:08:44 +00:00
fxp Remove unnecessary comparison. 2017-04-14 02:33:26 +00:00
gem
glxiic
glxsb
gpio
gxemul
hdmi
hifn
hme
hpt27xx
hptiop
hptmv hptmv: avoid gcc variably-modified warning 2017-07-06 05:32:22 +00:00
hptnr
hptrr
hwpmc Fix INVARIANTS debug code in HWPMC 2017-06-13 18:53:56 +00:00
hyperv Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
ic Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ichiic
ichsmb Add IDs for several missing Intel SMBus controllers. 2017-04-02 11:36:25 +00:00
ichwd Fixed TCO v3 tick convert 2017-03-01 05:18:43 +00:00
ida
if_ndis Fix regression in ndis(4) after r286410. This adds a bunch of checks for 2017-05-22 20:00:01 +00:00
iicbus Fix drivers that assume ticks starts at zero. These drivers all have logic 2017-07-06 17:03:22 +00:00
iir
intel
intpm
io
ioat ioat: don't specify inline for function with variable argument list 2017-03-04 12:51:57 +00:00
ipmi
ips
ipw
isci scif_sas_controller: Fix inverted logic range check 2017-03-13 17:58:08 +00:00
iscsi Listening sockets improvements. 2017-06-08 21:30:34 +00:00
iscsi_initiator
iser
isl
ismt
isp Switch fabric scans from GID_FT to GID_PT+GFF_ID/GFT_ID. 2017-07-03 15:56:45 +00:00
ispfw
iwi Fix drivers that assume ticks starts at zero. These drivers all have logic 2017-07-06 17:03:22 +00:00
iwm [iwm] Remove support for fw older than -17 and -22 2017-06-04 21:28:52 +00:00
iwn iwn: use correct mask for queue ids (0xf -> 0x1f). 2017-04-02 13:24:58 +00:00
ixgb Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
ixgbe ixgbe(4): Update HEAD (p3) to 3.2.12-k 2017-07-05 17:27:03 +00:00
ixl ixl(4)/ixlv(4): Fix some busdma tags and improper map NULL. 2017-06-10 18:56:30 +00:00
jedec_ts jedec_ts: add support for devices manufactured by IDT 2017-06-23 11:55:43 +00:00
jme Don't overwrite mapped bits. 2017-04-14 08:11:50 +00:00
joy
kbd
kbdmux
ksyms
le
led
lge Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
lmc
malo
mbox
mc146818
md Don't call vm_pager_page_unswapped() when writing or deleting a dirty page. 2017-06-14 03:55:11 +00:00
mdio
mem
mfi Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
mge
mii Add a driver for the Vitesse/Microsemi VSC8501 PHY. 2017-06-11 00:38:16 +00:00
mk48txx
mlx
mlx4 Update io-mapping.h in the LinuxKPI. 2017-06-21 18:20:17 +00:00
mlx5 Update io-mapping.h in the LinuxKPI. 2017-06-21 18:20:17 +00:00
mly
mmc An MMC/SD/SDIO stack using CAM 2017-07-09 16:57:24 +00:00
mn
mpr Fix several problems with mapping code. 2017-05-25 19:20:06 +00:00
mps Fix several problems with mapping code. 2017-05-25 19:14:44 +00:00
mpt mpt.h: macro parenthesization 2017-06-30 22:06:24 +00:00
mrsas
mse Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
msk Remove unnecessary assignment. 2017-04-14 07:27:23 +00:00
mvs
mwl
mxge
my Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
nand The nandsim(4) simulator driver doesn't have any protection against 2017-05-04 20:42:31 +00:00
ncr
nctgpio
ncv
neta Allow the use of extended media types with if_mvneta, so it can report 2.5G 2017-06-20 18:14:56 +00:00
netfpga10g/nf10bmac
netmap Update the current version of netmap to bring it in sync with the github 2017-06-12 22:53:18 +00:00
nfe
nfsmb
nge
nmdm Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
nsp
ntb Report NTB link speed to console and interface. 2017-04-23 14:25:51 +00:00
null
nvd
nvme Add new definitions for namespaces. 2017-06-27 20:24:39 +00:00
nvram
nvram2env
nxge
oce
ofw Update comment ot reflect realilty, we know also take care of CPUs that 2017-04-20 15:06:16 +00:00
otus net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parameters 2017-02-26 20:49:35 +00:00
ow
pbio
pccard
pccbb
pcf
pci Various fixes for PCI _OSC handling so HotPlug works again. 2017-04-27 16:32:42 +00:00
pcn Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
pdq
pms
powermac_nvram
ppbus Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
ppc Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
proto
psci arm: add .arch_extension sec for smc instruction 2017-06-18 00:08:38 +00:00
pst
pty
puc
qlnx/qlnxe Upgrade STORMFW to 8.30.0.0 and ecore version to 8.30.0.0 2017-06-15 02:45:43 +00:00
qlxgb Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
qlxgbe Release mtx hw_lock before calling pause() in qla_stop() and 2017-07-06 05:16:06 +00:00
qlxge Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
quicc
ral net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parameters 2017-02-26 20:49:35 +00:00
random Replace the RC4 algorithm for generating in-kernel secure random 2017-04-16 09:11:02 +00:00
rc
rccgpio
re
rl Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
rndtest
rp
rt [mips] [rt2880] Add oldest Ralink MIPS SOC RT2880 support code. 2017-05-06 06:20:34 +00:00
rtwn rtwn: add Rx descriptor structures for common code. 2017-07-06 07:37:33 +00:00
safe
sbni
scc
sdhci An MMC/SD/SDIO stack using CAM 2017-07-09 16:57:24 +00:00
sec
sf
sfxge
sge
siba
siis
sio Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
sis
sk
smbus
smc
sn
snp Commit the 64-bit inode project. 2017-05-23 09:29:05 +00:00
sound Declare the "snd_fxdiv_table" once. This shaves around 24Kbytes of 2017-05-25 05:23:47 +00:00
speaker Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
spibus [spigen] make spigen device ready to be compiled as a module 2017-03-09 01:00:27 +00:00
ste
stg
stge
sym
syscons Move open coding of construction of attributes for cut regions and 2017-07-09 12:13:37 +00:00
tdfx
terasic
ti
tl Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
tpm Remove dead code. 2017-04-06 22:21:49 +00:00
trm
tsec Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
twa Update tw_cl_share.h to allow 255 LUNs 2017-03-01 04:40:57 +00:00
twe
tws Increase the number of LUNs this hardware can support. 2017-05-17 13:22:13 +00:00
tx
txp Remove unnecessary check aginst NULL. txp_ext_command() with 2017-04-14 03:23:03 +00:00
uart Fix device lookup of for the stdout-path chosen property. 2017-06-02 14:01:17 +00:00
ubsec
usb Implement fix for BULK IN-token retry mechanism. When the hardware is 2017-07-07 12:03:58 +00:00
vge
viapm
viawd
videomode
virtio
vkbd
vmware/vmxnet3 fix vmxnet3 crash when LRO is enabled 2017-05-25 10:49:56 +00:00
vnic Rework BGX detection to support both new and old firmware 2017-03-31 18:04:34 +00:00
vr
vt Use nitems(..) when computing max instead of the longhand version of 2017-06-14 02:28:10 +00:00
vte
vx
vxge
watchdog Some cosmetic polishing for pre-timeouts. 2017-04-20 09:01:31 +00:00
wb Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
wbwd
wi Fix unreachable code in wi_pci_resume(). 2017-03-15 09:31:58 +00:00
wpi net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parameters 2017-02-26 20:49:35 +00:00
wtap
xdma Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
xe
xen Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
xilinx
xl Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00