[oe-commits] Andrea Adami : device-table-minimal: add mmcblk0p7 (last allowed)

GIT User account git at amethyst.openembedded.net
Sat Jan 31 20:55:45 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 758390b07153bff5f76ff861c8ac1809a0bbc77e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=758390b07153bff5f76ff861c8ac1809a0bbc77e

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat Jan 31 21:51:30 2009 +0100

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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/files/device_table-minimal.txt b/files/device_table-minimal.txt
index cf1e5a2..2f47b1f 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	-	-	-





More information about the Openembedded-commits mailing list