summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-3/+3
* Remove devconf, it never grew up to be of any use.phk1996-09-061-24/+1
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-031-1/+4
* The sd and od drivers didn't check for negative block numbers (like wd.cpeter1996-08-021-3/+3
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-12/+3
* The Great PC98 Merge.asami1996-06-141-2/+41
* Don't fiddle page tables by hand, use pmap_enter.phk1996-05-021-4/+4
* removed:phk1996-05-021-2/+2
* Fixed group of disk devices (was wheel or games, now operator).bde1996-03-271-8/+15
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-23/+23
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+2
* 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
OpenPOWER on IntegriCloud