Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148859711
D15888.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
511 B
Referenced Files
None
Subscribers
None
D15888.diff
View Options
Index: head/sys/cam/mmc/mmc_da.c
===================================================================
--- head/sys/cam/mmc/mmc_da.c
+++ head/sys/cam/mmc/mmc_da.c
@@ -1778,6 +1778,7 @@
mmcio->cmd.data->flags = (bp->bio_cmd == BIO_READ ? MMC_DATA_READ : MMC_DATA_WRITE);
/* Direct h/w to issue CMD12 upon completion */
if (count > 1) {
+ mmcio->cmd.data->flags |= MMC_DATA_MULTI;
mmcio->stop.opcode = MMC_STOP_TRANSMISSION;
mmcio->stop.flags = MMC_RSP_R1B | MMC_CMD_AC;
mmcio->stop.arg = 0;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 21, 2:25 PM (9 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30031147
Default Alt Text
D15888.diff (511 B)
Attached To
Mode
D15888: Set MMC_DATA_MULTI flag when doing multi-block transfers
Attached
Detach File
Event Timeline
Log In to Comment