public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen)
To: Stefan Richter <stefanr@s5r6.in-berlin.de>
Cc: James Bottomley <james.bottomley@steeleye.com>,
	linux-scsi@vger.kernel.org, Jeff Garzik <jeff@garzik.org>,
	Andi Kleen <andi@firstfloor.org>,
	Folkert van Heusden <folkert@vanheusden.com>,
	Adrian Bunk <bunk@kernel.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] SCSI: update Kconfig help text to indicate SCSI core's widespread usage
Date: Fri, 14 Sep 2007 14:54:34 -0400	[thread overview]
Message-ID: <20070914185434.GD5386@csclub.uwaterloo.ca> (raw)
In-Reply-To: <tkrat.d922469e152fe0f3@s5r6.in-berlin.de>

On Fri, Sep 14, 2007 at 06:01:53PM +0200, Stefan Richter wrote:
> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
> ---
> 
> Applicable to 2.6.23-rc6 and to scsi-misc.
> 
>  drivers/scsi/Kconfig |   32 ++++++++++++++++++++------------
>  1 file changed, 20 insertions(+), 12 deletions(-)
> 
> Index: linux-2.6.23-rc6/drivers/scsi/Kconfig
> ===================================================================
> --- linux-2.6.23-rc6.orig/drivers/scsi/Kconfig
> +++ linux-2.6.23-rc6/drivers/scsi/Kconfig
> @@ -12,23 +12,31 @@ config SCSI
>  	depends on BLOCK
>  	select SCSI_DMA if HAS_DMA
>  	---help---
> -	  If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or
> -	  any other SCSI device under Linux, say Y and make sure that you know
> -	  the name of your SCSI host adapter (the card inside your computer
> -	  that "speaks" the SCSI protocol, also called SCSI controller),
> -	  because you will be asked for it.
> -
> -	  You also need to say Y here if you have a device which speaks
> -	  the SCSI protocol.  Examples of this include the parallel port
> -	  version of the IOMEGA ZIP drive, USB storage devices, Fibre
> -	  Channel, FireWire storage and the IDE-SCSI emulation driver.
> +	  This option enables core support for SCSI protocols.
> +	  You need it
> +	  - for classic parallel SCSI hardware,
> +	  - for newer SCSI transports such as Fibre Channel, FireWire storage,
> +	    or iSCSI,
> +	  - for non-SCSI hardware which speaks SCSI protocols, such as USB
> +	    storage devices or the parallel port version of Iomega Zip drive,
> +	  - for non-SCSI hardware whose drivers translate from and to SCSI
> +	    protocols, like the IDE-SCSI emulation driver and most notably
> +	    for all SATA drivers.
>  
>  	  To compile this driver as a module, choose M here and read
>  	  <file:Documentation/scsi/scsi.txt>.
>  	  The module will be called scsi_mod.
>  
>  	  However, do not compile this as a module if your root file system
> -	  (the one containing the directory /) is located on a SCSI device.
> +	  (the one containing the directory /) is located on a SCSI device
> +	  or on a device whose driver represents it as SCSI device, as
> +	  indicated above.  Choose Y in this case, or set up an initrd.
> +
> +	  Subsequent options in this menu enable specific SCSI command set
> +	  support for harddisks, CD/DVD-ROM/R/W, tapes etc..  This menu also
> +	  presents options for specific SCSI controllers, while options for
> +	  some other SCSI transports and all non-SCSI controllers are located
> +	  in other menus (SATA, USB, FireWire etc.).
>  
>  config SCSI_DMA
>  	bool
> @@ -120,7 +128,7 @@ config BLK_DEV_SR
>  	tristate "SCSI CDROM support"
>  	depends on SCSI
>  	---help---
> -	  If you want to use a SCSI or FireWire CD-ROM under Linux,
> +	  If you want to use a SCSI, SATA, USB or FireWire CD-ROM or DVD-ROM,
>  	  say Y and read the SCSI-HOWTO and the CDROM-HOWTO at
>  	  <http://www.tldp.org/docs.html#howto>. Also make sure to say
>  	  Y or M to "ISO 9660 CD-ROM file system support" later.

You left out PATA running libata drivers.  Not just SATA is affected
there.  Looks pretty decent otherwise.

--
Len Sorensen

  parent reply	other threads:[~2007-09-14 18:54 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20070907124800.GP16806@vanheusden.com>
2007-09-08 16:07 ` sata & scsi suggestion for make menuconfig Andi Kleen
2007-09-08 16:50   ` Randy Dunlap
2007-09-08 16:53     ` Matthew Wilcox
2007-09-08 18:13     ` Andi Kleen
2007-09-08 18:30       ` Stefan Richter
2007-09-08 19:14         ` Andi Kleen
2007-09-08 19:32           ` Stefan Richter
2007-09-09 21:00   ` James Bottomley
2007-09-09 21:03     ` Andi Kleen
2007-09-09 21:11       ` Jeff Garzik
2007-09-09 21:22         ` Andi Kleen
2007-09-09 21:39           ` James Bottomley
2007-09-10  6:38             ` Stefan Richter
2007-09-10 12:43               ` Rene Herman
2007-09-11 20:16           ` Bauke Jan Douma
2007-09-12 22:46         ` Adrian Bunk
2007-09-14 14:54           ` Stefan Richter
2007-09-14 15:15             ` Adrian Bunk
2007-09-14 15:37               ` Stefan Richter
2007-09-14 16:01                 ` [PATCH] SCSI: update Kconfig help text to indicate SCSI core's widespread usage Stefan Richter
2007-09-14 16:29                   ` Jeff Garzik
2007-09-14 18:02                   ` [RFC PATCH] SCSI: split Kconfig menu into two Stefan Richter
2007-09-14 18:04                     ` [PATCH] SCSI: trailing whitespace in Kconfig Stefan Richter
2007-09-14 19:00                     ` [RFC PATCH] SCSI: split Kconfig menu into two Sam Ravnborg
2007-09-14 19:06                       ` Adrian Bunk
2007-09-14 20:01                         ` Stefan Richter
2007-09-15 11:40                           ` Adrian Bunk
2007-09-15 12:24                             ` Stefan Richter
2007-09-15 12:50                               ` Adrian Bunk
2007-09-15 13:20                                 ` Stefan Richter
2007-09-15 13:53                                   ` Adrian Bunk
2007-09-15 14:11                                     ` Stefan Richter
2007-09-15 14:43                                       ` Adrian Bunk
2007-09-15 15:27                                         ` Stefan Richter
2007-09-15 15:44                                           ` Jeff Garzik
2007-09-15 16:23                                             ` Adrian Bunk
2007-09-15 16:52                                               ` Bartlomiej Zolnierkiewicz
2007-09-15 19:17                                                 ` Jeff Garzik
2007-09-15 20:54                                                   ` Bartlomiej Zolnierkiewicz
2007-09-16 20:12                                               ` Greg KH
2007-09-15 16:42                                           ` Adrian Bunk
2007-09-17 11:29                               ` Maciej W. Rozycki
2007-09-17 14:46                                 ` Stefan Richter
2007-09-14 20:20                     ` Stefan Richter
2007-09-14 21:22                       ` [PATCH update] " Stefan Richter
2007-09-14 18:54                   ` Lennart Sorensen [this message]
2007-09-14 20:14                     ` [PATCH] SCSI: update Kconfig help text to indicate SCSI core's widespread usage Stefan Richter
2007-09-14 20:21                       ` Lennart Sorensen
2007-09-14 21:06                         ` Stefan Richter
2007-09-14 21:11                           ` Lennart Sorensen
2007-09-14 21:14                           ` [PATCH update] " Stefan Richter
2007-09-14 22:02                             ` FUJITA Tomonori
2007-09-15  6:16                               ` Stefan Richter
2007-09-15 10:52                                 ` FUJITA Tomonori
2007-09-15 12:30                                   ` Stefan Richter
2007-09-15 12:53                                     ` FUJITA Tomonori
2007-09-15 12:59                             ` Adrian Bunk
2007-09-15 13:19                               ` Stefan Richter
2007-09-14 16:16                 ` sata & scsi suggestion for make menuconfig Adrian Bunk
2007-09-14 16:50                   ` Stefan Richter
2007-09-15  8:04               ` Paul Rolland
2007-09-15  8:25                 ` Stefan Richter
2007-09-15 13:00                   ` Paul Rolland
2007-09-15 18:23                 ` david

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070914185434.GD5386@csclub.uwaterloo.ca \
    --to=lsorense@csclub.uwaterloo.ca \
    --cc=andi@firstfloor.org \
    --cc=bunk@kernel.org \
    --cc=folkert@vanheusden.com \
    --cc=james.bottomley@steeleye.com \
    --cc=jeff@garzik.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=stefanr@s5r6.in-berlin.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox