summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* First attempt at creating devfs entries for sliced devices. Doesn'tbde1996-01-271-9/+10
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-051-1/+3
* Declared functions as static in their definitions as well as in theirbde1995-12-141-11/+10
* Undo a change that should not have been committed with the 1Tb enhancements.dyson1995-12-111-2/+1
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-1/+6
* Restored used variable `name[32]' (used by DEVFS).bde1995-12-101-2/+9
* scsi_tape.h had some old cruft that looked like missing typedefs orphk1995-12-091-3/+2
* Julian forgot to make the *devsw structures static.phk1995-12-081-3/+3
* Pass 3 of the great devsw changesjulian1995-12-081-41/+45
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* 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
OpenPOWER on IntegriCloud