diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-09-29 07:32:27 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-09-29 07:32:27 +0000 |
commit | 71a6bf504fa727ce6c66b00d240130288598b49a (patch) | |
tree | 51d162732638f1a3484e884f8ed8b9f171a358cb /sys/arch/hppa | |
parent | 3888db5b76ec0c80dae00e944842b3cef9d743f5 (diff) |
more lif types
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/lifvar.h | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/lifvar.h b/sys/arch/hppa/include/lifvar.h index 006f6ed4791..e604e751c4c 100644 --- a/sys/arch/hppa/include/lifvar.h +++ b/sys/arch/hppa/include/lifvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lifvar.h,v 1.1 1998/07/27 15:39:01 mickey Exp $ */ +/* $OpenBSD: lifvar.h,v 1.2 1998/09/29 07:32:26 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -84,9 +84,16 @@ struct load { #define VOL_ID -32768 #define VOL_OCT 4096 -#define DIR_TYPE -5822 -#define DIR_ISL -12800 -#define DIR_FS -13000 +#define DIR_SWAP 0x5243 +#define DIR_FS 0xcd38 +#define DIR_IOMAP 0xcd60 +#define DIR_HPUX 0xcd80 +#define DIR_ISL 0xce00 +#define DIR_PAD 0xcffe +#define DIR_AUTO 0xcfff +#define DIR_EST 0xd001 +#define DIR_TYPE 0xe942 + #define DIR_FLAG 0x8001 /* dont ask me! */ #define SECTSIZE 256 |