summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/FlashDevice.sub15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/tools/nanobsd/FlashDevice.sub b/tools/tools/nanobsd/FlashDevice.sub
index 5d8a134..6f799ff 100644
--- a/tools/tools/nanobsd/FlashDevice.sub
+++ b/tools/tools/nanobsd/FlashDevice.sub
@@ -55,6 +55,21 @@ sub_FlashDevice () {
;;
esac
;;
+ memorycorp)
+ # Source: simon@FreeBSD.org
+ case $a2 in
+ 512|512mb)
+ # MC512CFLS2
+ NANO_MEDIASIZE=`expr 519192576 / 512`
+ NANO_HEADS=16
+ NANO_SECTS=63
+ ;;
+ *)
+ echo "Unknown Memory Corp Flash capacity"
+ exit 2
+ ;;
+ esac
+ ;;
sandisk)
# Source:
# SanDisk CompactFlash Memory Card
OpenPOWER on IntegriCloud