Lines Matching +full:device +full:- +full:specific

32 .Cd "device scbus"
33 .Cd "device ada"
34 .Cd "device cd"
35 .Cd "device ch"
36 .Cd "device da"
37 .Cd "device pass"
38 .Cd "device pt"
39 .Cd "device sa"
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
145 bus to tell each device to reset itself to a default set of transfer
168 .Cd "device da"
173 so they appear as a particular device unit or
181 .Pa /boot/device.hints
184 .Bd -literal -offset indent
185 hint.device.unit.property="value"
190 bus numbers can be wired down to specific controllers with
192 .Bd -literal -offset indent
203 .Bd -literal -offset indent
212 Peripheral drivers can be wired to a specific bus, target, and lun as so:
213 .Bd -literal -offset indent
226 These examples can be combined together to allow a peripheral device to be
232 .Bd -literal -offset indent
255 .Bd -literal -offset indent
270 The system allows common device drivers to work through many different
287 in which the system is capable of operating as a device, responding to
303 any) to the storage device.
312 information, and a command specific portion.
317 A SIM takes CCBs and translates them into hardware specific commands to push the
325 They can also come in directly from character device requests for tapes and pass
329 These devices present themselves to the kernel a device ending in
331 Each protocol has a unique device name:
332 .Bl -tag -width 4
334 SCSI or SAS device, or devices that accept SCSI CDBs for I/O.
336 ATA or SATA device
338 NVME device
340 An SD or MMC block storage device.
348 They interface to the system via a character device and provide
354 device will pass through CCB requests from userland to the SIM directly.
355 The device is used to send commands other than read, write, trim or flush to a
356 device.
359 command uses this device.
363 It is also responsible for device discovery for those SIM drivers that do not
374 device entries.
377 on any specific bus/device from the list of options compiled into the kernel.
379 .Bl -tag -width CAM_DEBUG_SUBTRACE
381 This flag enables general informational printfs for the device
384 This flag enables function-level command flow tracing i.e.,
393 commands sent to a particular device or devices.
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
509 .An -nosplit