History log of /netbsd-src/sys/arch/atari/conf/std.atari (Results 1 – 25 of 27)
Revision Date Author Comments
# a7b24ea4 05-Jul-2014 tsutsui <tsutsui@NetBSD.org>

Use COPTS="-O2 -fno-reorder-blocks" for kernels except SMALL030_KERNEL.

Also remove COPTS="-Os" from std.* files and specify it in
GENERIC.in template for SMALL030_KERNEL.


# 61964ee4 15-Dec-2011 tsutsui <tsutsui@NetBSD.org>

Specify COPTS="-Os" for rich gcc 4.5 as bsd.sys.mk does for userland binaries
so that gzipped atari kernels still fit into floppies.
Noticed by David Ross.


# d52a3144 19-Sep-2010 tsutsui <tsutsui@NetBSD.org>

- add m68k/conf/std.m68k, which includes common standard options for m68k,
options EXEC_ELF32, EXEC_SCRIPTS, and CPU_IN_CKSUM for md cpu_in_cksum.c
- make all m68k ports include common arch/m68k/co

- add m68k/conf/std.m68k, which includes common standard options for m68k,
options EXEC_ELF32, EXEC_SCRIPTS, and CPU_IN_CKSUM for md cpu_in_cksum.c
- make all m68k ports include common arch/m68k/conf/std.m68k
from MD std.${MACHINE}

show more ...


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

merge ktrace-lwp.


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

include "conf/std".


# 26930db2 20-Nov-2001 lukem <lukem@NetBSD.org>

regenerate for whitespace cleanup


# f433d913 08-Sep-2001 thomas <thomas@NetBSD.org>

Now the default ecexutable is ELF.
Add COMPAT_AOUT_M68K to GENERIC options.


# fb0acfc2 05-Apr-2001 leo <leo@NetBSD.org>

Major overhaul in the config files. The idea is to have the major part of
the generic options in GENERIC instead of duplicated all over the place.
To generate a config file, run 'makeconf'. This scri

Major overhaul in the config files. The idea is to have the major part of
the generic options in GENERIC instead of duplicated all over the place.
To generate a config file, run 'makeconf'. This script uses cpp to combine
a '.in' file and GENERIC to a real config file.

show more ...


# a89f7881 28-Sep-2000 leo <leo@NetBSD.org>

Move the grfbus out of std.atari. You don't want a grfbus defined on headless
and wscons setups.


# 1ee7d22c 22-Jun-2000 fvdl <fvdl@NetBSD.org>

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


# 7c575717 26-Jan-2000 leo <leo@NetBSD.org>

Restructure the ite/grf definitions:
- Make the ite<n> -> grfXX<n> relations explicit. This solves problems
with the newer autoconf code.
- Nuke the grfcc definition in std.atari. A Hades has

Restructure the ite/grf definitions:
- Make the ite<n> -> grfXX<n> relations explicit. This solves problems
with the newer autoconf code.
- Nuke the grfcc definition in std.atari. A Hades has not grfcc...

show more ...


# d116707a 15-Nov-1999 fvdl <fvdl@NetBSD.org>

Add

prefix ../gnu/sys
cinclude "conf/files.softdep"
prefix

to all std.* files, so that soft dependencies can be activated using
"options SOFTDEP".


# ca5f9685 24-Mar-1999 mrg <mrg@NetBSD.org>

clean up kernel/config files files for machVM lossage.


# 9588304d 16-Jan-1999 chuck <chuck@NetBSD.org>

MNN no longer an option


# 77e8bc0d 02-Sep-1998 mrg <mrg@NetBSD.org>

really turn UVM on on the atari...


# 4eb4a78d 07-May-1998 leo <leo@NetBSD.org>

Implement MACHINE_NEW_NONCONTIG. Implementation is based on Ignatios' amiga
implementation and Chuck's conversion description.


# 6c986561 17-Nov-1997 lukem <lukem@NetBSD.org>

* add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file
* fix up use of 'options<SPACE><TAB>'


# a5d68d8e 17-Nov-1996 leo <leo@NetBSD.org>

Move SWAPPAGER, VNODEPAGER and DEVPAGER options to std.atari.


# 626210d2 08-Nov-1996 leo <leo@NetBSD.org>

Move the definition for the floppy device from std.atari to the different
config files because the Hades needs another driver for it.


# 44263b45 06-Nov-1996 leo <leo@NetBSD.org>

Add the external drive to the standard setup.


# 4a6637f7 16-Oct-1996 leo <leo@NetBSD.org>

Add EXEC_SCRIPT and EXEC_AOUT options.


# 7a128f0c 16-Sep-1996 leo <leo@NetBSD.org>

Sync with changes in the grf/ite/view system.


# 202c5712 27-Mar-1996 leo <leo@NetBSD.org>

- Add printer device
- Add ym2149 files
- Make ramdisk a pseudo-device


# 55b65fb4 14-Mar-1996 leo <leo@NetBSD.org>

Switch to the mi ramdisk driver.


# 80bf490a 09-Jun-1995 leo <leo@NetBSD.org>

Support & require MACHINE_NONCONTIG


12