Lines Matching +full:system +full:- +full:bus

41 .Cd "options CAM_DEBUG_BUS=-1"
42 .Cd "options CAM_DEBUG_TARGET=-1"
43 .Cd "options CAM_DEBUG_LUN=-1"
53 subsystem provides a uniform and modular system for the implementation
67 When the system probes buses, it attaches any devices it finds to the
76 .Bl -tag -width SCSI_NO_SENSE_STRINGS
120 Do not let the "kernel bloat" zealots get to you -- leave
143 When the kernel boots, it sends a bus reset to each
149 devices need some amount of time to recover from a bus reset.
184 .Bd -literal -offset indent
192 .Bd -literal -offset indent
201 For controllers supporting more than one bus, a particular bus can be assigned
203 .Bd -literal -offset indent
205 hint.scbus.0.bus="1"
210 bus 0 to the bus 1 instance on
212 Peripheral drivers can be wired to a specific bus, target, and lun as so:
213 .Bd -literal -offset indent
227 wired to any particular controller, bus, target, and/or unit instance.
232 .Bd -literal -offset indent
243 This assigns the NVMe card at PCI bus 7 slot 0 function 1 to scbus 10.
255 .Bd -literal -offset indent
270 The system allows common device drivers to work through many different
279 bus and the system.
287 in which the system is capable of operating as a device, responding to
288 operations initiated by another system.
297 subsystem glues together the upper layers of the system to the storage devices.
299 system and translates them into protocol requests.
332 .Bl -tag -width 4
348 They interface to the system via a character device and provide
369 Physical SIMs are typically called host bus adapters (HBA), but not universally.
377 on any specific bus/device from the list of options compiled into the kernel.
379 .Bl -tag -width CAM_DEBUG_SUBTRACE
384 This flag enables function-level command flow tracing i.e.,
410 .Bl -tag -width CAM_DEBUG_COMPILE
423 Specify a bus to debug.
424 To debug all buses, set this to -1.
427 To debug all targets, set this to -1.
430 To debug all luns, set this to -1.
440 .Bl -tag -width 20
509 .An -nosplit