aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispreg.h
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2020-11-22 02:51:30 +0000
committerAlexander Motin <mav@FreeBSD.org>2020-11-22 02:51:30 +0000
commitc515717a02db4b51344a1b09f57d3df8c7b3bf67 (patch)
tree71406bc1ead85a24c667722e77a131356f9be720 /sys/dev/isp/ispreg.h
parente68c619144bfd508f07095829385f914de962cc6 (diff)
downloadsrc-c515717a02db4b51344a1b09f57d3df8c7b3bf67.tar.gz
src-c515717a02db4b51344a1b09f57d3df8c7b3bf67.zip
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.
Notes
Notes: svn path=/head/; revision=367924
Diffstat (limited to 'sys/dev/isp/ispreg.h')
-rw-r--r--sys/dev/isp/ispreg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h
index 556626e3bafb..5d04ad2b4400 100644
--- a/sys/dev/isp/ispreg.h
+++ b/sys/dev/isp/ispreg.h
@@ -219,8 +219,6 @@ typedef struct {
#define ISP2400_NVRAM_VERSION(c) ((c)[4] | ((c)[5] << 8))
#define ISP2400_NVRAM_MAXFRAMELENGTH(c) (((c)[12]) | ((c)[13] << 8))
-#define ISP2400_NVRAM_EXECUTION_THROTTLE(c) (((c)[14]) | ((c)[15] << 8))
-#define ISP2400_NVRAM_EXCHANGE_COUNT(c) (((c)[16]) | ((c)[17] << 8))
#define ISP2400_NVRAM_HARDLOOPID(c) ((c)[18] | ((c)[19] << 8))
#define ISP2400_NVRAM_PORT_NAME(c) (\