diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1999-09-27 20:30:33 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1999-09-27 20:30:33 +0000 |
commit | 4fb4310cdabdf5a1054be0bd3f5a793c5198bbc6 (patch) | |
tree | 596725b5dc4ad25bbc2cac7001379d0b1d73dfe5 /sys/arch/mvme68k/dev/vme.h | |
parent | 43fce7b667be075e444ebd5979a58091cd97166c (diff) |
This gets us to 2.6...
Diffstat (limited to 'sys/arch/mvme68k/dev/vme.h')
-rw-r--r-- | sys/arch/mvme68k/dev/vme.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/dev/vme.h b/sys/arch/mvme68k/dev/vme.h index 94a84ff714c..32cdaa4aa45 100644 --- a/sys/arch/mvme68k/dev/vme.h +++ b/sys/arch/mvme68k/dev/vme.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vme.h,v 1.5 1996/12/11 21:04:14 deraadt Exp $ */ +/* $OpenBSD: vme.h,v 1.6 1999/09/27 20:30:31 smurph Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -226,6 +226,10 @@ struct vme2reg { /*58*/ volatile u_long vme2_t2cmp; /*5c*/ volatile u_long vme2_t2count; /*60*/ volatile u_long vme2_tctl; +#define VME2_TCTL_CEN 0x01 +#define VME2_TCTL_COC 0x02 +#define VME2_TCTL_COVF 0x04 +#define VME2_TCTL_OVF 0xf0 #define VME2_TCTL_SCON 0x40000000 /* we are SCON */ #define VME2_TCTL_SYSFAIL 0x20000000 /* light SYSFAIL led */ #define VME2_TCTL_SRST 0x00800000 /* system reset */ |