public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* scsi-debug documentation?
@ 2008-10-14 19:17 Avi Kivity
  2008-10-15  0:06 ` Douglas Gilbert
  0 siblings, 1 reply; 4+ messages in thread
From: Avi Kivity @ 2008-10-14 19:17 UTC (permalink / raw)
  To: linux-scsi; +Cc: lkml

scsi-debug points to http://www.torque.net/sg/sdebug26.html as its
documentation.  That site appears to be dead however.  Does anyone have
a copy?

If so, I suggest Documentation/scsi/ as a better place for it.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: scsi-debug documentation?
  2008-10-14 19:17 scsi-debug documentation? Avi Kivity
@ 2008-10-15  0:06 ` Douglas Gilbert
  2008-10-15  1:26   ` FUJITA Tomonori
  2008-10-15 13:36   ` Avi Kivity
  0 siblings, 2 replies; 4+ messages in thread
From: Douglas Gilbert @ 2008-10-15  0:06 UTC (permalink / raw)
  To: Avi Kivity; +Cc: linux-scsi, lkml

Avi Kivity wrote:
> scsi-debug points to http://www.torque.net/sg/sdebug26.html as its
> documentation.  That site appears to be dead however.  Does anyone have
> a copy?
> 
> If so, I suggest Documentation/scsi/ as a better place for it.

Avi,
The torque.net domain has been sold and is no longer
functional. My pages have moved to
   http://sg.danny.cz/sg
This includes documentation on the sg driver and various user
space packages: sg3_utils, smp_utils, sdparm and lsscsi.

So the page you were looking for is now:
   http://sg.danny.cz/sg/sdebug26.html

Doug Gilbert


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: scsi-debug documentation?
  2008-10-15  0:06 ` Douglas Gilbert
@ 2008-10-15  1:26   ` FUJITA Tomonori
  2008-10-15 13:36   ` Avi Kivity
  1 sibling, 0 replies; 4+ messages in thread
From: FUJITA Tomonori @ 2008-10-15  1:26 UTC (permalink / raw)
  To: dgilbert; +Cc: avi, linux-scsi, linux-kernel

On Tue, 14 Oct 2008 20:06:47 -0400
Douglas Gilbert <dgilbert@interlog.com> wrote:

> Avi Kivity wrote:
> > scsi-debug points to http://www.torque.net/sg/sdebug26.html as its
> > documentation.  That site appears to be dead however.  Does anyone have
> > a copy?
> > 
> > If so, I suggest Documentation/scsi/ as a better place for it.
> 
> Avi,
> The torque.net domain has been sold and is no longer
> functional. My pages have moved to
>    http://sg.danny.cz/sg
> This includes documentation on the sg driver and various user
> space packages: sg3_utils, smp_utils, sdparm and lsscsi.
> 
> So the page you were looking for is now:
>    http://sg.danny.cz/sg/sdebug26.html

Why not update Kconfig and scsi_debug.c?

=
From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Subject: [PATCH] update scsi_debug's URL

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
---
 drivers/scsi/Kconfig      |    4 ++--
 drivers/scsi/scsi_debug.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 403ecad..510396f 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1517,8 +1517,8 @@ config SCSI_DEBUG
 	  each with multiple dummy SCSI devices (disks). It defaults to one
 	  host adapter with one dummy SCSI disk. Each dummy disk uses kernel
 	  RAM as storage (i.e. it is a ramdisk). To save space when multiple
-	  dummy disks are simulated, they share the same kernel RAM for 
-	  their storage. See <http://www.torque.net/sg/sdebug.html> for more
+	  dummy disks are simulated, they share the same kernel RAM for
+	  their storage. See <http://sg.danny.cz/sg/sdebug26.html> for more
 	  information. This driver is primarily of use to those testing the
 	  SCSI and block subsystems. If unsure, say N.
 
diff --git a/drivers/scsi/scsi_debug.c b/drivers/scsi/scsi_debug.c
index 27c633f..671fed0 100644
--- a/drivers/scsi/scsi_debug.c
+++ b/drivers/scsi/scsi_debug.c
@@ -12,7 +12,7 @@
  *  SAS disks.
  *
  *
- *  For documentation see http://www.torque.net/sg/sdebug26.html
+ *  For documentation see http://sg.danny.cz/sg/sdebug26.html
  *
  *   D. Gilbert (dpg) work for Magneto-Optical device test [20010421]
  *   dpg: work for devfs large number of disks [20010809]
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: scsi-debug documentation?
  2008-10-15  0:06 ` Douglas Gilbert
  2008-10-15  1:26   ` FUJITA Tomonori
@ 2008-10-15 13:36   ` Avi Kivity
  1 sibling, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2008-10-15 13:36 UTC (permalink / raw)
  To: dgilbert; +Cc: linux-scsi, lkml

Douglas Gilbert wrote:
> Avi Kivity wrote:
>> scsi-debug points to http://www.torque.net/sg/sdebug26.html as its
>> documentation.  That site appears to be dead however.  Does anyone have
>> a copy?
>>
>> If so, I suggest Documentation/scsi/ as a better place for it.
>
> Avi,
> The torque.net domain has been sold and is no longer
> functional. My pages have moved to
>   http://sg.danny.cz/sg
> This includes documentation on the sg driver and various user
> space packages: sg3_utils, smp_utils, sdparm and lsscsi.
>
> So the page you were looking for is now:
>   http://sg.danny.cz/sg/sdebug26.html
>

Thanks!

-- 
error compiling committee.c: too many arguments to function

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-10-15 13:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 19:17 scsi-debug documentation? Avi Kivity
2008-10-15  0:06 ` Douglas Gilbert
2008-10-15  1:26   ` FUJITA Tomonori
2008-10-15 13:36   ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox