summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* Revert the logic behind my last change, and use a function calledjoerg1997-09-131-5/+5
* Do not ever try to coredump adapter memory regions.joerg1997-09-101-3/+7
* Removed unused #includes.bde1997-09-021-5/+1
* Teach both disk drivers how to cope with a hardware watchdogjulian1997-08-091-2/+11
* Introduce an advisory exclusive lock on the scsi link structure.tegge1997-06-251-1/+18
* Remove old code in #if 0, leftovers from the days before != 512bytesos1997-05-011-29/+6
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-231-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+2
* Moved PC-98 routine in sd_get_parms() to pc98_machdep.c.kato1997-02-041-34/+3
* Removed `Debugger("no slices")'. It's normal and harmless to have nobde1997-01-291-5/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-011-2/+2
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-011-7/+80
* 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
OpenPOWER on IntegriCloud