History log of /netbsd-src/sys/arch/playstation2/conf/std.playstation2 (Results 1 – 12 of 12)
Revision Date Author Comments
# 29bbd74a 07-Nov-2023 andvar <andvar@NetBSD.org>

Remove ksyms from AGATE/DEBUG configs, it is defined in included default config.
Remove unneeded "channel ?" for atapibus* in DEBUG config.
Add "midi* at midibus?" needed for umidi to compile in DEBU

Remove ksyms from AGATE/DEBUG configs, it is defined in included default config.
Remove unneeded "channel ?" for atapibus* in DEBUG config.
Add "midi* at midibus?" needed for umidi to compile in DEBUG config.
Change SOFTFLOAT to FPEMUL in std.playstation2 (property was renamed).

playstation2 code was likely never fully restored/fixed and doesn't build, but
these changes would be needed in case someone will.

show more ...


# 62e49b85 04-Jun-2021 martin <martin@NetBSD.org>

Sprinkle a few VMSWAP_DEFAULT_PLAINTEXT for architectures where we do not
have any spare cpu cycles to waste (encrypted swap still could be
enabled by the admin in /etc/sysctl.conf).


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


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 7e71f567 17-Sep-2005 yamt <yamt@NetBSD.org>

include "conf/std".


# c023b418 30-Aug-2003 chs <chs@NetBSD.org>

add "makeoptions MACHINE_ARCH=..." in std.* for mips ports
where it is constant (to ease cross-building).


# 6a5e492b 09-Dec-2002 simonb <simonb@NetBSD.org>

Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernel
builds and use the endianness of the toolchain being used to determine
the endianness of the kernel.


# 3b784af7 26-Mar-2002 uch <uch@NetBSD.org>

remove MIPS3_L2CACHE_ABSENT option, since R5900 D-cache is 8KB
2-way. no need to worry about virtual aliasing.


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


# 90a2bc2c 23-Oct-2001 thorpej <thorpej@NetBSD.org>

For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead,
explicitly set MACHINE_ARCH to the appropriate thing. Makefile.mips will
then set all of the internal variables it needs to a

For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead,
explicitly set MACHINE_ARCH to the appropriate thing. Makefile.mips will
then set all of the internal variables it needs to accordingly.

show more ...


# 2fa5ea97 16-Oct-2001 uch <uch@NetBSD.org>

playstation2 port