Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/stand/tostools/libtos Sync machine types with...



details:   https://anonhg.NetBSD.org/src/rev/32d5c31fac87
branches:  trunk
changeset: 501811:32d5c31fac87
user:      leo <leo%NetBSD.org@localhost>
date:      Sun Jan 07 21:24:05 2001 +0000

description:
Sync machine types with atari/include/cpu.h

diffstat:

 sys/arch/atari/stand/tostools/libtos/kparamb.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r d5bcf8b08ed5 -r 32d5c31fac87 sys/arch/atari/stand/tostools/libtos/kparamb.h
--- a/sys/arch/atari/stand/tostools/libtos/kparamb.h    Sun Jan 07 21:19:05 2001 +0000
+++ b/sys/arch/atari/stand/tostools/libtos/kparamb.h    Sun Jan 07 21:24:05 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kparamb.h,v 1.4 1999/02/19 21:51:26 leo Exp $  */
+/*     $NetBSD: kparamb.h,v 1.5 2001/01/07 21:24:05 leo Exp $  */
 
 /*
  * Copyright (c) 1995 L. Weppelman
@@ -58,11 +58,14 @@
 #define        ATARI_68060     (1<<6)          /* 68060 CPU                    */
 #define        ATARI_TT        (1L<<11)        /* This is a TT030              */
 #define        ATARI_FALCON    (1L<<12)        /* This is a Falcon             */
+#define        ATARI_HADES     (1L<<13)        /* This is a Hades              */
+#define        ATARI_MILAN     (1L<<14)        /* This is a Milan              */
 
 #define        ATARI_CLKBROKEN (1<<16)         /* GEMDOS has faulty year base  */
 
 #define        ATARI_ANYCPU    (ATARI_68000|ATARI_68010|ATARI_68020|ATARI_68030 \
                        |ATARI_68040|ATARI_68060)
+#define        ATARI_ANYMACH   (ATARI_TT|ATARI_FALCON|ATARI_HADES|ATARI_MILAN)
 
 /*
  * Definitions for boothowto



Home | Main Index | Thread Index | Old Index