diff options
| author | leo <leo@NetBSD.org> | 1998-05-07 07:25:51 +0000 |
|---|---|---|
| committer | leo <leo@NetBSD.org> | 1998-05-07 07:25:51 +0000 |
| commit | 4eb4a78df8a4899f03ff271eccb41c4bd217d7c4 (patch) | |
| tree | 7ac223cab0a49721ea9b03bfe1d4729c956c3795 /sys/arch/atari/conf/std.atari | |
| parent | 10a773225e6702770ab46fcefb65474f8687fced (diff) | |
Implement MACHINE_NEW_NONCONTIG. Implementation is based on Ignatios' amiga
implementation and Chuck's conversion description.
Diffstat (limited to 'sys/arch/atari/conf/std.atari')
| -rw-r--r-- | sys/arch/atari/conf/std.atari | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/conf/std.atari b/sys/arch/atari/conf/std.atari index 8fb02eedc88..64853b6a6f5 100644 --- a/sys/arch/atari/conf/std.atari +++ b/sys/arch/atari/conf/std.atari @@ -1,10 +1,10 @@ -# $NetBSD: std.atari,v 1.11 1997/11/17 01:57:40 lukem Exp $ +# $NetBSD: std.atari,v 1.12 1998/05/07 07:26:05 leo Exp $ # # standard atari information # machine atari m68k -options MACHINE_NONCONTIG # Non-contiguous memory support +options MACHINE_NEW_NONCONTIG # old interface isn't supported anymore # (required) options EXEC_SCRIPT # Support #! |
