diff options
| author | simonb <simonb@NetBSD.org> | 2000-10-31 15:16:26 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2000-10-31 15:16:26 +0000 |
| commit | 97e5badeae63d2ffc3e2822b766102f8bafaf329 (patch) | |
| tree | 69e242070eacc7eacdaaa0f2fb87e6d6a2070b59 /sys/dev/tc | |
| parent | 953ed8c2baa4a73a1b7e3bfebf688f9472611d70 (diff) | |
Line up columns in #define list.
Diffstat (limited to 'sys/dev/tc')
| -rw-r--r-- | sys/dev/tc/ascvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/ascvar.h b/sys/dev/tc/ascvar.h index c1abc88eb87..ce166056e4e 100644 --- a/sys/dev/tc/ascvar.h +++ b/sys/dev/tc/ascvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ascvar.h,v 1.6 2000/02/08 04:35:03 nisimura Exp $ */ +/* $NetBSD: ascvar.h,v 1.7 2000/10/31 15:16:26 simonb Exp $ */ /* @@ -28,7 +28,7 @@ typedef struct scsi_state { #define DISCONN 0x001 /* true if currently disconnected from bus */ #define DMA_IN_PROGRESS 0x002 /* true if data DMA started */ #define DMA_IN 0x004 /* true if reading from SCSI device */ -#define DMA_RESUME 0x08 /* true if DMA was interrupted by disc. */ +#define DMA_RESUME 0x008 /* true if DMA was interrupted by disc. */ #define DMA_OUT 0x010 /* true if writing to SCSI device */ #define DID_SYNC 0x020 /* true if synchronous offset was negotiated */ #define TRY_SYNC 0x040 /* true if try neg. synchronous offset */ |
