summaryrefslogtreecommitdiffstats
path: root/sys/scsi/od.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* Set the disk type to SCSI in the in-core label for the whole disk.bde1998-07-281-1/+2
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-17/+20
* There is no such thing any more as "struct bdevsw".julian1998-07-041-9/+24
* 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-3/+3
* Fixed spelling of "fictitious" in diagnostics and commentsdes1998-04-271-8/+8
* 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
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* 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
* Convert to use the new bufq* functions for dealing with buffergibbs1997-09-211-5/+5
* Removed unused #includes.bde1997-09-021-11/+1
* 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/+1
* 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-5/+49
* Fix the sequence at odopen() time so the driver actually notices if ajoerg1996-11-061-12/+8
* Remove devconf, it never grew up to be of any use.phk1996-09-061-25/+1
* Do not test_unit_ready() before starting the unit...joerg1996-08-171-7/+7
* 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
* Miscellaneous cleanup and minor fixes by Shunsuke and by me.joerg1996-06-161-95/+142
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+3
* This patch updates sys/scsi/od.c:joerg1996-05-191-58/+144
* Fixed group of disk devices (was wheel or games, now operator).bde1996-03-271-10/+18
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-19/+19
* 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-8/+11
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-051-1/+3
* Another mega commit to staticize things.phk1995-12-141-4/+4
* Replaced odsize by generic nopsize.bde1995-12-101-35/+28
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.phk1995-12-081-3/+3
* Pass 3 of the great devsw changesjulian1995-12-081-37/+44
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+52
* Mega commit for sysctl.phk1995-11-201-5/+3
* First set of changes to eliminate the ad-hoc device buffer queues,dyson1995-11-191-9/+8
* The "od" driver. While the name is suggesting the use forjoerg1995-10-311-0/+802
OpenPOWER on IntegriCloud