public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* typo in Documentation/devices.txt  ?
@ 2012-01-05  7:08 허종만
  2012-01-09  8:41 ` Aaron Lu
  0 siblings, 1 reply; 2+ messages in thread
From: 허종만 @ 2012-01-05  7:08 UTC (permalink / raw)
  To: linux-mmc


Hi, all..

Here is description for MMC block devices in Documentation/devices.txt :

    179 block       MMC block devices
                      0 = /dev/mmcblk0      First SD/MMC card
                      1 = /dev/mmcblk0p1    First partition on first MMC card
                      8 = /dev/mmcblk1      Second SD/MMC card
                      ^^^^^^^^^^^^^^^^^^
                    The start of next SD/MMC card can be configured with
                    CONFIG_MMC_BLOCK_MINORS, or overridden at boot/modprobe
                    time using the mmcblk.perdev_minors option. That would
                    bump the offset between each card to be the configured
                    value instead of the default 8.


Shouldn't  "8 = /dev/mmcblk1" be "9 = /dev/mmcblk1" ?

If we have 8 partitions on first MMC card, we need mmcblk0p1 ~ mmcblk0p8 devices, with minor number 1 ~ 8.
Am I misunderstanding?

Regards,
Jongman Heo.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-09  8:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05  7:08 typo in Documentation/devices.txt ? 허종만
2012-01-09  8:41 ` Aaron Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox