SDHCI(4): Delete

Delete heavily modified SDHCI(4) support.  It must be re-imported from a
later FreeBSD version on demand.
This commit is contained in:
Sebastian Huber
2016-11-09 10:26:17 +01:00
parent c00312af93
commit 6254bf40b3
4 changed files with 0 additions and 2100 deletions

View File

@@ -372,14 +372,12 @@ def mmc(mm):
'sys/dev/mmc/mmcbrvar.h',
'sys/dev/mmc/mmcreg.h',
'sys/dev/mmc/mmcvar.h',
'sys/dev/sdhci/sdhci.h',
]
)
mod.addKernelSpaceSourceFiles(
[
'sys/dev/mmc/mmc.c',
'sys/dev/mmc/mmcsd.c',
'sys/dev/sdhci/sdhci.c',
],
mm.generator['source']()
)