History log of /freebsd-current/tools/tools/nanobsd/FlashDevice.sub
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# ed34bfa8 10-Feb-2011 Warner Losh <imp@FreeBSD.org>

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.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 8386483c 17-Jun-2009 Edwin Groothuis <edwin@FreeBSD.org>

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

Submitted by: danfe@


# 97cd33e9 16-Jun-2009 Edwin Groothuis <edwin@FreeBSD.org>

iiin -> in

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


# 4ab04995 15-Jun-2009 Edwin Groothuis <edwin@FreeBSD.org>

Support for 64 Mb Kodak flash device.

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


# a6f51121 15-Jun-2009 Edwin Groothuis <edwin@FreeBSD.org>

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


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 353d3b17 12-Aug-2008 Antoine Brodin <antoine@FreeBSD.org>

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


# 262f6969 16-Nov-2006 Benno Rice <benno@FreeBSD.org>

Add the Transcend 2GB card specs.


# b78ee6d0 26-Jul-2006 Simon L. B. Nielsen <simon@FreeBSD.org>

Add Memory Corp 512MB CF Flash.

MFC after: 3 days


# 327ecf68 17-Apr-2006 Ruslan Ermilov <ru@FreeBSD.org>

Fix an obvious bug.

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


# f4aac5a4 26-Mar-2006 Simon L. B. Nielsen <simon@FreeBSD.org>

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

Approved by: cperciva (mentor)


# 1152ba39 06-Jan-2006 Poul-Henning Kamp <phk@FreeBSD.org>

Add missing ' and '

Submitted by: simon


# c9dae3c0 06-Jan-2006 Poul-Henning Kamp <phk@FreeBSD.org>

Make this more readable and add more devices.

Partially from: mich@FreeBSD.org


# a70cac12 15-Nov-2005 Poul-Henning Kamp <phk@FreeBSD.org>

Add geometry of SiliconSystems 4GB CF card


# 26b9c771 20-Sep-2005 Poul-Henning Kamp <phk@FreeBSD.org>

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.