Lines Matching +full:pci +full:- +full:host +full:- +full:cam +full:- +full:generic
29 .Nm CAM
41 .Cd "options CAM_DEBUG_BUS=-1"
42 .Cd "options CAM_DEBUG_TARGET=-1"
43 .Cd "options CAM_DEBUG_LUN=-1"
66 host adapters through host adapter drivers.
73 There are a number of generic kernel configuration options for the
76 .Bl -tag -width SCSI_NO_SENSE_STRINGS
120 Do not let the "kernel bloat" zealots get to you -- leave
184 .Bd -literal -offset indent
192 .Bd -literal -offset indent
203 .Bd -literal -offset indent
213 .Bd -literal -offset indent
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
302 the host adapter understands to transfer the protocol requests, and data (if
305 .Ss CAM
310 The interface between different parts of CAM is the CCB (or CAM Control Block).
313 A CAM Periph generates requests.
328 Disk devices, or direct access (da) in CAM, are one type of peripheral.
332 .Bl -tag -width 4
347 in CAM.
369 Physical SIMs are typically called host bus adapters (HBA), but not universally.
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
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
445 .Xr cam 3
509 .An -nosplit