summaryrefslogtreecommitdiffstats
path: root/sys/scsi/worm.c
Commit message (Expand)AuthorAgeFilesLines
* Duplicate the TOC handling ioctls from the cd(4) driver. Duplicatingjoerg1997-05-051-2/+182
* Implement dkstats for worm devices so they show up in iostat et al.jkh1997-04-041-1/+22
* 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
* After so many people have been bugging me :), finally implementjoerg1997-02-061-52/+80
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Updates and bugfixes to the worm driver:joerg1996-11-061-12/+15
* Various cleanups for remanents of devconf.phk1996-09-081-5/+1
* Turn SCSIDEBUG into a new-style option.joerg1996-07-141-1/+2
* Using devfs_add_devswf() instead of devfs_add_devsw()scrappy1996-03-281-9/+5
* u_int8 -> u_int8_tjkh1996-03-101-6/+6
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-16/+16
* Add the HP4020i CD-R as a known device.joerg1996-02-021-2/+246
* Remove redundant declaration for worminit(). Dunno why my config(8)joerg1996-01-291-2/+1
* Make worm.c compile with -Wall -Werror again.joerg1996-01-281-7/+7
* Minor but fatal spelling error when merging my code into -current.joerg1996-01-281-3/+5
* The Great Merge.joerg1996-01-271-43/+550
* Fold in my latest changes to the worm driver.joerg1996-01-201-6/+17
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-051-1/+3
* Introduce a wormunit() so the control device will work.joerg1996-01-021-2/+7
* Another mega commit to staticize things.phk1995-12-141-3/+2
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-33/+35
* fix a couple of stuffups in the worm driver and in other associated scsi filesjulian1995-12-051-17/+5
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+44
* First set of changes to eliminate the ad-hoc device buffer queues,dyson1995-11-191-12/+10
* Make a lot of things static.phk1995-10-211-13/+13
* Some bug fixes for the worm driver:joerg1995-10-091-9/+13
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* Change defintion of unit to minor(dev). Sorry for notdufault1995-05-031-4/+2
* Try to make this work again. Peter's last changes left it like :gpalmer1995-05-031-4/+4
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalgibbs1995-04-231-7/+7
* Declare wakeup() non-implicitly and don't bogusly cast its arg.bde1995-04-231-2/+3
* 1. Add text for ASC/ASCQdufault1995-03-151-3/+3
* 1. Change driver signatures to full signature for slice support.dufault1995-03-041-0/+360
OpenPOWER on IntegriCloud