From 758390b07153bff5f76ff861c8ac1809a0bbc77e Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 31 Jan 2009 21:51:30 +0100 Subject: device-table-minimal: add mmcblk0p7 (last allowed) - from Openmoko Wiki: - "The device nodes numbering schema provides minor numbers from 1 to 7 (/dev/mmcblk0p1 ... /dev/mmcblk0p7). Minor number 8 is the next physical device (/dev/mmcblk1). So we're restricted to a maximum of 7 accessible partitions" - see http://www.lanana.org/docs/device-list/devices-2.6+.txt --- files/device_table-minimal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/device_table-minimal.txt b/files/device_table-minimal.txt index cf1e5a287f..2f47b1f311 100644 --- a/files/device_table-minimal.txt +++ b/files/device_table-minimal.txt @@ -32,5 +32,5 @@ # mmc numbers are assigned dynamicly so if you have other dynamic assigned block devices it may be wrong /dev/mmcblk0 b 660 0 6 179 0 - - - -/dev/mmcblk0p b 660 0 6 179 1 1 1 7 +/dev/mmcblk0p b 660 0 6 179 1 1 1 8 /dev/event0 c 660 0 0 13 64 - - - -- cgit 1.2.3-korg