Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/evbarm/conf/MINI2440
RevisionDateAuthorComments
 1.35  19-Mar-2025  jakllsch Remove last traces of 'options LKM' from kernel config files.
 1.34  07-Aug-2022  simonb UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.
 1.33  29-Jun-2021  nia Remove uscanner(4) driver

This exists for compatibility with a Linux interface which was apparently
deprecated in Linux 2.6. There are various mailing list threads going
back to 2004 where the usefulness of this driver is discussed, but
the conclusion is that scanner software has all moved to using ugen(4)
instead, and enabling this driver will not help you scan things.
 1.32  27-Sep-2020  roy branches: 1.32.6;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.31  01-Aug-2020  maxv Remove references to BRIDGE_IPF, it is now compiled in by default.
 1.30  16-May-2020  maya Remove uyap, USB YAP phone firmware loader.

And the associated ezload EZ-USB code, which is only used by uyap.
It could theoretically be used by other drivers, but none of them are
in tree.

I suspect that this device isn't in use, as phone technology has improved
a lot since 2001 when uyap(4) was added to the tree.

Proposed with no objections on netbsd-users on 13 April 2020
 1.29  18-Apr-2020  skrll PMAP_DEBUG has been deleted on arm
 1.28  29-Jan-2020  maya branches: 1.28.4;
remove urio(4), a driver for the Rio500 MP3 player.

At this point it is highly unlikely this 1999 device still has users,
but it still comes up in the context of maxv's USB-fuzzing (and any device
could pretend to be a urio(4)), so it's best to get rid of it.

Renamed all major entries to obsolete, as was done in previous removals.

This still requires an update to sanitizers, but they're located in
"external", perhaps it should be first committed upstream?

Proposed on tech-kern a month ago.
 1.27  19-Jan-2020  thorpej Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.
 1.26  06-Feb-2019  rin branches: 1.26.6;
Add ure(4) to kernel config files. Also add PHY drivers where necessary.
 1.25  23-Oct-2018  jdolecek remove the 'wd* at umass?' for the non-standardized and rare (extinct?)
In-System Design ATA protocol over Bulk-Only devices from most kernels,
leave only in i386/amd64 ALL; it's unmaintained and likely currently broken,
lack of test hardware makes it impossible to support
 1.24  25-Aug-2018  rin Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.
 1.23  01-Aug-2018  maxv Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).
 1.22  14-Sep-2017  mrg branches: 1.22.2; 1.22.4;
clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.
 1.21  29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.20  19-Feb-2017  rin PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
 1.19  13-Dec-2016  christos branches: 1.19.2;
wildcard speaker attachments, now that we can handle many of them.
 1.18  10-Dec-2016  christos remove VAUDIOSPEAKER for now, will be done differently.
 1.17  08-Dec-2016  nat Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
 1.16  12-Aug-2015  maxv branches: 1.16.2;
Remove KMEMSTATS.
 1.15  31-Mar-2015  riz Spell "Independent" correctly in cargo-culted comments.
 1.14  23-Aug-2014  dholland branches: 1.14.2;
Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
 1.13  03-Aug-2014  martin Add COMPAT_NETBSD32 to more kernels (we have too many)
 1.12  30-Jun-2013  rmind branches: 1.12.4;
G/C PFIL_HOOKS from the kernel configs.
 1.11  05-Jun-2013  christos branches: 1.11.2;
remove obsolete networking options
 1.10  27-Apr-2013  christos more bogus number removal
 1.9  02-Mar-2013  christos Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
 1.8  01-Mar-2013  joerg Retire OSI network stack. OK core@
 1.7  11-Sep-2012  msaitoh branches: 1.7.2;
Add PUFFS, putter and fss.
 1.6  23-Aug-2012  kiyohara Remove obsolated file-system PORTAL.
 1.5  17-Aug-2012  abs Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?
 1.4  08-Aug-2012  nisimura let MINI2440 kernel to have bpf(4) for DHCP.
 1.3  31-Mar-2012  tsutsui branches: 1.3.2;
Remove obsolete System V semaphores and share memory limit options
(SEMMNI, SEMMNS, SEMUME and SHMMAXPGS).
 1.2  07-Feb-2012  nisimura branches: 1.2.4;

- add missing time-of-day clock support.
- add option WAPBL and disable VERBOSE_INIT_ARM.

Ok by releng.
 1.1  30-Jan-2012  nisimura Add FriendlyARM Mini2440 support.
- new code for Samsung S3C2440 SoC.
- update for other S3C2xx0.
This port was done by Paul Fleischer.
 1.2.4.3  05-Apr-2012  mrg sync to latest -current.
 1.2.4.2  18-Feb-2012  mrg merge to -current.
 1.2.4.1  07-Feb-2012  mrg file MINI2440 was added on branch jmcneill-usbmp on 2012-02-18 07:31:48 +0000
 1.3.2.4  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3.2.3  30-Oct-2012  yamt sync with head
 1.3.2.2  17-Apr-2012  yamt sync with head
 1.3.2.1  31-Mar-2012  yamt file MINI2440 was added on branch yamt-pagecache on 2012-04-17 00:06:13 +0000
 1.7.2.3  03-Dec-2017  jdolecek update from HEAD
 1.7.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7.2.1  23-Jun-2013  tls resync from head
 1.11.2.1  28-Aug-2013  rmind sync with head
 1.12.4.1  10-Aug-2014  tls Rebase.
 1.14.2.4  28-Aug-2017  skrll Sync with HEAD
 1.14.2.3  05-Feb-2017  skrll Sync with HEAD
 1.14.2.2  22-Sep-2015  skrll Sync with HEAD
 1.14.2.1  06-Apr-2015  skrll Sync with HEAD
 1.16.2.2  20-Mar-2017  pgoyette Sync with HEAD
 1.16.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.19.2.1  21-Apr-2017  bouyer Sync with HEAD
 1.22.4.3  21-Apr-2020  martin Sync with HEAD
 1.22.4.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.22.4.1  10-Jun-2019  christos Sync with HEAD
 1.22.2.2  26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.22.2.1  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.26.6.2  29-Feb-2020  ad Sync with head.
 1.26.6.1  25-Jan-2020  ad Sync with head.
 1.28.4.1  20-Apr-2020  bouyer Sync with HEAD
 1.32.6.1  01-Aug-2021  thorpej Sync with HEAD.

RSS XML Feed