]> Pileus Git - ~andy/linux/blobdiff - drivers/mmc/imxmmc.c
Driver core: add device symlink back to sysfs
[~andy/linux] / drivers / mmc / imxmmc.c
index 2107f8a8605e8f25f2e1a46f6980a9a653aa57c5..b060d4bfba29b731a37653c79d361be5b82b3c83 100644 (file)
@@ -958,9 +958,10 @@ static int imxmci_probe(struct platform_device *pdev)
        /* MMC core transfer sizes tunable parameters */
        mmc->max_hw_segs = 64;
        mmc->max_phys_segs = 64;
-       mmc->max_sectors = 64;          /* default 1 << (PAGE_CACHE_SHIFT - 9) */
        mmc->max_seg_size = 64*512;     /* default PAGE_CACHE_SIZE */
+       mmc->max_req_size = 64*512;     /* default PAGE_CACHE_SIZE */
        mmc->max_blk_size = 2048;
+       mmc->max_blk_count = 65535;
 
        host = mmc_priv(mmc);
        host->mmc = mmc;