index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
scsi
/
worm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
A few improvements to the worm driver.
jmz
1997-05-19
1
-187
/
+318
*
Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.
joerg
1997-05-10
1
-2
/
+2
*
Duplicate the TOC handling ioctls from the cd(4) driver. Duplicating
joerg
1997-05-05
1
-2
/
+182
*
Implement dkstats for worm devices so they show up in iostat et al.
jkh
1997-04-04
1
-1
/
+22
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
bde
1997-03-23
1
-1
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
After so many people have been bugging me :), finally implement
joerg
1997-02-06
1
-52
/
+80
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Updates and bugfixes to the worm driver:
joerg
1996-11-06
1
-12
/
+15
*
Various cleanups for remanents of devconf.
phk
1996-09-08
1
-5
/
+1
*
Turn SCSIDEBUG into a new-style option.
joerg
1996-07-14
1
-1
/
+2
*
Using devfs_add_devswf() instead of devfs_add_devsw()
scrappy
1996-03-28
1
-9
/
+5
*
u_int8 -> u_int8_t
jkh
1996-03-10
1
-6
/
+6
*
Cleanse the SCSI subsystem of its internally defined types
gibbs
1996-03-10
1
-16
/
+16
*
Add the HP4020i CD-R as a known device.
joerg
1996-02-02
1
-2
/
+246
*
Remove redundant declaration for worminit(). Dunno why my config(8)
joerg
1996-01-29
1
-2
/
+1
*
Make worm.c compile with -Wall -Werror again.
joerg
1996-01-28
1
-7
/
+7
*
Minor but fatal spelling error when merging my code into -current.
joerg
1996-01-28
1
-3
/
+5
*
The Great Merge.
joerg
1996-01-27
1
-43
/
+550
*
Fold in my latest changes to the worm driver.
joerg
1996-01-20
1
-6
/
+17
*
Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.
wollman
1996-01-05
1
-1
/
+3
*
Introduce a wormunit() so the control device will work.
joerg
1996-01-02
1
-2
/
+7
*
Another mega commit to staticize things.
phk
1995-12-14
1
-3
/
+2
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-2
/
+2
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-33
/
+35
*
fix a couple of stuffups in the worm driver and in other associated scsi files
julian
1995-12-05
1
-17
/
+5
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+2
*
OK, that's it..
julian
1995-11-29
1
-1
/
+44
*
First set of changes to eliminate the ad-hoc device buffer queues,
dyson
1995-11-19
1
-12
/
+10
*
Make a lot of things static.
phk
1995-10-21
1
-13
/
+13
*
Some bug fixes for the worm driver:
joerg
1995-10-09
1
-9
/
+13
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-9
/
+9
*
Change defintion of unit to minor(dev). Sorry for not
dufault
1995-05-03
1
-4
/
+2
*
Try to make this work again. Peter's last changes left it like :
gpalmer
1995-05-03
1
-4
/
+4
*
Set SCSI_NOSLEEP only when we really need to. This requires an additional
gibbs
1995-04-23
1
-7
/
+7
*
Declare wakeup() non-implicitly and don't bogusly cast its arg.
bde
1995-04-23
1
-2
/
+3
*
1. Add text for ASC/ASCQ
dufault
1995-03-15
1
-3
/
+3
*
1. Change driver signatures to full signature for slice support.
dufault
1995-03-04
1
-0
/
+360