Line up columns in #define list.

This commit is contained in:
simonb 2000-10-31 15:16:26 +00:00
parent 953ed8c2ba
commit 97e5badeae

@ -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 */