[hatari-devel] Updated SCSI Driver/NF_SCSI URL |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Updated SCSI Driver/NF_SCSI URL
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Fri, 21 Feb 2020 15:23:32 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1582295012; s=strato-dkim-0002; d=seimet.de; h=Message-ID:Subject:To:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=l8L+zR5Ap6pcgt2J0pgGZWBdvBskXBfJqBVMdcM3o1U=; b=UmhEVtrAoMsBocp1h1p7B0n8BrjJfLr1MKQlZrxprKPhcEeY7/ReVSk+qZlQxGGD5w rrB1gWfTXJ7u8llE9NtaX4BnXcrub0QxlwknMlbmULcAJHMsHxx13fnlqHLnlQOyg/IC bGIfbGKzFPnH9PRT+e5vUB91vYyX1ZkJJKdgLCadYZhPjGPmY2LDuwo2gQlFLxctbExX 36DE21J7GcwC5P3pG4nJzsdbLGiLmTfmzUFv60rGm5xs0TKVbtPVoaEnQlG5L5pHjxCI 7/A9NvTFuLj11mJrq+ilCLS2UNdfG8syeajlqxmC+Z2G1PBhQCMxYTcSJzfrWKs1+zOx 3Jzw==
Hello,
Please note that the SCSI Driver page with NF_SCSI has a new URL:
https://www.hddriver.net/en/scsidriver.html. Can you please update the
documentation based on the attached patch?
Thank you
Uwe
diff --git a/doc/scsi-driver.txt b/doc/scsi-driver.txt
index f23acac5..e6c1e198 100644
--- a/doc/scsi-driver.txt
+++ b/doc/scsi-driver.txt
@@ -2,7 +2,7 @@ Hatari provides a host component implementation of the SCSI Driver for Hatari
(Linux only).
The SCSI Driver standard is an open software interface for the Atari and was
initiated by Steffen Engel. Please refer to src/nf_scsidrv.c and
-https://www.hddriver.net/en/downloads.html or
+https://www.hddriver.net/en/scsidriver.html or
https://github.com/uweseimet/atari_public for further information.
The SCSI Driver for Hatari implements a SCSI Driver on top of the Linux SG 3
@@ -22,7 +22,7 @@ It consists of two software components:
2. SCSI Driver stub for TOS, NF_SCSI.PRG. This component runs on TOS and
uses Hatari's NatFeats interface to call the host driver. The stub is
independent of the host platform Hatari is running on. NF_SCSI can be
- downloaded from https://www.hddriver.net/en/downloads.html.
+ downloaded from https://www.hddriver.net/en/scsidriver.html.
The NatFeats-based interface between the TOS stub and the host driver
implementation consists of these calls (NatFeats sub-ids):