[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Possible bug in libchip/i2c/spi-sd-card.c [Finally works!]
- Date: Thu, 15 Jan 2009 23:52:34 -0500
- From: gds at chartertn.net (Gene Smith)
- Subject: Possible bug in libchip/i2c/spi-sd-card.c [Finally works!]
Gene Smith wrote, On 01/15/2009 10:47 PM:
<snip>
> }
> } else if (req == RTEMS_BLKDEV_CAPABILITIES) {
> /* causes bdbuf to only do single block writes to flash */
<snip>
The comment should actually say:
/* allows multiple SD/MMC block writes to occur only when block
numbers are sequential. Otherwise single block writes occur. */
I originally thought only single block writes would occur.