Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1435735 > unrolled thread

[PATCH] scsi: replace broken specification URL

Started byMichael Opdenacker <michael.opdenacker@free-electrons.com>
First post2016-07-02 09:00 +0200
Last post2016-07-02 16:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] scsi: replace broken specification URL Michael Opdenacker <michael.opdenacker@free-electrons.com> - 2016-07-02 09:00 +0200
    Re: [PATCH] scsi: replace broken specification URL James Bottomley <James.Bottomley@HansenPartnership.com> - 2016-07-02 16:50 +0200

#1435735 — [PATCH] scsi: replace broken specification URL

FromMichael Opdenacker <michael.opdenacker@free-electrons.com>
Date2016-07-02 09:00 +0200
Subject[PATCH] scsi: replace broken specification URL
Message-ID<rQn4e-dW-5@gated-at.bofh.it>
The t10.org website containing SCSI-2 draft specifications now requires
to be from a member company to access the documents.

This replaces the now broken link with another public resource
where the specifications can be found.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 Documentation/DocBook/scsi.tmpl | 2 +-
 drivers/scsi/scsicam.c          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/DocBook/scsi.tmpl b/Documentation/DocBook/scsi.tmpl
index 4b9b9b286cea..41ad3086b7a2 100644
--- a/Documentation/DocBook/scsi.tmpl
+++ b/Documentation/DocBook/scsi.tmpl
@@ -160,7 +160,7 @@
       <sect2 id="scsicam.c">
         <title>drivers/scsi/scsicam.c</title>
         <para>
-          <ulink url='http://www.t10.org/ftp/t10/drafts/cam/cam-r12b.pdf'>SCSI
+          <ulink url='ftp://ftp.uni-duisburg.de/Hardware/SCSI/cam-r12b.pdf'>SCSI
           Common Access Method</ulink> support functions, for use with
           HDIO_GETGEO, etc.
         </para>
diff --git a/drivers/scsi/scsicam.c b/drivers/scsi/scsicam.c
index 910f4a7a3924..8144618fe2de 100644
--- a/drivers/scsi/scsicam.c
+++ b/drivers/scsi/scsicam.c
@@ -207,7 +207,7 @@ EXPORT_SYMBOL(scsi_partsize);
  *
  * WORKING                                                    X3T9.2
  * DRAFT                                                        792D
- * see http://www.t10.org/ftp/t10/drafts/cam/cam-r12b.pdf
+ * see ftp://ftp.uni-duisburg.de/Hardware/SCSI/cam-r12b.pdf
  *
  *                                                        Revision 6
  *                                                         10-MAR-94
-- 
2.7.4

[toc] | [next] | [standalone]


#1435832

FromJames Bottomley <James.Bottomley@HansenPartnership.com>
Date2016-07-02 16:50 +0200
Message-ID<rQup3-4Lk-5@gated-at.bofh.it>
In reply to#1435735
On Sat, 2016-07-02 at 08:56 +0200, Michael Opdenacker wrote:
> The t10.org website containing SCSI-2 draft specifications now 
> requires to be from a member company to access the documents.
> 
> This replaces the now broken link with another public resource
> where the specifications can be found.

Just because T10 implemented a pay wall for standards, doesn't mean
they're not still the definitive source.

Adding a note about where you can get free versions is a useful
service, please do, but we have to keep the official links.  To be
honest the Duisberg site doesn't seem useful because it only has the
CAM standard.

The Wayback machine is more useful because it keeps a copy of the site
(with the attached standards) just before the paywall went up:

https://web.archive.org/web/20080828112749/http://t10.org/drafts.htm

But that only really has pre 2008 standards.

James

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web