summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-2/+55
* Mega commit for sysctl.phk1995-11-201-5/+3
* Trim #includes to those that are necessary; other cosmetic changes.dg1995-11-201-15/+10
* First set of changes to eliminate the ad-hoc device buffer queues,dyson1995-11-191-11/+9
* Initialize the 3 remaining elements of the scsi_cmd struct rather thandg1995-11-061-2/+2
* Make a lot of things static.phk1995-10-211-12/+12
* Ack!julian1995-10-121-8/+13
* Set bp->b_actf=NULL for paranoia sake.dg1995-08-071-1/+2
* Remove trailing whitespace.rgrimes1995-05-301-19/+19
* sdsize() didn't open a device often enough. This caused swap partitions onbde1995-05-081-17/+4
* Moved unit definitions out of scsiconf.h;dufault1995-05-031-2/+2
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-301-3/+3
* Submitted by: achedufault1995-04-291-2/+1
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalgibbs1995-04-231-5/+5
* Added "scsi target" device that can act as a target for scsi transfersdufault1995-04-141-23/+19
* sdattach: print out cyl/hd/sec info in the same format as wd driver doesache1995-04-101-4/+5
* Support disk slices. This involves mainly replacing inline code withbde1995-03-231-279/+116
* cd.c: Julian's CD audio cleanupdufault1995-03-211-22/+14
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-9/+8
* 1. Add text for ASC/ASCQdufault1995-03-151-2/+5
* Remove some of my old debugging junk that somehow slipped in under my nose.dg1995-03-061-9/+1
* 1. Change driver signatures to full signature for slice support.dufault1995-03-041-13/+19
* Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.comdufault1995-03-011-189/+104
* Split byte packing functions into signed and unsigned versions.dufault1995-01-311-4/+4
* Reviewed by: gibbs@estienne.CS.Berkeley.EDUdufault1995-01-081-17/+72
* 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
* 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
OpenPOWER on IntegriCloud