summaryrefslogtreecommitdiff
path: root/sys/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* Obsoleted by CAM.Justin T. Gibbs1998-09-151-1065/+0
* Remove the SLICE code.Søren Schmidt1998-09-141-259/+1
* remove bdevsw arg from dsopen();Poul-Henning Kamp1998-08-231-2/+2
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEBruce Evans1998-07-301-2/+2
* Centralized and optimized handling of large sectors. CentralizedBruce Evans1998-07-291-55/+5
* Set the disk type to SCSI in the in-core label for the whole disk.Bruce Evans1998-07-281-1/+2
* If object pointers need to be cast to [unsigned] integers, then castBruce Evans1998-07-141-3/+3
* SLICE probing becomes asynchronous. It can now be triggered byJulian Elischer1998-07-131-5/+3
* Fixed printf format errors.Bruce Evans1998-07-111-20/+22
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-8/+26
* Added used include of "ioconf.h" - don't depend on pollution inBruce Evans1998-06-171-1/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-6/+6
* An effort to make SLICE/DEVFS play with SCSI.Julian Elischer1998-05-071-79/+102
* cleanup: remove duplicated dump code.Julian Elischer1998-05-071-125/+39
* Add dump support to the DEVFS/slice code.Julian Elischer1998-05-061-2/+101
* Fixed spelling of "fictitious" in diagnostics and commentsDag-Erling Smørgrav1998-04-271-3/+3
* close() is no longer a SLICE method.Julian Elischer1998-04-221-4/+11
* Add changes and code to implement a functional DEVFS.Julian Elischer1998-04-191-6/+207
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-2/+2
* Add HW_WDOG to LINT, and turn it into a new-style option.Eivind Eklund1998-02-161-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* If available, use the device's LOGICAL blocksize as reported byJulian Elischer1997-12-291-53/+69
* back out previous commitJulian Elischer1997-12-281-24/+13
* Move the sector size check to the right place,Julian Elischer1997-12-281-14/+25
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that areBruce Evans1997-12-061-2/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-2/+2
* Fixed the sector size frobbing in sd_strategy() at least not toBruce Evans1997-11-231-8/+7
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-1/+6
* Remove the call to scsi_start_unit() from sd_open(). It was causingJoerg Wunsch1997-10-121-6/+7
* Convert to use the new bufq* functions for dealing with bufferJustin T. Gibbs1997-09-211-6/+6
* Revert the logic behind my last change, and use a function calledJoerg Wunsch1997-09-131-5/+5
* Do not ever try to coredump adapter memory regions.Joerg Wunsch1997-09-101-3/+7
* Removed unused #includes.Bruce Evans1997-09-021-5/+1
* Teach both disk drivers how to cope with a hardware watchdogJulian Elischer1997-08-091-2/+11
* Introduce an advisory exclusive lock on the scsi link structure.Tor Egge1997-06-251-1/+18
* Remove old code in #if 0, leftovers from the days before != 512byteSøren Schmidt1997-05-011-29/+6
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>Bruce Evans1997-03-231-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+2
* Moved PC-98 routine in sd_get_parms() to pc98_machdep.c.KATO Takenori1997-02-041-34/+3
* Removed `Debugger("no slices")'. It's normal and harmless to have noBruce Evans1997-01-291-5/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Removed all references to b_cylinder (aka b_cylin). It was evil andBruce Evans1996-12-011-2/+2
* This update adds the support for != 512 byte sector SCSI devices toSøren Schmidt1996-12-011-7/+80
* Changed cncheckc() interface so that it is 8-bit clean - return -1Bruce Evans1996-09-141-3/+3
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-24/+1
* Second phase of merge, get rid of more machine-independent-dependencies.Satoshi Asami1996-09-031-1/+4
* The sd and od drivers didn't check for negative block numbers (like wd.cPeter Wemm1996-08-021-3/+3