diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2013-04-10 23:20:09 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2013-04-10 23:20:09 +0000 |
| commit | 591090c3175642ed02cfb89bff3f054487aa1bcd (patch) | |
| tree | c77fe6c932c805ba507bbadf5d6228dc28a1aed1 /sys/dev/dpt/dpt.h | |
| parent | 0ba1e4d063ea21fde904f15bea9fcad43cda1308 (diff) | |
Notes
Diffstat (limited to 'sys/dev/dpt/dpt.h')
| -rw-r--r-- | sys/dev/dpt/dpt.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h index f97586c8e798..a715e5884e62 100644 --- a/sys/dev/dpt/dpt.h +++ b/sys/dev/dpt/dpt.h @@ -1110,16 +1110,6 @@ typedef struct dpt_softc { #define DPT_HA_COMMAND_ACTIVE 0x00000080 #define DPT_HA_QUIET 0x00000100 -#ifdef DPT_LOST_IRQ -#define DPT_LOST_IRQ_SET 0x10000000 -#define DPT_LOST_IRQ_ACTIVE 0x20000000 -#endif - -#ifdef DPT_HANDLE_TIMEOUTS -#define DPT_HA_TIMEOUTS_SET 0x40000000 -#define DPT_HA_TIMEOUTS_ACTIVE 0x80000000 -#endif - u_int8_t primary; /* true if primary */ u_int8_t more_support :1, /* HBA supports MORE flag */ |
