History log of /freebsd-10-stable/tools/tools/nanobsd/FlashDevice.sub
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 218528 10-Feb-2011 imp

Add 'generic' flash images. This is for projects producing generic
images that are of a certain size. The geometery is bogus, but that
doesn't matter since the new packet mode onviates the need to get the
geometry right.


# 194332 17-Jun-2009 edwin

When copy+paste goes wrong... Remove duplicate "expr".

Submitted by: danfe@


# 194310 16-Jun-2009 edwin

iiin -> in

Submitted by: "N.J. Mann" <njm@njm.me.uk>


# 194286 16-Jun-2009 edwin

Support for 64 Mb Kodak flash device.

PR: misc/115025
Submitted by: Michael W Lucas <mwlucas@freebsd.org>
MFC after: 1 week


# 194285 16-Jun-2009 edwin

Add support for 256MB Hitachi CF card and 256MB Silicon Systems CF card

This patch against RELENG_6 adds two more entries to
src/tools/tools/nanobsd/FlashDevice.sub - one for a 256MB
Hitachi CF card and one for a 256MB Silicon Systems CF card.

Both entries have been verified to work with a Soekris net4801.

PR: kern/101228
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
MFC after: 1 week


# 181631 12-Aug-2008 antoine

Use expr -e instead of expr to compute NANO_MEDIASIZE for Flash devices
larger than 2GB to prevent an overflow [1].
Make case-insensitive comparison work for siliconsystems, soekris and
transcend devices.

PR: conf/126386 [1]
Submitted by: Mark A [1]
MFC after: 1 month


# 164331 16-Nov-2006 benno

Add the Transcend 2GB card specs.


# 160725 26-Jul-2006 simon

Add Memory Corp 512MB CF Flash.

MFC after: 3 days


# 157835 18-Apr-2006 ru

Fix an obvious bug.

Submitted by: Alex Lyashkov <umka@sevcity.net>


# 157149 26-Mar-2006 simon

Use tr(1) to lowercase strings in a way which works with all locales.

Approved by: cperciva (mentor)


# 154069 06-Jan-2006 phk

Add missing ' and '

Submitted by: simon


# 154068 06-Jan-2006 phk

Make this more readable and add more devices.

Partially from: mich@FreeBSD.org


# 152458 15-Nov-2005 phk

Add geometry of SiliconSystems 4GB CF card


# 150367 20-Sep-2005 phk

Add a convenience function to set NANO_MEDIASIZE, NANO_HEADS and NANO_SECTS
for commonly used flash devices by

FlashDevice Sandisk 256MB

in the config file.