diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-01-27 11:37:16 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-01-27 11:37:16 +0000 |
| commit | 4bc24b97bcc7768eee53e568f4641d3e4556c527 (patch) | |
| tree | b97466e463670c89a9d2e0bfa4dc9e100c437283 | |
| parent | 25bd52fee72c862e2dd9525de6aad376fed5319f (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 28 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 28 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 28 |
3 files changed, 84 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e575f875d7ea..6d200c4ac339 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1013,6 +1013,21 @@ options "EXT2FS" options "I586_CTR_GUPROF" options "I586_PMC_GUPROF=0x70000" options "IBCS2" +options KBD_MAXRETRY=4 +options KBD_MAXWAIT=6 +options KBD_RESETDELAY=201 +options KBDIO_DEBUG=2 +options MSGMNB=2049 +options MSGMNI=41 +options MSGSEG=2049 +options MSGSSZ=9 +options MSGTQL=41 +options NBUF=512 +options NMBCLUSTERS=1024 +options PSM_ACCEL=1 +options PSM_CHECKSYNC +options PSM_DEBUG=1 +options PSM_EMULATION options "SCSI_2_DEF" options SCSI_DELAY=8 # Be pessimistic about Joe SCSI device options SCSI_NCR_DEBUG @@ -1020,6 +1035,19 @@ options SCSI_NCR_DFLT_TAGS=4 options SCSI_NCR_MAX_SYNC=10000 options SCSI_NCR_MAX_WIDE=1 options SCSI_NCR_MYADDR=7 +options SEMMAP=31 +options SEMMNI=11 +options SEMMNS=61 +options SEMMNU=31 +options SEMMSL=61 +options SEMOPM=101 +options SEMUME=11 options SHOW_BUSYBUFS # List buffers that prevent root unmount +options SHMALL=1025 +options "SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)" +options SHMMAXPGS=1025 +options SHMMIN=2 +options SHMMNI=33 +options SHMSEG=9 options SI_DEBUG options SPX_HACK diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index e575f875d7ea..6d200c4ac339 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -1013,6 +1013,21 @@ options "EXT2FS" options "I586_CTR_GUPROF" options "I586_PMC_GUPROF=0x70000" options "IBCS2" +options KBD_MAXRETRY=4 +options KBD_MAXWAIT=6 +options KBD_RESETDELAY=201 +options KBDIO_DEBUG=2 +options MSGMNB=2049 +options MSGMNI=41 +options MSGSEG=2049 +options MSGSSZ=9 +options MSGTQL=41 +options NBUF=512 +options NMBCLUSTERS=1024 +options PSM_ACCEL=1 +options PSM_CHECKSYNC +options PSM_DEBUG=1 +options PSM_EMULATION options "SCSI_2_DEF" options SCSI_DELAY=8 # Be pessimistic about Joe SCSI device options SCSI_NCR_DEBUG @@ -1020,6 +1035,19 @@ options SCSI_NCR_DFLT_TAGS=4 options SCSI_NCR_MAX_SYNC=10000 options SCSI_NCR_MAX_WIDE=1 options SCSI_NCR_MYADDR=7 +options SEMMAP=31 +options SEMMNI=11 +options SEMMNS=61 +options SEMMNU=31 +options SEMMSL=61 +options SEMOPM=101 +options SEMUME=11 options SHOW_BUSYBUFS # List buffers that prevent root unmount +options SHMALL=1025 +options "SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)" +options SHMMAXPGS=1025 +options SHMMIN=2 +options SHMMNI=33 +options SHMSEG=9 options SI_DEBUG options SPX_HACK diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index e575f875d7ea..6d200c4ac339 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1013,6 +1013,21 @@ options "EXT2FS" options "I586_CTR_GUPROF" options "I586_PMC_GUPROF=0x70000" options "IBCS2" +options KBD_MAXRETRY=4 +options KBD_MAXWAIT=6 +options KBD_RESETDELAY=201 +options KBDIO_DEBUG=2 +options MSGMNB=2049 +options MSGMNI=41 +options MSGSEG=2049 +options MSGSSZ=9 +options MSGTQL=41 +options NBUF=512 +options NMBCLUSTERS=1024 +options PSM_ACCEL=1 +options PSM_CHECKSYNC +options PSM_DEBUG=1 +options PSM_EMULATION options "SCSI_2_DEF" options SCSI_DELAY=8 # Be pessimistic about Joe SCSI device options SCSI_NCR_DEBUG @@ -1020,6 +1035,19 @@ options SCSI_NCR_DFLT_TAGS=4 options SCSI_NCR_MAX_SYNC=10000 options SCSI_NCR_MAX_WIDE=1 options SCSI_NCR_MYADDR=7 +options SEMMAP=31 +options SEMMNI=11 +options SEMMNS=61 +options SEMMNU=31 +options SEMMSL=61 +options SEMOPM=101 +options SEMUME=11 options SHOW_BUSYBUFS # List buffers that prevent root unmount +options SHMALL=1025 +options "SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)" +options SHMMAXPGS=1025 +options SHMMIN=2 +options SHMMNI=33 +options SHMSEG=9 options SI_DEBUG options SPX_HACK |
