diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-25 17:25:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-25 17:25:10 +0000 |
commit | 50fdf3b65df722978234502452aa8720f8367c53 (patch) | |
tree | 8ca25b3878bae7e02bd58a6ad946d65059a9f477 /sys/arch/hppa/include | |
parent | 28d37841facd148748f816beaf8e091614a8401a (diff) |
comment iomod_command usage
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/iomod.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/iomod.h b/sys/arch/hppa/include/iomod.h index d2230dea08f..70b414e28ec 100644 --- a/sys/arch/hppa/include/iomod.h +++ b/sys/arch/hppa/include/iomod.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iomod.h,v 1.4 1999/01/11 18:14:52 mickey Exp $ */ +/* $OpenBSD: iomod.h,v 1.5 1999/02/25 17:25:09 mickey Exp $ */ /* * Copyright (c) 1990 mt Xinu, Inc. All rights reserved. @@ -277,7 +277,6 @@ struct iomod { caddr_t io_spa; /* (WO) SPA space; 0-20:addr, 24-31:iodc_spa */ int resv1[2]; /* (reserved) */ u_int io_command; /* (WO) module commands (see below) */ -#define iomod_command (4*12) u_int io_status; /* (RO) error returns (see below) */ u_int io_control; /* memory err logging (bit-9), bc forwarding */ u_int io_test; /* (RO) self-test information */ @@ -304,6 +303,9 @@ struct iomod { }; #endif /* !_LOCORE */ +/* primarily for a "reboot" and "_rtt" routines */ +#define iomod_command (4*12) + /* io_flex */ #define DMA_ENABLE 0x1 /* flex register enable DMA bit */ |