sbp_targ -- Serial Bus Protocol 2 (SBP-2) Target Mode devices driver
kldload firewire
kldload cam
kldload sbp_targ
or
device sbp_targ
device firewire
device scbus
device targ
The sbp_targ 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_target(8), which can be found in /usr/share/example/scsi_target,
to provide actual devices.
# mdconfig -a -t malloc -s 10m
md0
# scsi_target 0:0:0 /dev/md0
(Assuming sbp_targ0 on scbus0)
cam(4), firewire(4), targ(4), camcontrol(8), fwcontrol(8), kldload(8),
scsi_target(8),
The sbp_targ driver was written by Hidetoshi Shimokawa.
This driver is still under development. This doesn't work correctly in
multi-initiator environment or after the bus topology has been changed.
FreeBSD 5.2.1 Nov 7, 2003 FreeBSD 5.2.1 [ Back ] |