freebsd-nq/share/man
Nate Lawson c38b150ae4 New SCSI target emulator code
This code allows a user program to enable target mode on a SIM and
then emulate any number of devices (disks, tape drives, etc.)  All
decisions about device behavior (UA, CA, inquiry response) are left
to the usermode program and the kernel driver is merely a conduit
for CCBs.  This enables multiple concurrent target emulators, each
using its own backing store and IO model.

Also included is a user program that emulates a disk (RBC) using a
file as a backing store.  This provides functionality similar to
md(4) at the CAM layer.

Code has been tested on ahc(4) and should also work on isp(4) (and
other SIMs that gain target mode support).  It is a complete rewrite
of /sys/cam/scsi_target* and /usr/share/examples/scsi_target.

Design, comments from:	gibbs
Supported by:		Cryptography Research
Approved by:		re
2002-11-22 22:55:51 +00:00
..
man1 Mention the new bind(1) sh builtin. 2002-07-23 14:38:07 +00:00
man3 Add & hookup manpage for pthread_attr_get_np(3). 2002-10-26 15:04:29 +00:00
man4 New SCSI target emulator code 2002-11-22 22:55:51 +00:00
man5 Catch the make.conf manual page up with defaults/make.conf 2002-11-22 18:27:59 +00:00
man6 Removed whitespace at end-of-line; no content changes. I simply did 2001-07-14 19:41:16 +00:00
man7 Document the KERNELS variable. 2002-11-18 20:31:35 +00:00
man8 Update rc(8) manpage to reflect rc.d 2002-11-21 20:12:05 +00:00
man9 Activate mac_biba.9 2002-11-20 22:28:20 +00:00
Makefile Re-enable running of makewhatis(1). 2002-05-27 15:52:40 +00:00