Re: [ANNOUNCE 3/6] Open-iSCSI High-Performance Initiator for Linux

From: Alexey Dobriyan
Date: Mon Mar 07 2005 - 03:47:37 EST


On Monday 07 March 2005 09:15, Alex Aizman wrote:
> drivers/scsi/Kconfig changes.

> --- linux-2.6.11.orig/drivers/scsi/Kconfig
> +++ linux-2.6.11.dima/drivers/scsi/Kconfig

> +config ISCSI_IF
> + tristate "iSCSI Open Transport Interface"
> + depends on SCSI && INET
> + ---help---
> + To compile this driver as a module, choose M here: the
> + module will be called iscsi_if.
> +
> + This driver manages multiple iSCSI transports. This module is required
> + for normal iscsid operation.
> +
> + See more detailed information here:
> +
> + http://www.open-iscsi.org

"To compile this driver as a module ..." boilerplate usually goes at the end
of description. Help text is indented with 2 spaces wrt "---help---":

---help---
This driver manages multiple iSCSI transports. ...

Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/