Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: documentation: Clean up overview

- Change http to https where the latter works

- Drop references to I2O (Intelligent I/O)

- Use lore.kernel.org instead of marc.info for email links

- Update the location of the scsi_debug documentation

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20240408025425.18778-3-rdunlap@infradead.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Randy Dunlap and committed by
Martin K. Petersen
293fcea5 c3bf7774

+7 -8
+7 -8
Documentation/driver-api/scsi.rst
··· 20 20 out of use, the SCSI command set is more widely used than ever to 21 21 communicate with devices over a number of different busses. 22 22 23 - The `SCSI protocol <http://www.t10.org/scsi-3.htm>`__ is a big-endian 23 + The `SCSI protocol <https://www.t10.org/scsi-3.htm>`__ is a big-endian 24 24 peer-to-peer packet based protocol. SCSI commands are 6, 10, 12, or 16 25 25 bytes long, often followed by an associated data payload. 26 26 ··· 28 28 are the default protocol for storage devices attached to USB, SATA, SAS, 29 29 Fibre Channel, FireWire, and ATAPI devices. SCSI packets are also 30 30 commonly exchanged over Infiniband, 31 - `I2O <http://i2o.shadowconnect.com/faq.php>`__, TCP/IP 32 - (`iSCSI <https://en.wikipedia.org/wiki/ISCSI>`__), even `Parallel 31 + TCP/IP (`iSCSI <https://en.wikipedia.org/wiki/ISCSI>`__), even `Parallel 33 32 ports <http://cyberelk.net/tim/parport/parscsi.html>`__. 34 33 35 34 Design of the Linux SCSI subsystem ··· 169 170 170 171 Infrastructure to provide async events from transports to userspace via 171 172 netlink, using a single NETLINK_SCSITRANSPORT protocol for all 172 - transports. See `the original patch 173 - submission <http://marc.info/?l=linux-scsi&m=115507374832500&w=2>`__ for 174 - more details. 173 + transports. See `the original patch submission 174 + <https://lore.kernel.org/linux-scsi/1155070439.6275.5.camel@localhost.localdomain/>`__ 175 + for more details. 175 176 176 177 .. kernel-doc:: drivers/scsi/scsi_netlink.c 177 178 :internal: ··· 327 328 To be more realistic, the simulated devices have the transport 328 329 attributes of SAS disks. 329 330 330 - For documentation see http://sg.danny.cz/sg/sdebug26.html 331 + For documentation see http://sg.danny.cz/sg/scsi_debug.html 331 332 332 333 todo 333 334 ~~~~ 334 335 335 336 Parallel (fast/wide/ultra) SCSI, USB, SATA, SAS, Fibre Channel, 336 - FireWire, ATAPI devices, Infiniband, I2O, Parallel ports, 337 + FireWire, ATAPI devices, Infiniband, Parallel ports, 337 338 netlink...