aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi/worm.c
Commit message (Expand)AuthorAgeFilesLines
* Obsoleted by CAM.Justin T. Gibbs1998-09-151-1811/+0
* Fixed printf format errors.Bruce Evans1998-08-181-4/+4
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-7/+23
* 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-3/+3
* Attempt to fix BOUNCE_BUFFERS. I cannot test these drivers, but theyPeter Wemm1998-04-161-1/+24
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-2/+2
* Add an ioctl to retrieve the next writable address.Jean-Marc Zucconi1998-03-311-19/+98
* Staticize.Eivind Eklund1998-02-091-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* Fix some breakage that prevented the Plasmon burners from being usedJoerg Wunsch1997-12-261-67/+66
* Protect against a null pointer dereferencation in the case of anJoerg Wunsch1997-12-201-1/+12
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-2/+2
* Use a MODE SELECT command to reset the block size, instead of calling theJean-Marc Zucconi1997-10-271-13/+33
* Convert to use the new bufq* functions for dealing with bufferJustin T. Gibbs1997-09-211-5/+5
* Removed unused #includes.Bruce Evans1997-09-021-3/+1
* My previous commit was incomplete because it ignored the READ case.Jean-Marc Zucconi1997-08-011-1/+2
* Ignore the block size returned by scsi_read_capacity(): this value isJean-Marc Zucconi1997-07-261-2/+3
* Don't depend on gcc's feature of permitting labels that aren't followedBruce Evans1997-07-011-2/+2
* Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.Jean-Marc Zucconi1997-06-021-5/+145
* The correct way to combine 2 4bit values into a 8bit one is (a<<4) | b, notJean-Marc Zucconi1997-05-281-7/+7
* A few improvements to the worm driver.Jean-Marc Zucconi1997-05-191-187/+318
* Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.Joerg Wunsch1997-05-101-2/+2
* Duplicate the TOC handling ioctls from the cd(4) driver. DuplicatingJoerg Wunsch1997-05-051-2/+182
* Implement dkstats for worm devices so they show up in iostat et al.Jordan K. Hubbard1997-04-041-1/+22
* 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
* After so many people have been bugging me :), finally implementJoerg Wunsch1997-02-061-52/+80
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Updates and bugfixes to the worm driver:Joerg Wunsch1996-11-061-12/+15
* Various cleanups for remanents of devconf.Poul-Henning Kamp1996-09-081-5/+1
* Turn SCSIDEBUG into a new-style option.Joerg Wunsch1996-07-141-1/+2
* Using devfs_add_devswf() instead of devfs_add_devsw()Marc G. Fournier1996-03-281-9/+5
* u_int8 -> u_int8_tJordan K. Hubbard1996-03-101-6/+6
* Cleanse the SCSI subsystem of its internally defined typesJustin T. Gibbs1996-03-101-16/+16
* Add the HP4020i CD-R as a known device.Joerg Wunsch1996-02-021-2/+246
* Remove redundant declaration for worminit(). Dunno why my config(8)Joerg Wunsch1996-01-291-2/+1
* Make worm.c compile with -Wall -Werror again.Joerg Wunsch1996-01-281-7/+7
* Minor but fatal spelling error when merging my code into -current.Joerg Wunsch1996-01-281-3/+5
* The Great Merge.Joerg Wunsch1996-01-271-43/+550
* Fold in my latest changes to the worm driver.Joerg Wunsch1996-01-201-6/+17
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.Garrett Wollman1996-01-051-1/+3
* Introduce a wormunit() so the control device will work.Joerg Wunsch1996-01-021-2/+7
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-3/+2
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-33/+35
* fix a couple of stuffups in the worm driver and in other associated scsi filesJulian Elischer1995-12-051-17/+5
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-1/+44