summaryrefslogtreecommitdiffstats
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* Add a define for the SCSI_QUEUE_FULL sense messagegibbs1995-02-221-1/+2
* >From a week or two ago I got kernel panics as soon as I tried to access mydg1995-02-151-3/+3
* YFfix.phk1995-02-141-2/+4
* YFfix. addedphk1995-02-141-1/+2
* Split byte packing functions into signed and unsigned versions.dufault1995-01-314-25/+41
* 1. Reject obviously broken CDB command lengthsdufault1995-01-242-3/+18
* Add the missing forward declaration of chopen. Reported in theats1995-01-191-1/+2
* Remove dup biodone and no more SCSIUSER option.dufault1995-01-192-9/+3
* Ensured all files have copyright and RCS ID variable.dufault1995-01-082-0/+41
* Submitted by: Gerd Truschinskiats1995-01-081-2/+2
* Reviewed by: gibbs@estienne.CS.Berkeley.EDUdufault1995-01-0813-197/+921
* Fix the "wds" count stat.bde1994-12-241-2/+2
* Really fix the "byte" count stat. `wd's are actually blocks of 32 16-bitbde1994-12-241-2/+2
* Revert last patch - it's wrong.dg1994-12-231-2/+2
* Fixed byte count stat.dg1994-12-231-2/+2
* Added SCSI_DATA_OUT to flags passed to the device driver in sd_dump()se1994-12-221-2/+2
* Make sure we allocate at least 8 scbus if we allocate any at all.phk1994-12-181-1/+9
* Allocate all scsi-devices on the fly, not just CDs.phk1994-12-164-110/+218
* added a missing '\n' in both files.phk1994-12-032-4/+4
* Include "scbus.h" in scsiconfig.c to get the number NSCBUS from theats1994-11-271-1/+2
* Submitted by: Lawrence J. King ljking@ljk.OCUnix.On.Caats1994-11-171-1/+5
* Remove bogus and unused declaration and definition of Debugger().bde1994-11-151-7/+1
* Remove unused definition of Debugger().bde1994-11-151-6/+1
* Remove bogus declaration of Debugger(). Change the macro for Debugger()bde1994-11-151-7/+1
* scsiconf.h:ats1994-11-142-6/+6
* Delete a bogus check that the SCSI_DELAY only works for the firstats1994-11-121-4/+2
* Avoid a division by zero if the actual sector size isn't known during thejoerg1994-11-071-1/+7
* |Both, the wd and the sd driver do not reject invalid request of oddjoerg1994-11-031-1/+8
* Changed RAW_PART to RAWPART so it comes from disklabel.h.phk1994-10-311-12/+14
* Andreas Klemm's tape erase patches from 1.1.5.1jkh1994-10-282-2/+65
* Julian Elischer's disklabel fixes.jkh1994-10-272-7/+8
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-236-15/+57
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-211-2/+3
* Peter Dufaults comconsole changes.phk1994-10-201-3/+4
* Implement scsi_externalize(), again. (This was supposed to be committed in thewollman1994-10-191-1/+12
* Define SCSI_EXTERNALLEN outside of #ifdef KERNEL, for lsdev.wollman1994-10-191-2/+3
* Forgot to bring this file over from previous commit.wollman1994-10-191-1/+8
* all: register deviceswollman1994-10-194-4/+175
* Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtuallyphk1994-10-085-81/+95
* In sd_get_params() the timeout for the MODE_SENSE command was toorgrimes1994-10-041-2/+2
* Pull in 1.1.5.1 changes to sd.c from 1.23 to 1.27 (basically the fixes forrgrimes1994-10-041-2/+5
* GCC cleanup.phk1994-10-021-1/+2
* Reviewed by: Julian Elischer / Jordan K. Hubbardse1994-09-285-16/+361
* Changed CDOUTSTANDING back to a value of 2 (from 1), since this is now onlyse1994-09-161-2/+2
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().dg1994-09-021-2/+2
* Reviewed by: Stefan Esser <se>se1994-08-311-5/+16
* Rather than exclude bounce buffers support with NOBOUNCE, include itdg1994-08-314-15/+13
* Change RAW_PART back to 3, too early step right now, disklabels need moreache1994-08-301-5/+5
* Make decl/define for Debugger() match reality.jkh1994-08-301-3/+3
* RAW_PART=2ache1994-08-291-2/+2
OpenPOWER on IntegriCloud