| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Avoid creating (and subsequently using) fake opt_*.h files
when the modules are built with the kernel and hence actual
opt_*.h files are available in ${KERNBUILDDIR}. Fix a few
small bugs that would prevent this from working.
At last the build options of the modules become consistent
with those of the kernel unless the MODULES_WITH_WORLD way
still is used.
Approved by: re (kensmith, scottl)
Requested by: ru
Tested on: amd64 i386 sparc64
Tested by: md5
Notes:
svn path=/stable/6/; revision=155500
|
| |
|
|
|
|
|
| |
Discussed with, okayed, authorized, requested by, on behalf of: n_hibma (MAINTAINER)
Notes:
svn path=/head/; revision=146957
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=134479
|
| |
|
|
|
|
|
|
| |
both the Makefile and sys/conf/options is what led to this oversight.
Apologies for breaking the build.
Notes:
svn path=/head/; revision=128431
|
| |
|
|
|
|
|
|
| |
headers as in most other modules Makefiles (5 yesterday, none now).
Fixed any simple nearby style bugs (not many).
Notes:
svn path=/head/; revision=123962
|
| |
|
|
|
|
|
| |
Pointed out by: bde
Notes:
svn path=/head/; revision=118179
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=107178
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106497
|
| |
|
|
|
|
|
| |
Missed by: kern/39809,njl
Notes:
svn path=/head/; revision=101946
|
| |
|
|
|
|
|
| |
Not objected to by: -current
Notes:
svn path=/head/; revision=89260
|
| |
|
|
|
|
|
|
| |
not clear enough, will require additional analysis, or will
require some input from their maintainers.
Notes:
svn path=/head/; revision=89245
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72315
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70711
|
|
|
Make the umass driver depend on this module.
Makes it possible to compile the kernel without SCSI support and load it
when for example a USB floppy is conencted.
Notes:
svn path=/head/; revision=64621
|