summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added SCSI_DATA_OUT to flags passed to the device driver in sd_dump()se1994-12-221-2/+2
* Allocate all scsi-devices on the fly, not just CDs.phk1994-12-161-36/+71
* added a missing '\n' in both files.phk1994-12-031-2/+2
* Remove bogus declaration of Debugger(). Change the macro for Debugger()bde1994-11-151-7/+1
* 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
* Julian Elischer's disklabel fixes.jkh1994-10-271-3/+6
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-3/+7
* Peter Dufaults comconsole changes.phk1994-10-201-3/+4
* all: register deviceswollman1994-10-191-1/+51
* Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtuallyphk1994-10-081-10/+12
* 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
* Reviewed by: Julian Elischer / Jordan K. Hubbardse1994-09-281-2/+6
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().dg1994-09-021-2/+2
* Rather than exclude bounce buffers support with NOBOUNCE, include itdg1994-08-311-4/+2
* 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
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-9/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-17/+34
* Bug fixes and performance improvements from John Dyson and myself:dg1994-04-201-5/+4
* from John Dyson:dg1994-04-051-1/+5
* Bounce buffers. From John Dyson with help from me.dg1994-03-231-1/+9
* Catch the divide by zero bug earlier. If the drive give backats1994-03-151-3/+12
* Put a safety check in for the secsiz divide for the MB printf. Elseats1994-03-141-2/+2
* Fixed bug in dump code that caused the wrong physical page to be dumped.dg1994-01-291-2/+2
* Patch from Julian. Commit message by me.rgrimes1994-01-291-2/+2
* Remove bogus and missleading comment, this has been fixed.rgrimes1994-01-221-2/+1
* sddump code is now standard, no more options SDDUMP needed in the kernelrgrimes1994-01-061-35/+13
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-5/+4
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-6/+6
* New version of scsi code from Julianrgrimes1993-11-181-1330/+742
* Increase timeout in sd_start_unit procedure from 2000 to 6000, per Adam Davidrgrimes1993-11-081-2/+2
* Increase the timeout from 2000 counts to 6000 counts, reported by someonergrimes1993-09-201-2/+2
* The dynamically allocated struct's where not getting properly initializedrgrimes1993-09-201-1/+3
* Fixed a small typo in an error printf.ats1993-09-101-2/+2
* Changed the delay from 100 seconds to 20 seconds if you don't have scsirgrimes1993-09-091-2/+2
* Revised drivers from Julian. Support for generic scsi. Fixed scsi tape (st.c)rgrimes1993-08-281-298/+366
* Fixed printf's so that they announce them selfs correctly (ie aha%d: beforergrimes1993-08-211-31/+150
* Update scsi code to the latest from Julian. This code is now identicalrgrimes1993-08-201-161/+31
* Removed tabs from the front of XXU: messages to make it fit the otherrgrimes1993-08-061-2/+2
* Removed PATCHKIT headers and updated our sources to Julian's withnate1993-07-291-12/+134
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+1466
OpenPOWER on IntegriCloud