Lines Matching +full:bus +full:- +full:specific
41 .Cd "options CAM_DEBUG_BUS=-1"
42 .Cd "options CAM_DEBUG_TARGET=-1"
43 .Cd "options CAM_DEBUG_LUN=-1"
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
190 bus numbers can be wired down to specific controllers with
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
312 information, and a command specific portion.
317 A SIM takes CCBs and translates them into hardware specific commands to push the
332 .Bl -tag -width 4
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