diff options
| -rw-r--r-- | sys/conf/NOTES | 5 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 059d68972483..7bef2eeb16ce 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2925,11 +2925,6 @@ options NBUF=512 # Number of buffer headers options NMBCLUSTERS=1024 # Number of mbuf clusters -# Set the size of the TCB hash, where information about active connections -# is stored. This must be a power of two, and should be set to something -# comfortably larger than the expected number of concurrent TCP connections. -options TCBHASHSIZE=4096 - options PSM_DEBUG=1 options SCSI_NCR_DEBUG diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 059d68972483..7bef2eeb16ce 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2925,11 +2925,6 @@ options NBUF=512 # Number of buffer headers options NMBCLUSTERS=1024 # Number of mbuf clusters -# Set the size of the TCB hash, where information about active connections -# is stored. This must be a power of two, and should be set to something -# comfortably larger than the expected number of concurrent TCP connections. -options TCBHASHSIZE=4096 - options PSM_DEBUG=1 options SCSI_NCR_DEBUG |
