summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2002-09-02 20:10:19 +0000
committerbrooks <brooks@FreeBSD.org>2002-09-02 20:10:19 +0000
commit72b448e706244b9c665f0ca48de5089bbf50d3d6 (patch)
tree0ecb65789811cff145c2da6d43f3e4a676db3941 /sys/boot/forth
parentf72048605bd3c2d2e2d67f14af1e86ec5068b6d1 (diff)
downloadFreeBSD-src-72b448e706244b9c665f0ca48de5089bbf50d3d6.zip
FreeBSD-src-72b448e706244b9c665f0ca48de5089bbf50d3d6.tar.gz
Make SCSI_DELAY setable at boot time and runtime via the
kern.cam.scsi_delay tunable/sysctl. Reviewed by: mdodd, njl
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index c4c0270..067f311 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -90,6 +90,7 @@ module_path="/boot/kernel;/boot/modules;/modules" # Set the module search path
#kern.nbuf="" # Set the number of buffer headers
#kern.ncallout="" # Set the maximum # of timer events
#kern.sgrowsiz="" # Set the amount to grow stack
+#kern.cam.scsi_delay="2000" # Delay (in ms) before probing SCSI
#kern.ipc.maxsockets="" # Set the maximum number of sockets avaliable
#kern.ipc.nmbclusters="" # Set the number of mbuf clusters
#kern.ipc.nmbufs="" # Set the maximum number of mbufs
OpenPOWER on IntegriCloud