Skip to content

Commit

Permalink
fix SCSI_SCAN_ASYNC help text
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Matthew Wilcox authored and Adrian Bunk committed Feb 17, 2007
1 parent be7d2f7 commit 082f6f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,16 @@ config SCSI_SCAN_ASYNC
The SCSI subsystem can probe for devices while the rest of the
system continues booting, and even probe devices on different
busses in parallel, leading to a significant speed-up.

If you have built SCSI as modules, enabling this option can
be a problem as the devices may not have been found by the
time your system expects them to have been. You can load the
scsi_wait_scan module to ensure that all scans have completed.
If you build your SCSI drivers into the kernel, then everything
will work fine if you say Y here.

You can override this choice by specifying scsi_mod.scan="sync"
or "async" on the kernel's command line.
You can override this choice by specifying "scsi_mod.scan=sync"
or async on the kernel's command line.

menu "SCSI Transports"
depends on SCSI
Expand Down

0 comments on commit 082f6f9

Please sign in to comment.