Home
last modified time | relevance | path

Searched refs:SCSI (Results 1 – 25 of 184) sorted by relevance

12345678

/Linux-v4.19/Documentation/scsi/
Dscsi-parameters.txt1 SCSI Kernel Parameters
15 advansys= [HW,SCSI]
18 aha152x= [HW,SCSI]
21 aha1542= [HW,SCSI]
24 aic7xxx= [HW,SCSI]
27 aic79xx= [HW,SCSI]
30 atascsi= [HW,SCSI]
33 BusLogic= [HW,SCSI]
37 gdth= [HW,SCSI]
40 gvp11= [HW,SCSI]
[all …]
D00-INDEX44 - Adaptec Ultra320 SCSI host adapters
56 - README file for the dc395x SCSI driver
64 - HP Smart Array Controller SCSI driver.
68 - Serial Attached SCSI management layer.
80 - info on driver for OnStream SC-x0 SCSI tape
86 - README for the SCSI media changer driver
88 - info on the sg driver for generic (non-disk/CD/tape) SCSI devices.
90 - List of SCSI-parameters to pass to the kernel at module load-time.
92 - short blurb on using SCSI support as a module.
94 - info on API between SCSI layer and low level drivers
[all …]
Dufs.txt17 3.4 SCSI Error handling
45 UFS has a layered communication architecture which is based on SCSI
54 protocol agnostic, however SCSI has been selected as a baseline
56 UFS supports subset of SCSI commands defined by SPC-4 and SBC-3.
57 * UCS: It handles SCSI commands supported by UFS specification.
94 The UFS host controller driver is based on Linux SCSI Framework.
96 SCSI Midlayer and PCIe based UFS host controllers.
108 Transfer request handling module of UFSHCD receives SCSI commands
109 from SCSI Midlayer, forms UPIUs and issues the UPIUs to UFS Host
111 host controller in the form of UPIUs and intimates the SCSI Midlayer
[all …]
DBusLogic.txt1 BusLogic MultiMaster and FlashPoint SCSI Driver for Linux
19 BusLogic, Inc. designed and manufactured a variety of high performance SCSI
40 to achieve the full performance that BusLogic SCSI Host Adapters and modern
41 SCSI peripherals are capable of, and to provide a highly robust driver that can
47 The latest information on Linux support for BusLogic SCSI Host Adapters, as
54 driver and SCSI subsystem at startup, along with any subsequent system messages
55 relevant to SCSI operations, and a detailed description of your system's
61 the BT-948 PCI Ultra SCSI Host Adapter, and then again for the BT-958 PCI Wide
62 Ultra SCSI Host Adapter in January 1996. This was mutually beneficial since
78 "Mylex SCSI host adapters are compatible with all major operating systems
[all …]
Dsym53c8xx_2.txt13 2. Supported chips and SCSI features
15 3.1 Optimized SCSI SCRIPTS
39 10.2.6 Check SCSI BUS
40 10.2.7 Suggest a default SCSI id for hosts
47 10.4 SCSI BUS checking boot option
48 11. SCSI problem troubleshooting
60 This driver supports the whole SYM53C8XX family of PCI-SCSI controllers.
61 It also support the subset of LSI53C10XX PCI-SCSI controllers that are based
103 SCSI standard documentations are available at T10 site:
107 Useful SCSI tools written by Eric Youngdale are part of most Linux
[all …]
Dncr53c8xx.txt11 2. Supported chips and SCSI features
13 3.1 Optimized SCSI SCRIPTS
14 3.2 New features of the SYM53C896 (64 bit PCI dual LVD SCSI controller)
38 10.2.5 Ultra SCSI support
52 10.2.19 Check SCSI BUS
54 10.2.21 Suggest a default SCSI id for hosts
59 10.6 SCSI BUS checking boot option
67 14.3 Using only 8 bit devices with a WIDE SCSI controller.
70 15. SCSI problem troubleshooting
74 16.1 Synchronous timings for 53C875 and 53C860 Ultra-SCSI controllers
[all …]
Dscsi_mid_low_api.txt2 SCSI mid_level - lower_level driver interface
7 This document outlines the interface between the Linux SCSI mid level and
8 SCSI lower level drivers. Lower level drivers (LLDs) are variously called
11 single SCSI initiator port on a SCSI transport. An "initiator" port
12 (SCSI terminology, see SAM-3 at http://www.t10.org) sends SCSI commands
13 to "target" SCSI ports (e.g. disks). There can be many LLDs in a running
15 SCSI HBAs. Some HBAs contain multiple hosts.
17 In some cases the SCSI transport is an external bus that already has
19 SCSI subsystem LLD is a software bridge to the other driver subsystem.
24 For example, the aic7xxx LLD controls Adaptec SCSI parallel interface
[all …]
DNinjaSCSI.txt14 SCSI device: I-O data CDPS-PX24 (CD-ROM drive)
38 Because the NinjaSCSI driver requires some SCSI header files in Linux
85 version "KME ", "SCSI-CARD-001", "1"
88 version "KME ", "SCSI-CARD-002", "1"
91 version "KME ", "SCSI-CARD-003", "1"
94 version "KME ", "SCSI-CARD-004", "1"
108 If you eject card when doing some operation for your SCSI device or suspend
115 high level SCSI driver.
122 your SCSI device name(hard drive, CD-ROM, etc...)
Dscsi.txt1 SCSI subsystem documentation
4 the SCSI subsystem in the Linux kernel (lk) 2.4 series. See:
5 http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO . The LDP has single
8 http://web.archive.org/web/*/http://www.torque.net/scsi/SCSI-2.4-HOWTO
10 Notes on using modules in the SCSI subsystem
23 the SCSI subsystem.
37 aic7xxx.o driver is used to control all recent SCSI controller cards from
Dscsi_eh.txt2 SCSI EH
5 This document describes SCSI midlayer error handling infrastructure.
7 information regarding SCSI midlayer.
11 [1] How SCSI commands travel through the midlayer and to EH
17 [2] How SCSI EH works
23 [2-2-1] Pre transportt->eh_strategy_handler() SCSI midlayer conditions
24 [2-2-2] Post transportt->eh_strategy_handler() SCSI midlayer conditions
28 [1] How SCSI commands travel through the midlayer and to EH
32 Each SCSI command is represented with struct scsi_cmnd (== scmd). A
123 4. Wakes up SCSI EH thread if shost->host_busy == shost->host_failed
[all …]
Daic79xx.txt19 The following Adaptec SCSI Host Adapters are supported by this
25 Ultra320 SCSI ASIC
27 Ultra320 SCSI ASIC with Retained Training
29 Ultra320 SCSI ASIC
31 Ultra320 SCSI ASIC with Retained Training
35 Adaptec SCSI Card 39320 Dual Channel 64-bit PCI-X 133MHz to 7902A4/7902B
36 Ultra320 SCSI Card (one external
38 Adaptec SCSI Card 39320A Dual Channel 64-bit PCI-X 133MHz to 7902B
39 Ultra320 SCSI Card (one external
41 Adaptec SCSI Card 39320D Dual Channel 64-bit PCI-X 133MHz to 7902A4
[all …]
/Linux-v4.19/drivers/scsi/arm/
DKconfig2 # SCSI driver configuration for Acorn
5 tristate "Acorn SCSI card (aka30) support"
6 depends on ARCH_ACORN && SCSI
9 This enables support for the Acorn SCSI card (aka30). If you have an
13 bool "Support SCSI 2 Tagged queueing"
16 Say Y here to enable tagged queuing support on the Acorn SCSI card.
18 This is a feature of SCSI-2 which improves performance: the host
19 adapter can send several SCSI commands to a device's queue even if
20 previous commands haven't finished yet. Some SCSI devices don't
24 bool "Support SCSI 2 Synchronous Transfers"
[all …]
/Linux-v4.19/arch/mips/pci/
Dfixup-sni.c22 #define SCSI PCIMT_IRQ_SCSI macro
46 { SCSI, SCSI, SCSI, SCSI, SCSI }, /* SCSI */
63 { SCSI, SCSI, SCSI, SCSI, SCSI }, /* SCSI */
75 { SCSI, SCSI, SCSI, SCSI, SCSI }, /* SCSI */
80 #undef SCSI
/Linux-v4.19/drivers/zorro/
Dzorro.ids16 0a00 [SCSI Host Adapter]
22 1300 Warp Engine [Accelerator, SCSI Host Adapter and RAM Expansion]
28 5400 A4091 [SCSI Host Adapter]
31 0100 A2090/A2090A [SCSI Host Adapter]
32 0200 A590/A2091 [SCSI Host Adapter]
33 0300 A590/A2091 [SCSI Host Adapter]
34 0400 A2090B 2090 Autoboot [SCSI Host Adapter]
42 5400 A4091 [SCSI Host Adapter]
49 0300 A2090/A2090A Combitec/MacroSystem [SCSI Host Adapter]
57 0400 Kronos 2000 [SCSI Host Adapter]
[all …]
/Linux-v4.19/drivers/scsi/
DKconfig1 menu "SCSI device support"
5 default y if SCSI=n || SCSI=y
6 default m if SCSI=m
16 config SCSI config
17 tristate "SCSI device support"
23 If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or
24 any other SCSI device under Linux, say Y and make sure that you know
25 the name of your SCSI host adapter (the card inside your computer
26 that "speaks" the SCSI protocol, also called SCSI controller),
30 the SCSI protocol. Examples of this include the parallel port
[all …]
/Linux-v4.19/Documentation/driver-api/
Dscsi.rst2 SCSI Interfaces Guide
19 Although the old parallel (fast/wide/ultra) SCSI bus has largely fallen
20 out of use, the SCSI command set is more widely used than ever to
23 The `SCSI protocol <http://www.t10.org/scsi-3.htm>`__ is a big-endian
24 peer-to-peer packet based protocol. SCSI commands are 6, 10, 12, or 16
27 SCSI commands can be transported over just about any kind of bus, and
29 Fibre Channel, FireWire, and ATAPI devices. SCSI packets are also
35 Design of the Linux SCSI subsystem
38 The SCSI subsystem uses a three layer design, with upper, mid, and low
39 layers. Every operation involving the SCSI subsystem (such as reading a
[all …]
/Linux-v4.19/drivers/scsi/megaraid/
DKconfig.megaraid3 depends on PCI && SCSI
9 depends on PCI && SCSI && MEGARAID_NEWGEN
19 depends on PCI && SCSI && MEGARAID_MM
40 LSI MegaRAID SCSI 320-0 1000:1960:1000:A520
41 LSI MegaRAID SCSI 320-1 1000:1960:1000:0520
42 LSI MegaRAID SCSI 320-2 1000:1960:1000:0518
43 LSI MegaRAID SCSI 320-0X 1000:0407:1000:0530
44 LSI MegaRAID SCSI 320-2X 1000:0407:1000:0532
45 LSI MegaRAID SCSI 320-4X 1000:0407:1000:0531
46 LSI MegaRAID SCSI 320-1E 1000:0408:1000:0001
[all …]
/Linux-v4.19/drivers/scsi/device_handler/
DKconfig2 # SCSI Device Handler configuration
6 bool "SCSI Device Handlers"
7 depends on SCSI
10 SCSI Device Handlers provide device specific support for
16 depends on SCSI_DH && SCSI
22 depends on SCSI_DH && SCSI
30 depends on SCSI_DH && SCSI
36 depends on SCSI_DH && SCSI
38 SCSI Device handler for generic SPC-3 Asymmetric Logical Unit
/Linux-v4.19/Documentation/filesystems/nfs/
Dpnfs-scsi-server.txt2 pNFS SCSI layout server user guide
5 This document describes support for pNFS SCSI layouts in the Linux NFS server.
6 With pNFS SCSI layouts, the NFS server acts as Metadata Server (MDS) for pNFS,
9 underlying SCSI LUNs that are shared with the client.
11 To use pNFS SCSI layouts with with the Linux NFS server, the exported file
12 system needs to support the pNFS SCSI layouts (currently just XFS), and the
13 file system must sit on a SCSI LUN that is accessible to the clients in
18 On a server built with CONFIG_NFSD_SCSI, the pNFS SCSI volume support is
20 option and the underlying SCSI device support persistent reservations.
/Linux-v4.19/drivers/scsi/pcmcia/
DKconfig2 # PCMCIA SCSI adapter configuration
6 bool "PCMCIA SCSI adapter support"
7 depends on SCSI!=n && PCMCIA!=n
10 if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m
16 Say Y here if you intend to attach this type of PCMCIA SCSI host
26 If you intend to attach this type of PCMCIA SCSI host adapter to
48 (version string: "KME ","SCSI-CARD-001","1")]
59 Say Y here if you intend to attach this type of PCMCIA SCSI host
69 SCSI adapter based on the Symbios 53c500 controller.
/Linux-v4.19/drivers/eisa/
Deisa.ids10 ABP0510 "Advansys ABP-510 ISA SCSI Host Adapter"
11 ABP0540 "Advansys ABP-540/542 ISA SCSI Host Adapter"
12 ABP7401 "AdvanSys ABP-740/742 EISA Single Channel SCSI Host Adapter"
13 ABP7501 "AdvanSys ABP-750/752 EISA Dual Channel SCSI Host Adapter"
51 ADP0000 "Adaptec AHA-1740 SCSI"
52 ADP0001 "Adaptec AHA-1740A SCSI"
53 ADP0002 "Adaptec AHA-1742A SCSI"
54 ADP0100 "Adaptec AHA-1540/1542 ISA SCSI Host Adapter"
56 ADP0200 "Adaptec AHA-1520/1522 ISA SCSI Host Adapter"
57 ADP0400 "Adaptec AHA-1744 SCSI"
[all …]
/Linux-v4.19/drivers/target/loopback/
DKconfig2 tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module"
3 depends on SCSI
5 Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD
/Linux-v4.19/Documentation/s390/
Dzfcpdump.txt1 The s390 SCSI dump tool (zfcpdump)
4 dumps on SCSI disks. The dump process is initiated by booting a dump tool, which
13 below 32 MB. zfcpdump is installed on a SCSI disk using zipl (as contained in
15 system can then trigger a SCSI dump by booting the SCSI disk, where zfcpdump
40 reads from /proc/vmcore or zcore/mem and writes the system dump to a SCSI disk.
43 initramfs with a user space application that writes the dump to a SCSI
/Linux-v4.19/drivers/infiniband/ulp/srp/
DKconfig2 tristate "InfiniBand SCSI RDMA Protocol"
3 depends on SCSI && INFINIBAND_ADDR_TRANS
6 Support for the SCSI RDMA Protocol over InfiniBand. This
/Linux-v4.19/drivers/message/fusion/
DKconfig16 depends on PCI && SCSI
19 SCSI HOST support for a parallel SCSI host adapters.
31 depends on PCI && SCSI
34 SCSI HOST support for a Fiber Channel host adapters.
50 depends on PCI && SCSI
53 SCSI HOST support for a SAS host adapters.

12345678