Add the Transcend 2GB card specs.

This commit is contained in:
Benno Rice 2006-11-16 08:04:29 +00:00
parent 4570c1c11b
commit 262f6969de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164331

View file

@ -160,6 +160,11 @@ sub_FlashDevice () {
NANO_HEADS=4
NANO_SECTS=32
;;
2048|2g)
NANO_MEDIASIZE=4061232
NANO_HEADS=16
NANO_SECTS=32
;;
*)
echo "Unknown Transcend Flash capacity"
exit 2