hi:
I am using sdio stack driver in dm355(lsp kernel version 2.6.10), the dm355
using two sd card slots ,when i insert the first sd card,It show the device name
/dev/mmcblck0,the second sd cards i inserted it show the name /dev/mmcblk1, But
we often forget which sd card i first inserted or we inserted two sd cards
before the kernel booted, So I want to bond the slot with device name,for
example,if i insert the sd card in the front of
board,it show the device name /dev/mmcblk0,then the name /dev/mmcblk1,how can
i modify the sdio driver source to realize it?