aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi/st.c
Commit message (Expand)AuthorAgeFilesLines
* Make a lot of things static.Poul-Henning Kamp1995-10-211-26/+26
* oops currupted a line by hitting the wrong key..Julian Elischer1995-10-121-2/+2
* Ack!Julian Elischer1995-10-121-7/+21
* Do not set SCSI_NOSLEEP on every tape command (the exception being duringJustin T. Gibbs1995-07-161-2/+2
* PR #kern/572:Joerg Wunsch1995-07-091-6/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-29/+29
* Moved unit definitions out of scsiconf.h;Peter Dufault1995-05-031-2/+5
* Finally implement the kernel hook for the "mt eom" command. (TheJoerg Wunsch1995-04-291-6/+22
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalJustin T. Gibbs1995-04-231-7/+7
* Added "scsi target" device that can act as a target for scsi transfersPeter Dufault1995-04-141-123/+108
* cd.c: Julian's CD audio cleanupPeter Dufault1995-03-211-76/+138
* 1. Add text for ASC/ASCQPeter Dufault1995-03-151-4/+4
* 1. Change driver signatures to full signature for slice support.Peter Dufault1995-03-041-9/+14
* Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.comPeter Dufault1995-03-011-195/+113
* iodone->biodone; get rid of older call syntax.Jordan K. Hubbard1995-02-251-2/+2
* Split byte packing functions into signed and unsigned versions.Peter Dufault1995-01-311-11/+11
* 1. Reject obviously broken CDB command lengthsPeter Dufault1995-01-241-2/+2
* Reviewed by: gibbs@estienne.CS.Berkeley.EDUPeter Dufault1995-01-081-23/+27
* Allocate all scsi-devices on the fly, not just CDs.Poul-Henning Kamp1994-12-161-45/+75
* Andreas Klemm's tape erase patches from 1.1.5.1Jordan K. Hubbard1994-10-281-1/+46
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-4/+8
* all: register devicesGarrett Wollman1994-10-191-1/+36
* Reviewed by: Julian Elischer / Jordan K. HubbardStefan Eßer1994-09-281-3/+33
* Rather than exclude bounce buffers support with NOBOUNCE, include itDavid Greenman1994-08-311-2/+2
* Added $Id$David Greenman1994-08-021-11/+1
* Bounce buffers. From John Dyson with help from me.David Greenman1994-03-231-2/+10
* Patch from Julian. Commit message by me.Rodney W. Grimes1994-01-291-3/+4
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-9/+9
* New version of scsi code from JulianRodney W. Grimes1993-11-181-1941/+1498
* >From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su>Rodney W. Grimes1993-10-201-2/+2
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-13/+1
* >From: Julian Elischer <julian@jules.DIALix.oz.au>Rodney W. Grimes1993-10-111-2/+3
* The dynamically allocated struct's where not getting properly initializedRodney W. Grimes1993-09-201-2/+4
* Several fixes to the st driver, for density detection and selection. NoRodney W. Grimes1993-09-071-43/+233
* SCSI code update from JulianRodney W. Grimes1993-09-051-279/+177
* Revised drivers from Julian. Support for generic scsi. Fixed scsi tape (st.c)Rodney W. Grimes1993-08-281-957/+1108
* Fixed printf's so that they announce them selfs correctly (ie aha%d: beforeRodney W. Grimes1993-08-211-84/+59
* Update scsi code to the latest from Julian. This code is now identicalRodney W. Grimes1993-08-201-84/+76
* Removed tabs from the front of XXU: messages to make it fit the otherRodney W. Grimes1993-08-061-5/+5
* Removed PATCHKIT headers and updated our sources to Julian's withNate Williams1993-07-291-156/+555
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+1774