summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_tape.h
Commit message (Collapse)AuthorAgeFilesLines
* Make NEW_SCSICONF the default way of doing thingsjulian1995-12-101-67/+1
| | | | | | | | | | | | | | | It will need to be changed but it's the better starting point.. also add '?' to wildcarding in SCSI identification of devices.. so we can catch all PIONEER CD 6??* devices instead of having separate entries for the 600, 602, 604X, 624X etc.. it's getting so we should have a small regexp routine in the kernel maybe just a little one.. matching CDX-6[0-9][0-9][ A-Z] would be better there will be drastic changes in this but this is the best starting point..
* scsi_tape.h had some old cruft that looked like missing typedefs orphk1995-12-091-8/+8
| | | | something. Cleanup some lint in sd.c and st.c.
* Fix support for QIC_3080 drives...it 1/2 worked before.pst1995-11-301-1/+2
|
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
|
* Finally implement the kernel hook for the "mt eom" command. (Thejoerg1995-04-291-3/+3
| | | | | | | | user-level part has already been commited.) Note that i've lost the "official" code for this; it went into the system after 1.1.5.1. The commited code is my own version, but it has proven to work for me for more than a year now.
* cd.c: Julian's CD audio cleanupdufault1995-03-211-1/+89
| | | | | | | | | | 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
* Andreas Klemm's tape erase patches from 1.1.5.1jkh1994-10-281-1/+19
| | | | Submitted by: andreas
* Reviewed by: Julian Elischer / Jordan K. Hubbardse1994-09-281-1/+3
| | | | | | | | | | | | Changes are only effective, if NEW_SCSICONF is defined: 1) Added u_int16 quirks to struct scsi_link for device quirks. 2) Added void *devmodes to struct scsi_link for tape density modes. 3) Modified selectdev() to return first full match (with wildcard). With this patch all device dependent configuration is done in one place (scsiconf.c), while there were some specifications in st.c and some hardware dependent drivers (ie. ncr.c) before.
* New version of scsi code from Julianrgrimes1993-11-181-7/+5
|
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-1/+5
| | | | headers into a related source file.
* SCSI code update from Julianrgrimes1993-09-051-1/+3
|
* Revised drivers from Julian. Support for generic scsi. Fixed scsi tape (st.c)rgrimes1993-08-281-2/+9
| | | | | problems with respect to multiple tar files on one tape. Now uses malloc of data structures to reduce static kernel size.
* Fixed printf's so that they announce them selfs correctly (ie aha%d: beforergrimes1993-08-211-42/+2
| | | | every error message and every probe message).
* Update scsi code to the latest from Julian. This code is now identicalrgrimes1993-08-201-55/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to the last copy from Julian. After this commit I will be commiting the local fixes and makeing diffs to send back to Julian so he can update his code. ---- From julian@jules.DIALix.oz.au Thu Aug 5 09:25:23 1993 To: hd@world.std.com, julian@jules.DIALix.oz.au Cc: nate@bsd.coe.montana.edu Subject: Re: new scsi ---- From julian@jules.DIALix.oz.au Sat Aug 7 04:13:17 1993 To: hd@world.std.com (HD Associates) Cc: nate@bsd.coe.montana.edu Subject: Re: timeout diffs Here are the diffs to take the scsi stuff to my latest tree from what Nate and you received.. the changes remove all the local timeout stuff and use (un)timeout(), ---- From julian@jules.DIALix.oz.au Sat Aug 7 04:13:45 1993 To: hd@world.std.com (HD Associates) Cc: nate@bsd.coe.montana.edu, briggs@csugrad.cs.vt.edu here is a fix for a silly bug in the scsiconf I just sent out and a similar fix for st.c
* Removed PATCHKIT headers and updated our sources to Julian's withnate1993-07-291-14/+79
| | | | | our patches back in. Major changes to the Bustek driver and the Tape driver, the rest are minor.
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+169
OpenPOWER on IntegriCloud