summaryrefslogtreecommitdiffstats
path: root/sys/scsi/pt.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved unit definitions out of scsiconf.h;dufault1995-05-031-2/+2
| | | | | | 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.
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalgibbs1995-04-231-8/+8
| | | | | | | | flags parameter to all xxstart routines so that the correct information can be passed down into the device specific routines. This is needed to ensure that ccb/scb allocation routines don't hang. Submitted by: John Dyson
* Added "scsi target" device that can act as a target for scsi transfersdufault1995-04-141-6/+46
| | | | | | | | 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
* 1. Change driver signatures to full signature for slice support.dufault1995-03-041-0/+214
2. Add "pt" (processor type) driver. 3. Add "worm" (Write Once) driver for Jordan.
OpenPOWER on IntegriCloud