On Tue, 14 Oct 2008 20:06:47 -0400 Douglas Gilbert <dgilbert@xxxxxxxxxxxx> 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@xxxxxxxxxxxxx> Subject: [PATCH] update scsi_debug's URL Signed-off-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html