diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-09-20 07:19:53 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-09-20 07:19:53 +0000 |
| commit | 1da3ff4eea5253f4186b51d5651ff1f2ebeaa34c (patch) | |
| tree | c2c30b872ce6c6b2fbdb947df31ef0fe07b0549e /sys/dev/dpt/dpt.h | |
| parent | 0c4930f5255b198ff997e915f4e0c42d6bfd5754 (diff) | |
Notes
Diffstat (limited to 'sys/dev/dpt/dpt.h')
| -rw-r--r-- | sys/dev/dpt/dpt.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h index b6f67318a345..79f4de409f47 100644 --- a/sys/dev/dpt/dpt.h +++ b/sys/dev/dpt/dpt.h @@ -40,7 +40,7 @@ */ -#ident "$Id: dpt.h,v 1.4 1998/08/05 00:54:37 eivind Exp $" +#ident "$Id: dpt.h,v 1.2 1998/09/15 08:33:31 gibbs Exp $" #ifndef _DPT_H #define _DPT_H @@ -100,7 +100,7 @@ typedef void *physaddr; * them in fixed increments, we need to put a practical limit on * these. A passed parameter (from kernel boot or lkm) would help */ -#define DPT_MAX_SEGS 1024 +#define DPT_MAX_SEGS 32 /* Debug levels */ @@ -898,9 +898,10 @@ typedef struct dpt_ccb { dccb_state state; union ccb *ccb; struct scsi_sense_data sense_data; + u_int8_t tag; u_int8_t retries; - u_int8_t status; /* status of this queueslot */ - u_int8_t *cmd; /* address of cmd */ + u_int8_t status; /* status of this queueslot */ + u_int8_t *cmd; /* address of cmd */ u_int32_t transaction_id; u_int32_t result; |
