Lines Matching +full:pci +full:- +full:to +full:- +full:cpu

3 .\"  PCI SCSI controllers.
5 .\" Copyright (C) 1999-2000 Gerard Roudier <groudier@club-internet.fr>
7 .\" This driver also supports the following Symbios/LSI PCI SCSI chips:
12 .\" This driver for FreeBSD-CAM is derived from the Linux sym53c8xx driver.
13 .\" Copyright (C) 1998-1999 Gerard Roudier
16 .\" a port of the FreeBSD ncr driver to Linux-1.2.13.
20 .\" Stefan Esser <se@mi.Uni-Koeln.de>
24 .\" FreeBSD-CAM services is based on the aic7xxx driver for FreeBSD-CAM
32 .\" ----------------------------------------------------------------------------
42 .\" 3. The name of the author may not be used to endorse or promote products
46 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
50 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
62 .Nd NCR/Symbios/LSI Logic 53C8XX PCI SCSI host adapter driver
67 .Bd -ragged -offset indent
68 .Cd "device pci"
73 To disable PCI parity checking (needed for broken bridges):
79 Alternatively, to load the driver as a
82 .Bd -literal -offset indent
90 fast40 and fast80-dt synchronous data transfers depending on controller
93 queueing and auto-request sense.
102 This driver supports the entire Symbios 53C8XX family of PCI SCSI
111 per IO completion is delivered to the CPU, and that the SCRIPTS processor
112 is never stalled waiting for CPU attention in normal situations.
117 Use of LOAD/STORE instead of MEMORY MOVE allows SCRIPTS to access IO
118 registers internal to the chip (no external PCI cycles).
119 As a result, the driver guarantees that no PCI self-mastering will occur
133 allows the driver to safely probe against bus mode and to set up the chip
136 For other chips that can support HVD but not LVD, the driver has to probe
137 implementation dependent registers (GPIO) in order to detect HVD bus mode.
149 driver will not enable PCI parity checking for 53C8XX devices.
151 checking should not be an option for PCI SCSI controllers, but some
152 systems have been reported to fail using 53C8XX chips, due to spurious or
153 permanent PCI parity errors detected.
158 that are not currently exported to the user.
164 options are planned to be exported through
170 At initialization, the driver tries to detect and read user settings from
175 following settings are taken into account and reported to CAM:
176 .Bl -column "SCSI parity checking" "Symbios"
181 .It "Scan targets hi-lo Y N"
184 .Bl -column "Synchronous period" "Symbios"
196 reported to CAM at system start-up.
203 NCR/Symbios/LSI Logic 53C8XX family of PCI SCSI controllers.
204 .Bl -column sym53c1510d "80MHz" "Width" "SRAM" "PCI64"
225 driver provides support for the following Symbios/LSI Logic PCI SCSI
228 .Bl -bullet -compact
258 .Tn 53C1010-33
260 .Tn 53C1010-66
268 one of the following add-on boards:
270 .Bl -bullet -compact
272 ASUS SC-200, SC-896
289 The DEC KZPCA-AA is a rebadged SYM8952U.
302 .An -nosplit
313 driver to Linux-1.2.13.