summaryrefslogtreecommitdiffstats
path: root/sys/modules/cam
Commit message (Collapse)AuthorAgeFilesLines
* Remove the HW_WDOG option; it serves no purpose.des2004-08-291-1/+0
| | | | MFC after: 3 days
* Remove opt_da.h from the Makefile as well. Duplication of the option innjl2004-04-191-1/+0
| | | | | both the Makefile and sys/conf/options is what led to this oversight. Apologies for breaking the build.
* Use double quotes instead of single quotes for echos to build optionsbde2003-12-291-1/+1
| | | | | headers as in most other modules Makefiles (5 yesterday, none now). Fixed any simple nearby style bugs (not many).
* Fix the new DA_OLD_QUIRKS option for normal and module compiles.njl2003-07-291-0/+1
| | | | Pointed out by: bde
* New SCSI target emulator codenjl2002-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | 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
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.nyan2002-11-061-4/+0
|
* Remove cam_extend.c from sources to unbreak modules.alfred2002-08-151-1/+1
| | | | Missed by: kern/39809,njl
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-2/+0
| | | | Not objected to by: -current
* Turn on unconditional symbol export for modules whose API ismsmith2002-01-111-0/+2
| | | | | not clear enough, will require additional analysis, or will require some input from their maintainers.
* Add pc98 support.nyan2001-02-101-0/+4
|
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-24/+25
|
* CAM, the module: scbus, da, cd, and st wrapped in one module.n_hibma2000-08-131-0/+33
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.
OpenPOWER on IntegriCloud