summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_driver.c
Commit message (Collapse)AuthorAgeFilesLines
* fix a couple of stuffups in the worm driver and in other associated scsi filesjulian1995-12-051-2/+3
|
* If the open fails, don't mark the device as open (duh!)julian1995-12-051-2/+2
| | | | | symptom:.. once an open of a 'can only open it once' device fails.. you can never open it again, as it was marked open but wasn't open..
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
|
* Moved unit definitions out of scsiconf.h;dufault1995-05-031-38/+44
| | | | | | Added CONTROL device that only does user-ioctl and nothing else; Added protection so user-ioctl requires write access; Clean up scsiconf.h a little. It needs more work.
* Added "scsi target" device that can act as a target for scsi transfersdufault1995-04-141-9/+12
| | | | | | | | from an initiator Added Julian's support for residuals. Added Julian's fixes to the tape driver Made compile cleanly with -Wall Reduce boot up output
* cd.c: Julian's CD audio cleanupdufault1995-03-211-2/+9
| | | | | | | | | | sd.c: Julian's removal of subdriver requests st.c, scsi_tape.h: Julian's suport of compressed tape drives Note: compressed tape drives are still not working fully. scsiconf.h, scsi_base.c, scsi_driver.c: address problems in probes and error console logs
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+3
| | | | | | (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones.
* 1. Add text for ASC/ASCQdufault1995-03-151-1/+9
| | | | | 2. Clean up probe messages. This is how I propose it looks for 2.1 so if you don't like it you have my e-mail address.
* Fix when SCSI_DEBUG turned on. Thanks to Michael Reifenberger.dufault1995-03-051-4/+5
|
* 1. Change driver signatures to full signature for slice support.dufault1995-03-041-13/+23
| | | | | 2. Add "pt" (processor type) driver. 3. Add "worm" (Write Once) driver for Jordan.
* Make sure there is a device before opening. Fixes NULL accessdufault1995-03-031-1/+4
| | | | when opening unattached devices.
* Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.comdufault1995-03-011-0/+177
1. Support for fixed device configuration 2. Hoisted common code to scsi_driver 3. SCSI busses dynamically allocated at boot 4. Reorg'd for LKMs
OpenPOWER on IntegriCloud