summaryrefslogtreecommitdiff
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-09-0524-24/+24
* Bring in splbio protection to free_xs call from rev 1.47Justin T. Gibbs1997-03-241-1/+3
* Fix my broken config entries for the `od' driver in the !NEW_SCSICONFJoerg Wunsch1996-11-061-8/+8
* Disable the `worm' driver for 2.1.6. It doesn't work with the popluarJoerg Wunsch1996-11-061-1/+15
* Try number two. Add missing paren in MSG_IDENTIFY macro.Justin T. Gibbs1996-10-071-1/+1
* Bring in bug fix from 'SCSI' branch.Justin T. Gibbs1996-10-061-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-10-061-0/+37
* Fix two small nits in the -stable `od' driver.Joerg Wunsch1996-06-282-2/+3
* Merge from rev 1.50:Joerg Wunsch1996-06-251-1/+5
* Merge from HEAD:Joerg Wunsch1996-06-251-1/+5
* Merge the worm driver into -stable, untested, but eyeball-reviewed.Joerg Wunsch1996-06-232-67/+826
* Merge the fix from rev 1.69: bump the timeout for st_erase().Joerg Wunsch1996-06-221-2/+2
* Upgrade the `od' driver in -stable. Merge the fixes from theJoerg Wunsch1996-06-163-102/+156
* Merge the changes from rev 1.55 into -stable. Required inJoerg Wunsch1996-06-081-3/+9
* Retrofit the od driver into -stable. It's now stable enough toJoerg Wunsch1996-06-083-102/+75
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-05-191-0/+950
* add Nakamichi MBR-7 CD changer to knowndevs.Rich Murphey1996-04-041-1/+9
* Merge with HEAD.Justin T. Gibbs1996-04-0113-324/+320
* Merge from HEAD:Joerg Wunsch1996-03-313-5/+8
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-01-291-0/+93
* Merge with HEAD.Justin T. Gibbs1996-01-081-1/+2
* Fold in support for QIC-3080 format tape drives from -current.Paul Traina1996-01-052-2/+5
* Brought in change from rev 1.54: fix bug with using lots of CDROM drives.David Greenman1995-12-211-2/+2
* Brought in change from rev 1.17: set B_BUSY to avoid panic.David Greenman1995-11-101-2/+2
* Sync with main branch: fixes for worm drives.David Greenman1995-10-103-16/+37
* Brought in changes from main branch: code to allow probing past SCSI ID 7.David Greenman1995-08-312-20/+53
* Brought in change from rev 1.33: fix declaration.David Greenman1995-08-311-3/+3
* Brought Adaptec driver and sequencer code up to date with main branch,David Greenman1995-07-224-49/+90
* Remove trailing whitespace.Rodney W. Grimes1995-05-3021-198/+198
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-2/+2
* Added bounce support for user scsi requests.John Dyson1995-05-091-1/+7
* sdsize() didn't open a device often enough. This caused swap partitions onBruce Evans1995-05-081-17/+4
* Change defintion of unit to minor(dev). Sorry for notPeter Dufault1995-05-031-4/+2
* Try to make this work again. Peter's last changes left it like :Gary Palmer1995-05-031-4/+4
* Moved unit definitions out of scsiconf.h;Peter Dufault1995-05-0312-214/+188
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sBruce Evans1995-04-301-3/+3
* Finally implement the kernel hook for the "mt eom" command. (TheJoerg Wunsch1995-04-292-9/+25
* Submitted by: achePeter Dufault1995-04-291-2/+1
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalJustin T. Gibbs1995-04-237-37/+37
* Don't export a bogus include to half the universe.Bruce Evans1995-04-232-5/+4
* Declare wakeup() non-implicitly and don't bogusly cast its arg.Bruce Evans1995-04-231-2/+3
* Added "scsi target" device that can act as a target for scsi transfersPeter Dufault1995-04-1413-382/+1052
* Read of a record smaller then request size always failsAndrey A. Chernov1995-04-111-3/+2
* sdattach: print out cyl/hd/sec info in the same format as wd driver doesAndrey A. Chernov1995-04-101-4/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-282-5/+12
* Support disk slices. This involves mainly replacing inline code withBruce Evans1995-03-231-279/+116
* cd.c: Julian's CD audio cleanupPeter Dufault1995-03-218-185/+362
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-164-14/+24
* Plug lurking bug when a device returns ASC:ASCQ 0xff:0xffPeter Dufault1995-03-151-4/+15