History log of /netbsd/sys/arch/evbarm/conf/BCM5301X (Results 1 – 25 of 39)
Revision Date Author Comments
# bffd2b8a 07-Aug-2022 simonb <simonb@NetBSD.org>

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

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.

show more ...


# 994c6492 29-Sep-2020 jmcneill <jmcneill@NetBSD.org>

Collapse all CPU_CORTEXA<n> options into CPU_CORTEX and do runtime
detection instead of ifdefs where required.


# 2a2eb8c5 27-Sep-2020 roy <roy@NetBSD.org>

vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.


# ff3b394b 13-Jun-2020 ad <ad@NetBSD.org>

Comment out "options PMAPCOUNTERS". It adds much overhead and is mostly of
interest to people hacking on the VM system or pmap. Proposed on port-arm@.


# c6e78f35 18-Apr-2020 skrll <skrll@NetBSD.org>

PMAP_DEBUG has been deleted on arm


# c86df169 12-Aug-2019 skrll <skrll@NetBSD.org>

Update for recent a9wdt changes


# c2c5a3be 23-Oct-2018 jdolecek <jdolecek@NetBSD.org>

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 lik

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

show more ...


# e9244c70 14-Jul-2018 maxv <maxv@NetBSD.org>

Remove "options IPKDB", and the other associated options, from the config
files.

ipkdb is being retired. Its code is really old, and hasn't kept pace with
today's expectations: IPv6, SMP, modern NIC

Remove "options IPKDB", and the other associated options, from the config
files.

ipkdb is being retired. Its code is really old, and hasn't kept pace with
today's expectations: IPv6, SMP, modern NICs. The associated code for x86
was already removed because it was too incorrect to stay.

There are plans to rewrite a similar feature from scratch.

ok kamil christos

show more ...


# 07c13b08 12-Jul-2018 maxv <maxv@NetBSD.org>

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

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.

show more ...


# 1849c043 05-Jun-2018 hkenken <hkenken@NetBSD.org>

Rename ARM A9 Global Timer driver name to support fdt.

- Rename a9tmr to arma9tmr.
- Add a9tmr_fdt.c based gtmr_fdt.c.


# abef2832 14-Sep-2017 mrg <mrg@NetBSD.org>

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 dependancie

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.

show more ...


# 761e6a02 29-Jul-2017 maxv <maxv@NetBSD.org>

Remove TCP_COMPAT_42 from the config files. Pass 3.


# a26b5ed4 26-Jun-2017 sevan <sevan@NetBSD.org>

Add a heading to describe the class of device axe(4) is.


# 9a8f4e36 19-Feb-2017 rin <rin@NetBSD.org>

PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.


# 989dfed2 07-Aug-2015 maxv <maxv@NetBSD.org>

Remove KMEMSTATS.


# 4ed486de 24-Aug-2014 jnemeth <jnemeth@NetBSD.org>

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
d

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.

show more ...


# ced4fe6f 23-Aug-2014 dholland <dholland@NetBSD.org>

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

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.

show more ...


# 44e3c582 18-Aug-2014 christos <christos@NetBSD.org>

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing


# 66305185 17-Aug-2014 joerg <joerg@NetBSD.org>

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_k

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.

show more ...


# 67534f44 16-Aug-2014 apb <apb@NetBSD.org>

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


# 365db1a1 03-Aug-2014 martin <martin@NetBSD.org>

Add COMPAT_NETBSD32, following the switch to eabi by default.


# 977c52fe 27-Jul-2014 dholland <dholland@NetBSD.org>

"internally consistency checks" -> "internal consistency checks"


# 062db781 21-Feb-2014 matt <matt@NetBSD.org>

Rearrange KERNEL_BASE_PHYS


# 6ade0c9a 28-Oct-2013 matt <matt@NetBSD.org>

Support for the Broadcom BCM56340 iProc based switch.


# 9cdd479a 30-Jun-2013 rmind <rmind@NetBSD.org>

G/C PFIL_HOOKS from the kernel configs.


12