Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/evbsh3/conf/T_SH7706LSR
RevisionDateAuthorComments
 1.18  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.17  26-Apr-2019  sevan Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.
 1.16  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.15  14-Sep-2017  mrg branches: 1.15.2; 1.15.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.14  07-Aug-2015  maxv Remove the KMEMSTATS option. It no longer exists.
 1.13  23-Aug-2014  dholland branches: 1.13.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.12  17-Aug-2014  joerg Reorganize symbol table embedding. The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_ksyms.o, but a
small helper object. This object is build first with a dummy size, then
the kernel is linked to compute the real dimension of the symbol table
buffer. After that, the helper object is rebuild and the kernel linked
again.
 1.11  16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.10  24-Mar-2014  szptvlfn fix manual section numbering of sysctl.
thanks wiz@
 1.9  30-Jun-2013  rmind G/C PFIL_HOOKS from the kernel configs.
 1.8  17-Oct-2012  apb branches: 1.8.2;
Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
 1.7  18-Dec-2011  dholland branches: 1.7.6;
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.6  22-Nov-2011  tls branches: 1.6.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.
 1.5  05-Feb-2011  nonaka branches: 1.5.4;
use SSUMCI_DEBUG, not SCIMCI_DEBUG.
 1.4  23-Nov-2010  hannken branches: 1.4.2; 1.4.4;
Remove unused count from pseudo-device md.
 1.3  08-May-2010  mrg branches: 1.3.2; 1.3.4;
enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.
 1.2  07-Apr-2010  nonaka branches: 1.2.2;
fix comment.
 1.1  06-Apr-2010  nonaka Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.2.2.3  17-Aug-2010  uebayasi Sync with HEAD.
 1.2.2.2  30-Apr-2010  uebayasi Sync with HEAD.
 1.2.2.1  07-Apr-2010  uebayasi file T_SH7706LSR was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.3.4.2  11-Aug-2010  yamt sync with head.
 1.3.4.1  08-May-2010  yamt file T_SH7706LSR was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.3.2.3  05-Mar-2011  rmind sync with head
 1.3.2.2  30-May-2010  rmind sync with head
 1.3.2.1  08-May-2010  rmind file T_SH7706LSR was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.4.4.1  08-Feb-2011  bouyer Sync with HEAD
 1.4.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.5.4.3  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.5.4.2  30-Oct-2012  yamt sync with head
 1.5.4.1  17-Apr-2012  yamt sync with head
 1.6.2.1  18-Feb-2012  mrg merge to -current.
 1.7.6.3  03-Dec-2017  jdolecek update from HEAD
 1.7.6.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7.6.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.8.2.2  18-May-2014  rmind sync with head
 1.8.2.1  28-Aug-2013  rmind sync with head
 1.13.2.1  22-Sep-2015  skrll Sync with HEAD
 1.15.4.1  10-Jun-2019  christos Sync with HEAD
 1.15.2.1  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

RSS XML Feed