aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* Fix the "wds" count stat.Bruce Evans1994-12-241-2/+2
* Really fix the "byte" count stat. `wd's are actually blocks of 32 16-bitBruce Evans1994-12-241-2/+2
* Revert last patch - it's wrong.David Greenman1994-12-231-2/+2
* Fixed byte count stat.David Greenman1994-12-231-2/+2
* Added SCSI_DATA_OUT to flags passed to the device driver in sd_dump()Stefan Eßer1994-12-221-2/+2
* Make sure we allocate at least 8 scbus if we allocate any at all.Poul-Henning Kamp1994-12-181-1/+9
* Allocate all scsi-devices on the fly, not just CDs.Poul-Henning Kamp1994-12-164-110/+218
* added a missing '\n' in both files.Poul-Henning Kamp1994-12-032-4/+4
* Include "scbus.h" in scsiconfig.c to get the number NSCBUS from theAndreas Schulz1994-11-271-1/+2
* Submitted by: Lawrence J. King ljking@ljk.OCUnix.On.CaAndreas Schulz1994-11-171-1/+5
* Remove bogus and unused declaration and definition of Debugger().Bruce Evans1994-11-151-7/+1
* Remove unused definition of Debugger().Bruce Evans1994-11-151-6/+1
* Remove bogus declaration of Debugger(). Change the macro for Debugger()Bruce Evans1994-11-151-7/+1
* scsiconf.h:Andreas Schulz1994-11-142-6/+6
* Delete a bogus check that the SCSI_DELAY only works for the firstAndreas Schulz1994-11-121-4/+2
* Avoid a division by zero if the actual sector size isn't known during theJoerg Wunsch1994-11-071-1/+7
* |Both, the wd and the sd driver do not reject invalid request of oddJoerg Wunsch1994-11-031-1/+8
* Changed RAW_PART to RAWPART so it comes from disklabel.h.Poul-Henning Kamp1994-10-311-12/+14
* Andreas Klemm's tape erase patches from 1.1.5.1Jordan K. Hubbard1994-10-282-2/+65
* Julian Elischer's disklabel fixes.Jordan K. Hubbard1994-10-272-7/+8
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-236-15/+57
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).Garrett Wollman1994-10-211-2/+3
* Peter Dufaults comconsole changes.Poul-Henning Kamp1994-10-201-3/+4
* Implement scsi_externalize(), again. (This was supposed to be committed in theGarrett Wollman1994-10-191-1/+12
* Define SCSI_EXTERNALLEN outside of #ifdef KERNEL, for lsdev.Garrett Wollman1994-10-191-2/+3
* Forgot to bring this file over from previous commit.Garrett Wollman1994-10-191-1/+8
* all: register devicesGarrett Wollman1994-10-194-4/+175
* Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtuallyPoul-Henning Kamp1994-10-085-81/+95
* In sd_get_params() the timeout for the MODE_SENSE command was tooRodney W. Grimes1994-10-041-2/+2
* Pull in 1.1.5.1 changes to sd.c from 1.23 to 1.27 (basically the fixes forRodney W. Grimes1994-10-041-2/+5
* GCC cleanup.Poul-Henning Kamp1994-10-021-1/+2
* Reviewed by: Julian Elischer / Jordan K. HubbardStefan Eßer1994-09-285-16/+361
* Changed CDOUTSTANDING back to a value of 2 (from 1), since this is now onlyStefan Eßer1994-09-161-2/+2
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().David Greenman1994-09-021-2/+2
* Reviewed by: Stefan Esser <se>Stefan Eßer1994-08-311-5/+16
* Rather than exclude bounce buffers support with NOBOUNCE, include itDavid Greenman1994-08-314-15/+13
* Change RAW_PART back to 3, too early step right now, disklabels need moreAndrey A. Chernov1994-08-301-5/+5
* Make decl/define for Debugger() match reality.Jordan K. Hubbard1994-08-301-3/+3
* RAW_PART=2Andrey A. Chernov1994-08-291-2/+2
* Raw partition is 2 nowAndrey A. Chernov1994-08-291-2/+2
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBDavid Greenman1994-08-273-23/+6
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-201-3/+1
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-2/+2
* Added $Id$David Greenman1994-08-023-16/+7
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-254-38/+44
* 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