Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/amiga/amiga pullup 1.4->1.5 (is)



details:   https://anonhg.NetBSD.org/src/rev/da3f660cb080
branches:  netbsd-1-4
changeset: 468532:da3f660cb080
user:      perry <perry%NetBSD.org@localhost>
date:      Wed Apr 28 22:44:58 1999 +0000

description:
pullup 1.4->1.5 (is)

diffstat:

 sys/arch/amiga/amiga/adosglue.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r f5d056ec450b -r da3f660cb080 sys/arch/amiga/amiga/adosglue.h
--- a/sys/arch/amiga/amiga/adosglue.h   Wed Apr 28 22:44:34 1999 +0000
+++ b/sys/arch/amiga/amiga/adosglue.h   Wed Apr 28 22:44:58 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: adosglue.h,v 1.4 1994/12/28 09:27:45 chopps Exp $      */
+/*     $NetBSD: adosglue.h,v 1.4.26.1 1999/04/28 22:44:58 perry Exp $  */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -44,6 +44,8 @@
 #define DOST_DOS       0x444f5300      /* 'DOSx' AmigaDos partition */
 #define DOST_AMIX      0x554e4900      /* 'UNIx' AmigaDos partition */
 #define DOST_MUFS      0x6d754600      /* 'muFx' AmigaDos partition (muFS) */
+#define DOST_EXT2      0x4c4e5800      /* 'LNX0' Linux fs partition (ext2fs) */
+#define DOST_LNXSWP    0x53575000      /* 'LNX0' Linux swap partition */
 
 struct adostype {
        u_char archtype;        /* see ADT_xxx below */
@@ -57,6 +59,7 @@
 #define ADT_NETBSDSWAP 3
 #define ADT_NETBSDUSER 4
 #define ADT_AMIX       5
+#define ADT_EXT2       6
 
 #define ISFSARCH_NETBSD(adt) \
        ((adt).archtype >= ADT_NETBSDROOT && (adt).archtype <= ADT_NETBSDUSER)



Home | Main Index | Thread Index | Old Index