summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2012-10-16 01:10:43 +0000
committergonzo <gonzo@FreeBSD.org>2012-10-16 01:10:43 +0000
commit36548e3e1a5ab2b270c37de7a3d854943f266742 (patch)
tree76ca038984b5250992790c34d664fddc9d764af6 /UPDATING
parent867cb9c7c5cc7bd4b0932bfb72e53222b2059854 (diff)
downloadFreeBSD-src-36548e3e1a5ab2b270c37de7a3d854943f266742.zip
FreeBSD-src-36548e3e1a5ab2b270c37de7a3d854943f266742.tar.gz
Split sdhci driver in two parts: sdhci and sdhci_pci.
sdchi encapsulates a generic SD Host Controller logic that relies on actual hardware driver for register access. sdhci_pci implements driver for PCI SDHC controllers using new SDHCI interface No kernel config modifications are required, but if you load sdhc as a module you must switch to sdhci_pci instead.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ef0cabb..b37e30a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -24,6 +24,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20121015:
+ The sdhci driver was split in two parts: sdhci (generic SD Host
+ Controller logic) and sdhci_pci (actual hardware driver).
+ No kernel config modifications are required, but if you
+ load sdhc as a module you must switch to sdhci_pci instead.
+
20121014:
Import the FUSE kernel and userland support into base system.
OpenPOWER on IntegriCloud