diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-10-22 01:06:21 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-10-22 01:06:21 +0200 |
commit | 2d7dbf672c9cf661c3d8e95a593f924e900237b5 (patch) | |
tree | 498148f2c37bc61f4cf3626192b61c6517373c4b /recipes | |
parent | a61d083034bc8a47a54bcc29f007643e374b8376 (diff) |
device_table-oldmmc: adjust count fields according to makedevs fixes.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/kexecboot/device_table-oldmmc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/kexecboot/device_table-oldmmc.txt b/recipes/kexecboot/device_table-oldmmc.txt index 4decc8dfb4..2b61c01849 100644 --- a/recipes/kexecboot/device_table-oldmmc.txt +++ b/recipes/kexecboot/device_table-oldmmc.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 - - - @@ -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 254 0 - - - -/dev/mmcblk0p b 660 0 6 254 1 1 1 8 +/dev/mmcblk0p b 660 0 6 254 1 1 1 7 /dev/event0 c 660 0 0 13 64 - - - |