From c515717a02db4b51344a1b09f57d3df8c7b3bf67 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Sun, 22 Nov 2020 02:51:30 +0000 Subject: Remove remnants of execthrottle and maxalloc parameters. The first was obsolete since 26xx, not used on 25xx and not needed on 24xx. The second seems never worked on 24xx and up. --- sys/dev/isp/ispmbox.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sys/dev/isp/ispmbox.h') 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 @@ -652,13 +652,6 @@ typedef struct { #define RQSTF_DMA_ERROR 0x0080 #define RQSTF_LOGOUT 0x2000 -/* - * Miscellaneous - */ -#ifndef ISP_EXEC_THROTTLE -#define ISP_EXEC_THROTTLE 16 -#endif - /* * About Firmware returns an 'attribute' word. */ @@ -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 -- cgit v1.2.3