sbp_targ.4freebsd

Langue: en

Autres versions - même langue

Version: 361788 (ubuntu - 24/10/10)

Section: 4 (Pilotes et protocoles réseau)


BSD mandoc

NAME

sbp_targ - Serial Bus Protocol 2 (SBP-2) Target Mode devices driver

SYNOPSIS

To compile this driver into the kernel, place the following lines in your kernel configuration file:
device sbp_targ device firewire device scbus device targ

Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf5:

 firewire_load="YES"
 cam_load="YES"
 sbp_targ_load"YES"
 

DESCRIPTION

The driver provides support for SBP-2 target mode. This driver is supposed to work with cam(4), targ(4) and firewire(4). You also need to use scsi_target8, which can be found in /usr/share/examples/scsi_target to provide actual devices.

EXAMPLES

 # mdconfig -a -t malloc -s 10m
 md0
 # scsi_target 0:0:0 /dev/md0
 (Assuming sbp_targ0 on scbus0)
 

SEE ALSO

cam(4), firewire(4), targ(4), camcontrol(8), fwcontrol(8), kldload(8), scsi_target8

AUTHORS

An -nosplit The driver was written by An Hidetoshi Shimokawa .

BUGS

This driver is Ud . It does not work correctly in multi-initiator environments or after the bus topology has been changed.