History log of /netbsd-src/sys/arch/playstation2/conf/config.playstation2 (Results 1 – 25 of 27)
Revision Date Author Comments
# 6a4b8d60 29-Sep-2022 riastradh <riastradh@NetBSD.org>

swwdog(4): Add to GENERIC kernels.

Plus a handful of others that I'm familiar with. Lots of special-
purpose kernels should probably have this too but I'm not going
through all the arm, mips, and p

swwdog(4): Add to GENERIC kernels.

Plus a handful of others that I'm familiar with. Lots of special-
purpose kernels should probably have this too but I'm not going
through all the arm, mips, and ppc evaluation board kernels to see
which ones are relevant.

Omitted from systems I know to be very small:
- sun2/GENERIC
- dreamcast/GENERIC
Feel free to remove it from others that need to be kept smaller.

Compile-tested a few of these just in case:
- alpha/GENERIC
- amd64/GENERIC
- evbmips/OCTEON
- i386/GENERIC
- riscv/GENERIC

PR kern/29702

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


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


# a7a8af5f 31-Mar-2014 martin <martin@NetBSD.org>

Adapt to current (and new pkgsrc toolchain)


# aad6ef8b 31-Mar-2014 martin <martin@NetBSD.org>

Bring back the playstation2 port - now that a toolchain for it is
available again.


# 6ba528b5 24-Nov-2008 ad <ad@NetBSD.org>

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 0751ba4b 31-Jul-2008 simonb <simonb@NetBSD.org>

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


# ab07e481 14-Mar-2007 drochner <drochner@NetBSD.org>

It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to

It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.

show more ...


# dc1372c5 28-Mar-2006 pavel <pavel@NetBSD.org>

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still m

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".

show more ...


# 6ff13154 05-Feb-2006 cube <cube@NetBSD.org>

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# 23b8c231 04-Feb-2006 rpaulo <rpaulo@NetBSD.org>

bpfilter doesn't accept count anymore.


# 2a32b608 07-Dec-2005 tsutsui <tsutsui@NetBSD.org>

Remove obsolete options VNODE_OP_NOINLINE.


# ff9b47d6 07-Dec-2005 tsutsui <tsutsui@NetBSD.org>

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


# 93c362d7 19-Aug-2005 christos <christos@NetBSD.org>

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 38ca5312 31-Jul-2005 yamt <yamt@NetBSD.org>

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 558fded2 30-Jul-2005 yamt <yamt@NetBSD.org>

add "options VMSWAP" to non INSTALL kernels.


# 1122e62a 18-Feb-2005 dsl <dsl@NetBSD.org>

Add FFS_NO_SNAPSHOT - commented out in XEN


# 7d84b90c 18-Oct-2003 lukem <lukem@NetBSD.org>

Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'


# ab176e76 08-Oct-2003 bouyer <bouyer@NetBSD.org>

Add adabus.


# 4a0e449b 26-Apr-2003 ragge <ragge@NetBSD.org>

Add pseudo-device ksyms.


# fde6ae6f 17-Jun-2002 lukem <lukem@NetBSD.org>

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# b53ea42b 28-Dec-2001 augustss <augustss@NetBSD.org>

Update for new uhidev device attachment.


# 03aef472 20-Nov-2001 lukem <lukem@NetBSD.org>

cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
optio

cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""

show more ...


# c5477b70 13-Nov-2001 augustss <augustss@NetBSD.org>

The wsmux pseudo device does not need a count anymore.


# ce86c144 19-Oct-2001 uch <uch@NetBSD.org>

increase maxusers (8->16)


12