summaryrefslogtreecommitdiffstats
path: root/sys/scsi/worm.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors.bde1998-08-181-4/+4
* There is no such thing any more as "struct bdevsw".julian1998-07-041-7/+23
* 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
* Attempt to fix BOUNCE_BUFFERS. I cannot test these drivers, but theypeter1998-04-161-1/+24
* Support compiling with `gcc -ansi'.bde1998-04-151-2/+2
* Add an ioctl to retrieve the next writable address.jmz1998-03-311-19/+98
* Staticize.eivind1998-02-091-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* Fix some breakage that prevented the Plasmon burners from being usedjoerg1997-12-261-67/+66
* Protect against a null pointer dereferencation in the case of anjoerg1997-12-201-1/+12
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* Use a MODE SELECT command to reset the block size, instead of calling thejmz1997-10-271-13/+33
* Convert to use the new bufq* functions for dealing with buffergibbs1997-09-211-5/+5
* Removed unused #includes.bde1997-09-021-3/+1
* My previous commit was incomplete because it ignored the READ case.jmz1997-08-011-1/+2
* Ignore the block size returned by scsi_read_capacity(): this value isjmz1997-07-261-2/+3
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-011-2/+2
* Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.jmz1997-06-021-5/+145
* The correct way to combine 2 4bit values into a 8bit one is (a<<4) | b, notjmz1997-05-281-7/+7
* A few improvements to the worm driver.jmz1997-05-191-187/+318
* Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.joerg1997-05-101-2/+2
* 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
OpenPOWER on IntegriCloud