aboutsummaryrefslogtreecommitdiffstats
path: root/files/device_table-minimal.txt
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-10-22 00:24:55 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-10-22 00:31:06 +0200
commita61d083034bc8a47a54bcc29f007643e374b8376 (patch)
tree76f0ded2a9795af551968f2e000d9619e910c9b4 /files/device_table-minimal.txt
parent243600420c28acd7ef4b2dfc46862f9151972657 (diff)
downloadopenembedded-a61d083034bc8a47a54bcc29f007643e374b8376.tar.gz
device_table(s): fix the 'count' field in device_tables. Line up to the new 'count' field semantics in makedevs, it now means "number of device nodes to create" opposed to the old meaning "number of device nodes to create as if the 'start' field was 0".
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Diffstat (limited to 'files/device_table-minimal.txt')
-rw-r--r--files/device_table-minimal.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/device_table-minimal.txt b/files/device_table-minimal.txt
index 891feb0ff2..a474377e99 100644
--- a/files/device_table-minimal.txt
+++ b/files/device_table-minimal.txt
@@ -13,7 +13,7 @@
/dev/apm_bios c 660 0 46 10 134 - - -
/dev/fb0 c 600 0 0 29 0 - - -
/dev/hda b 660 0 6 3 0 - - -
-/dev/hda b 660 0 6 3 1 1 1 20
+/dev/hda b 660 0 6 3 1 1 1 19
/dev/kmem c 640 0 15 1 2 - - -
/dev/mem c 640 0 15 1 1 - - -
/dev/null c 666 0 0 1 3 - - -
@@ -33,10 +33,10 @@
/dev/event c 660 0 0 13 64 0 1 8
/dev/mmcblk0 b 660 0 6 179 0 - - -
-/dev/mmcblk0p b 660 0 6 179 1 1 1 8
+/dev/mmcblk0p b 660 0 6 179 1 1 1 7
# for older kernels before 2.6.22
# mmc numbers are assigned dynamicly so if you have other dynamic assigned block devices it may be wrong
#
#/dev/mmcblk0 b 660 0 6 254 0 - - -
-#/dev/mmcblk0p b 660 0 6 254 1 1 1 8
+#/dev/mmcblk0p b 660 0 6 254 1 1 1 7