aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* Wait a much longer time for slow devices like CD multichangers to timeoutJordan K. Hubbard1994-05-191-3/+3
* Bug fixes and performance improvements from John Dyson and myself:David Greenman1994-04-203-8/+18
* from John Dyson:David Greenman1994-04-051-1/+5
* Bounce buffers. From John Dyson with help from me.David Greenman1994-03-234-5/+30
* Get rid of a nagging call to sleep() which crept back in.Garrett Wollman1994-03-201-1/+1
* Catch the divide by zero bug earlier. If the drive give backAndreas Schulz1994-03-151-3/+12
* Put a safety check in for the secsiz divide for the MB printf. ElseAndreas Schulz1994-03-141-2/+2
* Gee, seems like I have commited this fix at least 3 times :-)Rodney W. Grimes1994-02-071-2/+2
* Fixed CDIOREADTOCENTRYS ioctl call so that it returns only the entriesSteven Wallace1994-02-051-9/+11
* Fixed bug in dump code that caused the wrong physical page to be dumped.David Greenman1994-01-291-2/+2
* Patch from Julian. Commit message by me.Rodney W. Grimes1994-01-295-11/+48
* Remove bogus and missleading comment, this has been fixed.Rodney W. Grimes1994-01-221-2/+1
* "New" VM system from John Dyson & myself. For a run-down of theDavid Greenman1994-01-142-5/+19
* sddump code is now standard, no more options SDDUMP needed in the kernelRodney W. Grimes1994-01-061-35/+13
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-199-58/+74
* Patch from Julian Elischer:David Greenman1993-11-251-2/+3
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-255-17/+33
* New version of scsi code from JulianRodney W. Grimes1993-11-1817-6380/+5668
* Fixed comments.Garrett Wollman1993-11-181-2/+2
* Increase timeout in sd_start_unit procedure from 2000 to 6000, per Adam DavidRodney W. Grimes1993-11-081-2/+2
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-076-7/+30
* >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-163-16/+8
* >From: Julian Elischer <julian@jules.DIALix.oz.au>Rodney W. Grimes1993-10-111-2/+3
* Bring README into sync with Julians latest README (1 line deleted which wasRodney W. Grimes1993-09-211-1/+0
* >From julian@jules.DIALix.oz.au Fri Sep 10 22:58:30 1993Rodney W. Grimes1993-09-211-302/+339
* Increase the timeout from 2000 counts to 6000 counts, reported by someoneRodney W. Grimes1993-09-201-2/+2
* The dynamically allocated struct's where not getting properly initializedRodney W. Grimes1993-09-203-4/+10
* Fixed a small typo in an error printf.Andreas Schulz1993-09-101-2/+2
* The scsi cd.c driver is now fully dynamic. You can change the linesRodney W. Grimes1993-09-091-63/+116
* Changed the delay from 100 seconds to 20 seconds if you don't have scsiRodney W. Grimes1993-09-091-2/+2
* First pass fixes to start using malloc structures for all per unitRodney W. Grimes1993-09-081-31/+74
* Several fixes to the st driver, for density detection and selection. NoRodney W. Grimes1993-09-071-43/+233
* Fixed printf if you are using SCSI_DELAY to allow the scsi bus toRodney W. Grimes1993-09-051-2/+3
* SCSI code update from JulianRodney W. Grimes1993-09-052-280/+180
* Revised drivers from Julian. Support for generic scsi. Fixed scsi tape (st.c)Rodney W. Grimes1993-08-288-1276/+1668
* Fixed printf's so that they announce them selfs correctly (ie aha%d: beforeRodney W. Grimes1993-08-2112-424/+352
* Update scsi code to the latest from Julian. This code is now identicalRodney W. Grimes1993-08-2011-728/+542
* Update scsi code to the latest from Julian. This code is now identicalRodney W. Grimes1993-08-201-0/+7
* Removed tabs from the front of XXU: messages to make it fit the otherRodney W. Grimes1993-08-063-9/+9
* Removed PATCHKIT headers and updated our sources to Julian's withNate Williams1993-07-2912-262/+783
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-1212-0/+8237