Messages in this thread Patch in this message |  | | From | "Justin P. Mattock" <> | | Subject | [PATCH 09/10]include/scsi/sg.h Update broken web addresses. | | Date | Fri, 10 Sep 2010 21:27:56 -0700 |
| |
Below you will find an Update to a broken web address. Please let me know if this needs to be changed.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
--- include/scsi/sg.h | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/scsi/sg.h b/include/scsi/sg.h index a9f3c6f..19d4d85 100644 --- a/include/scsi/sg.h +++ b/include/scsi/sg.h @@ -16,7 +16,7 @@ Version 2 and 3 extensions to driver: Version: 3.5.34 (20060920) This version is for 2.6 series kernels. - For a full changelog see http://www.torque.net/sg + For a full changelog see http://web.archive.org/web/*/http://www.torque.net/sg Map of SG verions to the Linux kernels in which they appear: ---------- ---------------------------------- @@ -52,17 +52,17 @@ Major new features in SG 3.x driver (cf SG 2.x drivers) Documentation ============= A web site for the SG device driver can be found at: - http://www.torque.net/sg [alternatively check the MAINTAINERS file] + http://web.archive.org/web/*/http://www.torque.net/sg The documentation for the sg version 3 driver can be found at: - http://www.torque.net/sg/p/sg_v3_ho.html + http://web.archive.org/web/*/http://www.torque.net/sg/p/sg_v3_ho.html This is a rendering from DocBook source [change the extension to "sgml" or "xml"]. There are renderings in "ps", "pdf", "rtf" and "txt" (soon). The SG_IO ioctl is now found in other parts kernel (e.g. the block layer). For more information see http://www.torque.net/sg/sg_io.html The older, version 2 documents discuss the original sg interface in detail: - http://www.torque.net/sg/p/scsi-generic.txt - http://www.torque.net/sg/p/scsi-generic_long.txt + http://web.archive.org/web/*/http://www.torque.net/sg/p/scsi-generic.txt + http://web.archive.org/web/*/http://www.torque.net/sg/p/scsi-generic_long.txt Also available: <kernel_source>/Documentation/scsi/scsi-generic.txt Utility and test programs are available at the sg web site. They are -- 1.7.2.1
|  |