summaryrefslogtreecommitdiffstats
path: root/share/man/man4/targ.4
Commit message (Collapse)AuthorAgeFilesLines
* Sort sections.ru2005-01-211-10/+10
|
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-2/+2
|
* mdoc(7) police: Scheduled sweep.ru2003-02-241-1/+3
|
* kernel:njl2003-01-161-6/+5
| | | | | | | | | | | | * Fix a bug where devices weren't cleaned up on close(): CAM_REQ_CMP != 0 user: * Increase timeout in usermode to CAM_TIME_INFINITY. The initiator is in charge of timeouts and the value was in ms, not seconds. * Bring two debugging printfs under the debug flag * Clean up man page to show increased testing on isp(4) Submitted by: gibbs (bugfixes)
* mdoc(7) police: overhaul.ru2002-12-101-22/+33
| | | | Approved by: re
* New SCSI target emulator codenjl2002-11-221-0/+143
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
OpenPOWER on IntegriCloud