diff options
author | Alexander Motin <mav@FreeBSD.org> | 2020-11-22 02:51:30 +0000 |
---|---|---|
committer | Alexander Motin <mav@FreeBSD.org> | 2020-11-22 02:51:30 +0000 |
commit | c515717a02db4b51344a1b09f57d3df8c7b3bf67 (patch) | |
tree | 71406bc1ead85a24c667722e77a131356f9be720 /sys/dev/isp/ispmbox.h | |
parent | e68c619144bfd508f07095829385f914de962cc6 (diff) |
Notes
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r-- | sys/dev/isp/ispmbox.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 7d07fc7fc8340..86ef445d15e31 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -653,13 +653,6 @@ typedef struct { #define RQSTF_LOGOUT 0x2000 /* - * Miscellaneous - */ -#ifndef ISP_EXEC_THROTTLE -#define ISP_EXEC_THROTTLE 16 -#endif - -/* * About Firmware returns an 'attribute' word. */ #define ISP2400_FW_ATTR_CLASS2 0x0001 @@ -769,8 +762,6 @@ typedef struct { #define ICB_MIN_FRMLEN 256 #define ICB_MAX_FRMLEN 2112 #define ICB_DFLT_FRMLEN 1024 -#define ICB_DFLT_ALLOC 256 -#define ICB_DFLT_THROTTLE 16 #define ICB_DFLT_RDELAY 5 #define ICB_DFLT_RCOUNT 3 |