]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r270885, r270948
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 3 Sep 2014 20:07:26 +0000 (20:07 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 3 Sep 2014 20:07:26 +0000 (20:07 +0000)
commita2fb25526446c57fb2791905aff29e59a0827b6a
tree3ecb6b485397783d21f24f13d60b39d10a3e099c
parent32ab6fe9b2a0ddab39a3f4774307bb3dd0903592
MFC: r270885, r270948

- Nuke unused sdhci_softc.
- Static'ize sdhci_debug local to sdhci.c.
- Const'ify PCI device description strings.
- Nuke redundant resource ID members from sdhci_pci_softc.
- Nuke unused hw.sdhci_pci.debug tunable.
- Add support for using MSI instead of INTx, controllable via the tunable
  hw.sdhci.enable_msi (defaulting to on) and tested with a RICOH R5CE823 SD
  controller.
- Use NULL instead of 0 for pointers.

git-svn-id: svn://svn.freebsd.org/base/stable/10@271051 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
sys/arm/freescale/imx/imx_sdhci.c
sys/arm/ti/ti_sdhci.c
sys/dev/sdhci/sdhci.c
sys/dev/sdhci/sdhci.h
sys/dev/sdhci/sdhci_fdt.c
sys/dev/sdhci/sdhci_if.m
sys/dev/sdhci/sdhci_pci.c