Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/playstation2/conf/config.playstation2
RevisionDateAuthorComments
 1.29  07-Sep-2025  andvar Fix various typos, mainly in comments.
 1.28  29-Sep-2022  riastradh 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
 1.27  07-Aug-2022  simonb 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.26  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.25  31-Mar-2014  martin branches: 1.25.6; 1.25.30; 1.25.32;
Adapt to current (and new pkgsrc toolchain)
 1.24  31-Mar-2014  martin Bring back the playstation2 port - now that a toolchain for it is
available again.
 1.23  05-Dec-2009  pooka branches: 1.23.10; 1.23.16;
Remove support for NetBSD/playstation2.
 1.22  24-Nov-2008  ad branches: 1.22.4;
Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.
 1.21  31-Jul-2008  simonb branches: 1.21.2;
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.20  14-Mar-2007  drochner branches: 1.20.36; 1.20.40; 1.20.42; 1.20.46;
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.
 1.19  28-Mar-2006  pavel branches: 1.19.14; 1.19.18; 1.19.20;
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".
 1.18  05-Feb-2006  cube branches: 1.18.2; 1.18.4; 1.18.6;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.17  04-Feb-2006  rpaulo bpfilter doesn't accept count anymore.
 1.16  07-Dec-2005  tsutsui branches: 1.16.2; 1.16.4; 1.16.6;
Remove obsolete options VNODE_OP_NOINLINE.
 1.15  07-Dec-2005  tsutsui Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.14  19-Aug-2005  christos Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
 1.13  31-Jul-2005  yamt 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.
 1.12  30-Jul-2005  yamt add "options VMSWAP" to non INSTALL kernels.
 1.11  18-Feb-2005  dsl branches: 1.11.6;
Add FFS_NO_SNAPSHOT - commented out in XEN
 1.10  18-Oct-2003  lukem branches: 1.10.8; 1.10.10;
Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'
 1.9  08-Oct-2003  bouyer Add adabus.
 1.8  26-Apr-2003  ragge branches: 1.8.2;
Add pseudo-device ksyms.
 1.7  17-Jun-2002  lukem 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"
 1.6  28-Dec-2001  augustss branches: 1.6.2; 1.6.10; 1.6.12;
Update for new uhidev device attachment.
 1.5  20-Nov-2001  lukem 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\""
 1.4  13-Nov-2001  augustss branches: 1.4.2;
The wsmux pseudo device does not need a count anymore.
 1.3  19-Oct-2001  uch increase maxusers (8->16)
 1.2  17-Oct-2001  shin add wsmux to build kernel.
 1.1  16-Oct-2001  uch playstation2 port
 1.4.2.3  20-Jun-2002  nathanw Catch up to -current.
 1.4.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.4.2.1  13-Nov-2001  nathanw file config.playstation2 was added on branch nathanw_sa on 2002-01-08 00:27:02 +0000
 1.6.12.1  01-Aug-2002  lukem Pull up revision 1.7 (requested by lukem in ticket #312):
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"
 1.6.10.1  15-Jul-2002  gehenna catch up with -current.
 1.6.2.3  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.6.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.6.2.1  28-Dec-2001  thorpej file config.playstation2 was added on branch kqueue on 2002-01-10 19:47:26 +0000
 1.8.2.6  11-Dec-2005  christos Sync with head.
 1.8.2.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.8.2.4  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.8.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.8.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.8.2.1  03-Aug-2004  skrll Sync with HEAD
 1.10.10.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.10.8.1  29-Apr-2005  kent sync with -current
 1.11.6.2  03-Sep-2007  yamt sync with head.
 1.11.6.1  21-Jun-2006  yamt sync with head.
 1.16.6.1  22-Apr-2006  simonb Sync with head.
 1.16.4.1  09-Sep-2006  rpaulo sync with head
 1.16.2.1  18-Feb-2006  yamt sync with head.
 1.18.6.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.18.4.1  19-Apr-2006  elad sync with head - hopefully this will work
 1.18.2.1  01-Apr-2006  yamt sync with head.
 1.19.20.1  11-Jul-2007  mjf Sync with head.
 1.19.18.1  10-Apr-2007  ad Sync with head.
 1.19.14.1  24-Mar-2007  yamt sync with head.
 1.20.46.2  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.20.46.1  19-Oct-2008  haad Sync with HEAD.
 1.20.42.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.20.40.2  11-Mar-2010  yamt sync with head
 1.20.40.1  04-May-2009  yamt sync with head.
 1.20.36.2  17-Jan-2009  mjf Sync with HEAD.
 1.20.36.1  28-Sep-2008  mjf Sync with HEAD.
 1.21.2.1  19-Jan-2009  skrll Sync with HEAD.
 1.22.4.1  24-Oct-2010  jym Sync with HEAD
 1.23.16.1  18-May-2014  rmind sync with head
 1.23.10.1  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.25.32.1  10-Jun-2019  christos Sync with HEAD
 1.25.30.1  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.25.6.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.25.6.1  31-Mar-2014  tls file config.playstation2 was added on branch tls-maxphys on 2014-08-20 00:03:17 +0000

RSS XML Feed