History log of /netbsd-src/sys/arch/evbppc/conf/PMPPC (Results 1 – 25 of 57)
Revision Date Author Comments
# c78676ac 29-Jan-2024 christos <christos@NetBSD.org>

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

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.

show more ...


# c7ae7f02 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 ...


# f3c68eb2 29-Jun-2021 nia <nia@NetBSD.org>

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 usefu

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.

show more ...


# 5cf9e8b8 16-May-2020 maya <maya@NetBSD.org>

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 suspe

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

show more ...


# 5e031685 29-Jan-2020 maya <maya@NetBSD.org>

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
c

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.

show more ...


# 6dbc6c95 25-Jan-2020 thorpej <thorpej@NetBSD.org>

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci en

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.

show more ...


# 4541d682 20-Jan-2020 thorpej <thorpej@NetBSD.org>

Remove FDDI support.


# 85654ec7 19-Jan-2020 thorpej <thorpej@NetBSD.org>

Remove HIPPI support and the esh(4) driver that uses it. There have not
been any users of HIPPI for some time, and it is unlikely to be resurrected.


# 75d6e670 26-Apr-2019 sevan <sevan@NetBSD.org>

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,

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.

show more ...


# 47655f2d 13-Apr-2019 isaki <isaki@NetBSD.org>

Add drvctl to kernel which has audio device.
audiocfg(1) requires drvctl(4).


# 56d03703 06-Feb-2019 rin <rin@NetBSD.org>

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


# 1a87c65f 12-Dec-2018 maxv <maxv@NetBSD.org>

Remove references to "lmc" in the kernel configurations.


# ef2b5d4f 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 ...


# 6c90bd5a 06-Sep-2018 maxv <maxv@NetBSD.org>

Retire the 'midway' driver. Discussed on tech-net@ recently and also three
years ago, part of removing the network ATM code.


# 46f2680d 25-Aug-2018 rin <rin@NetBSD.org>

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# f71d13bd 01-Aug-2018 maxv <maxv@NetBSD.org>

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 enable

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).

show more ...


# 95772a88 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 ...


# 5f6e25a1 29-Jul-2017 maxv <maxv@NetBSD.org>

Remove TCP_COMPAT_42 from the config files. Pass 3.


# 913d426e 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.


# ef2deb33 13-Dec-2016 christos <christos@NetBSD.org>

wildcard speaker attachments, now that we can handle many of them.


# 219b8dae 10-Dec-2016 christos <christos@NetBSD.org>

remove VAUDIOSPEAKER for now, will be done differently.


# 03783bb5 08-Dec-2016 nat <nat@NetBSD.org>

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


# af798e7b 19-Mar-2016 gdt <gdt@NetBSD.org>

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

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.)

show more ...


# 13634ff2 15-Oct-2014 uebayasi <uebayasi@NetBSD.org>

Fix builds.


# 4acb6306 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 ...


123