summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* Obsoleted by CAM.gibbs1998-09-151-1065/+0
* Remove the SLICE code.sos1998-09-141-259/+1
* remove bdevsw arg from dsopen();phk1998-08-231-2/+2
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-301-2/+2
* Centralized and optimized handling of large sectors. Centralizedbde1998-07-291-55/+5
* Set the disk type to SCSI in the in-core label for the whole disk.bde1998-07-281-1/+2
* If object pointers need to be cast to [unsigned] integers, then castbde1998-07-141-3/+3
* SLICE probing becomes asynchronous. It can now be triggered byjulian1998-07-131-5/+3
* Fixed printf format errors.bde1998-07-111-20/+22
* There is no such thing any more as "struct bdevsw".julian1998-07-041-8/+26
* Added used include of "ioconf.h" - don't depend on pollution inbde1998-06-171-1/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-6/+6
* An effort to make SLICE/DEVFS play with SCSI.julian1998-05-071-79/+102
* cleanup: remove duplicated dump code.julian1998-05-071-125/+39
* Add dump support to the DEVFS/slice code.julian1998-05-061-2/+101
* Fixed spelling of "fictitious" in diagnostics and commentsdes1998-04-271-3/+3
* close() is no longer a SLICE method.julian1998-04-221-4/+11
* Add changes and code to implement a functional DEVFS.julian1998-04-191-6/+207
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-2/+2
* Add HW_WDOG to LINT, and turn it into a new-style option.eivind1998-02-161-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* If available, use the device's LOGICAL blocksize as reported byjulian1997-12-291-53/+69
* back out previous commitjulian1997-12-281-24/+13
* Move the sector size check to the right place,julian1997-12-281-14/+25
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that arebde1997-12-061-2/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* Fixed the sector size frobbing in sd_strategy() at least not tobde1997-11-231-8/+7
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-1/+6
* Remove the call to scsi_start_unit() from sd_open(). It was causingjoerg1997-10-121-6/+7
* Convert to use the new bufq* functions for dealing with buffergibbs1997-09-211-6/+6
* 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
OpenPOWER on IntegriCloud