Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/evbarm/conf/SHEEVAPLUG
RevisionDateAuthorComments
 1.76  29-Jan-2024  christos PR/57889: Ricardo Branco: ext2fs does not have user immutable and append
file flags, only system ones. Restrict those to the superuser. Before
the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the
default.
 1.75  07-Aug-2022  simonb branches: 1.75.4;
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.74  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.73  20-Jan-2021  nia branches: 1.73.4;
do not enable kernel OSS compat in configs without compat_linux

perhaps kernel OSS compat can be merged into compat_linux to avoid
further confusion
 1.72  27-Sep-2020  roy branches: 1.72.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.71  16-Aug-2020  jdolecek make COMPAT_LINUX option disabled by default

leave the option enabled only in amd64/i386 ALL kernels to make
sure it continues to be compilable also when included in kernel
 1.70  01-Aug-2020  maxv Remove references to BRIDGE_IPF, it is now compiled in by default.
 1.69  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.68  18-Apr-2020  skrll PMAP_DEBUG has been deleted on arm
 1.67  25-Mar-2020  jdolecek branches: 1.67.2;
remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs
to prepare for their eventual removal
 1.66  29-Jan-2020  maya 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.65  19-Jan-2020  thorpej Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.
 1.64  26-Apr-2019  sevan branches: 1.64.4;
Use veriexec.config to reduce duplication
 1.63  06-Feb-2019  rin Add ure(4) to kernel config files. Also add PHY drivers where necessary.
 1.62  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.61  25-Aug-2018  rin Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.
 1.60  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.59  12-Jul-2018  maxv Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
good.

* Removes the PMC code of ARM XSCALE.

* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
definitions are put in sysarch.h.

* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
netbsd32 and rump.

* Removes the pmc_evid_t and pmc_ctr_t types.

* Removes all the associated man pages. The sets are marked as obsolete.
 1.58  14-Sep-2017  mrg branches: 1.58.2; 1.58.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.57  13-Sep-2017  sevan Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh
 1.56  29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.55  24-May-2017  christos rename u3ginit driver to umodeswitch
 1.54  22-Mar-2017  sevan KDTRACE_HOOKS is enabled by default in GENERIC.common, remove references in
individual config files.
 1.53  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.52  13-Dec-2016  christos branches: 1.52.2;
wildcard speaker attachments, now that we can handle many of them.
 1.51  10-Dec-2016  christos remove VAUDIOSPEAKER for now, will be done differently.
 1.50  08-Dec-2016  nat Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
 1.49  26-Nov-2016  christos mention PAX_SEGVGUARD dependency on FILEASSOC
 1.48  19-Mar-2016  gdt branches: 1.48.2;
Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)
 1.47  26-Sep-2015  maxv Remove KMEMSTATS. Normally it's ok now.
 1.46  17-Oct-2014  martin branches: 1.46.2;
Fix the names of the (commented out) Kirwood L2 cache options.
 1.45  14-Oct-2014  htodd Comment out more USB options to to fix build.
 1.44  18-Sep-2014  wiz Add commented out KDTRACE_HOOKS line.
 1.43  23-Aug-2014  dholland 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.42  18-Aug-2014  christos - Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing
 1.41  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.40  16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.39  03-Aug-2014  martin branches: 1.39.2;
Add COMPAT_NETBSD32 to more kernels (we have too many)
 1.38  27-Jul-2014  dholland "internally consistency checks" -> "internal consistency checks"
 1.37  25-Jul-2014  joerg Bump SYMTAB_SPACE for clang build.
 1.36  23-Apr-2014  msaitoh Enable pseudo-device ipfilter.
 1.35  05-Oct-2013  kiyohara branches: 1.35.2;
Remove options LKM.
 1.34  30-Jun-2013  rmind G/C PFIL_HOOKS from the kernel configs.
 1.33  05-Jun-2013  christos branches: 1.33.2;
remove obsolete networking options
 1.32  27-Apr-2013  christos more bogus number removal
 1.31  27-Apr-2013  christos the bogus number police
 1.30  27-Apr-2013  christos remove confusing numeric locators where they are unused.
 1.29  02-Mar-2013  christos Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
 1.28  01-Mar-2013  joerg Retire OSI network stack. OK core@
 1.27  25-Dec-2012  msaitoh Add ukphy.

This change fixes the problem described in:
http://mail-index.netbsd.org/port-arm/2012/12/20/msg001636.html
 1.26  03-Dec-2012  msaitoh - Add MSGBUFSIZE=32768 because 4K is very small
- Add commented out entry for MVGBE_EVENT_COUNTERS
- Comment out COPTS="-O1"
- Enable mvpex, pci and pchb to share with OPENRD
- Enable mvsata to share with DREAMPLUG
- Enable mvsocgpp, gpio, atabus and wd
 1.25  17-Oct-2012  apb Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
 1.24  09-Oct-2012  msaitoh Add {INET,TCP,UDP}_CSUM_COUNTERS and LOCKDEBUG
 1.23  12-Sep-2012  msaitoh branches: 1.23.2;
-O1, enable PUFFS, KTRACE, fss and putter.
 1.22  11-Sep-2012  msaitoh Add PUFFS, putter and fss.
 1.21  09-Sep-2012  msaitoh Split DEBUG="-g -Ox" into DEBUG="-g" and COPTS="-Ox".
 1.20  03-Sep-2012  msaitoh Enable atapibus, cd and sd.
 1.19  01-Sep-2012  jakllsch Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.
 1.18  29-Aug-2012  skrll Typo in comment
 1.17  23-Aug-2012  kiyohara Remove obsolated file-system PORTAL.
 1.16  16-Aug-2012  matt Add dkwedge support
 1.15  27-Jul-2012  kiyohara Enable mvcesa.
Also enable idmac in SHEEVAPLUG.
 1.14  31-Mar-2012  tsutsui Remove obsolete System V semaphores and share memory limit options
(SEMMNI, SEMMNS, SEMUME and SHMMAXPGS).
 1.13  10-Mar-2012  joerg P1003_1B_SEMAPHORE is no longer optional.
 1.12  18-Dec-2011  dholland branches: 1.12.2;
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.11  22-Nov-2011  tls branches: 1.11.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.10  14-Nov-2011  sekiya Increase SYMTAB_SPACE.
 1.9  23-Jul-2011  jakllsch branches: 1.9.2;
Enable or note aubtfwl(4) wherever ubt(4) is enabled or noted.
 1.8  11-Jul-2011  matt Bump up SYMTAB_SPACE to 700000
 1.7  06-Jun-2011  matt bump SYMTAB_SPACE
 1.6  25-May-2011  dyoung branches: 1.6.2;
Increase SYMTAB_SPACE.
 1.5  06-Mar-2011  bouyer merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
 1.4  06-Mar-2011  jakllsch Remove trailing spaces.
 1.3  05-Mar-2011  matt branches: 1.3.2;
Add contributed Marvell Kirkwood RTC driver from Brett Slager
Fixes PR 44004
 1.2  23-Nov-2010  hannken branches: 1.2.2; 1.2.4;
Remove unused count from pseudo-device md.
 1.1  02-Oct-2010  kiyohara branches: 1.1.2; 1.1.4;
Add support Marvell Sheevaplug.
Add some NAS on Marvell SoC.
 1.1.4.2  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.1.4.1  02-Oct-2010  uebayasi file SHEEVAPLUG was added on branch uebayasi-xip on 2010-10-22 07:21:14 +0000
 1.1.2.2  09-Oct-2010  yamt sync with head
 1.1.2.1  02-Oct-2010  yamt file SHEEVAPLUG was added on branch yamt-nfs-mp on 2010-10-09 03:31:43 +0000
 1.2.4.1  08-Feb-2011  bouyer Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)
 1.2.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.3.2.6  12-Jun-2011  rmind sync with head
 1.3.2.5  31-May-2011  rmind sync with head
 1.3.2.4  21-Apr-2011  rmind sync with head
 1.3.2.3  06-Mar-2011  rmind sync with head (and fix few botches with this)
 1.3.2.2  05-Mar-2011  rmind sync with head
 1.3.2.1  05-Mar-2011  rmind file SHEEVAPLUG was added on branch rmind-uvmplock on 2011-03-05 20:50:03 +0000
 1.6.2.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.9.2.5  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.9.2.4  23-Jan-2013  yamt sync with head
 1.9.2.3  16-Jan-2013  yamt sync with (a bit old) head
 1.9.2.2  30-Oct-2012  yamt sync with head
 1.9.2.1  17-Apr-2012  yamt sync with head
 1.11.2.3  05-Apr-2012  mrg sync to latest -current.
 1.11.2.2  11-Mar-2012  mrg sync to latest -current
 1.11.2.1  18-Feb-2012  mrg merge to -current.
 1.12.2.1  05-Jan-2013  riz Pull up following revision(s) (requested by msaitoh in ticket #768):
sys/arch/evbarm/conf/SHEEVAPLUG: revision 1.27
Add ukphy.
This change fixes the problem described in:
http://mail-index.netbsd.org/port-arm/2012/12/20/msg001636.html
 1.23.2.5  03-Dec-2017  jdolecek update from HEAD
 1.23.2.4  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.23.2.3  23-Jun-2013  tls resync from head
 1.23.2.2  25-Feb-2013  tls resync with head
 1.23.2.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.33.2.2  18-May-2014  rmind sync with head
 1.33.2.1  28-Aug-2013  rmind sync with head
 1.35.2.1  10-Aug-2014  tls Rebase.
 1.39.2.1  11-Apr-2017  martin Pull up following revision(s) (requested by skrll in ticket #1400):
sys/arch/evbarm/conf/SHEEVAPLUG: revision 1.45
sys/arch/evbarm/conf/TWINTAIL: revision 1.65
Comment out more USB options to to fix build.
 1.46.2.5  28-Aug-2017  skrll Sync with HEAD
 1.46.2.4  05-Feb-2017  skrll Sync with HEAD
 1.46.2.3  05-Dec-2016  skrll Sync with HEAD
 1.46.2.2  22-Apr-2016  skrll Sync with HEAD
 1.46.2.1  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.48.2.3  26-Apr-2017  pgoyette Sync with HEAD
 1.48.2.2  20-Mar-2017  pgoyette Sync with HEAD
 1.48.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.52.2.1  21-Apr-2017  bouyer Sync with HEAD
 1.58.4.3  21-Apr-2020  martin Sync with HEAD
 1.58.4.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.58.4.1  10-Jun-2019  christos Sync with HEAD
 1.58.2.3  26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.58.2.2  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.58.2.1  28-Jul-2018  pgoyette Sync with HEAD
 1.64.4.2  29-Feb-2020  ad Sync with head.
 1.64.4.1  25-Jan-2020  ad Sync with head.
 1.67.2.1  20-Apr-2020  bouyer Sync with HEAD
 1.72.2.1  03-Apr-2021  thorpej Sync with HEAD.
 1.73.4.1  01-Aug-2021  thorpej Sync with HEAD.
 1.75.4.1  09-Oct-2023  snj Apply patch (requested by martin in ticket #401):
Disable DIAGNOSTIC/DEBUG.

RSS XML Feed