History log of /netbsd/sys/arch/cats/conf/INSTALL (Results 1 – 25 of 115)
Revision Date Author Comments
# c6e78f35 18-Apr-2020 skrll <skrll@NetBSD.org>

PMAP_DEBUG has been deleted on arm


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


# 3dd0bace 20-Jan-2020 thorpej <thorpej@NetBSD.org>

Remove FDDI support.


# 963c558c 19-Jan-2020 thorpej <thorpej@NetBSD.org>

Remove commented out "de* at pci? ..." (this is the only kernel config
in the tree with any reference to that driver).


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


# 57d78744 19-Jan-2020 thorpej <thorpej@NetBSD.org>

Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.


# 8c33a4dc 07-Feb-2019 mrg <mrg@NetBSD.org>

bump ramdisk sizes by 100kb for GCC 7 bloaty.


# 409b0cac 06-Feb-2019 rin <rin@NetBSD.org>

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


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

Remove references to "lmc" in the kernel configurations.


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


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


# 4187dd1e 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 ...


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


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

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


# 5781081a 10-Dec-2016 christos <christos@NetBSD.org>

remove VAUDIOSPEAKER for now, will be done differently.


# 914e8c9b 09-Dec-2016 christos <christos@NetBSD.org>

kill PCPPISPEAKER


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

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


# 7a0ee4f9 05-Sep-2016 jakllsch <jakllsch@NetBSD.org>

Increase size of cats installation memory disk by 100Ki.

Or: We shouldn't let the cats out of the bag.


# cdaa0ccb 21-Aug-2015 uebayasi <uebayasi@NetBSD.org>

Add `pseudo-device ksyms' where `options DDB' is used, because
config(1)/config(5) can't handle module dependency correctly at this
moment.

(This is another proof that shared file definition (`file

Add `pseudo-device ksyms' where `options DDB' is used, because
config(1)/config(5) can't handle module dependency correctly at this
moment.

(This is another proof that shared file definition (`file xxx.c a|b')
is a bad idea.)

show more ...


# 799233e5 08-Aug-2015 maxv <maxv@NetBSD.org>

Remove KMEMSTATS.


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


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

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


# 53d0aba3 02-Mar-2014 joerg <joerg@NetBSD.org>

Clang needs a slightly larger MD image, so bump the size to 2300k.


# 97e10541 23-Feb-2014 skrll <skrll@NetBSD.org>

Bump MD size. Verified working.


12345