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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetic fixes plus bring the cdevsw and bdevsw entries
julian
1996-02-19
1
-10
/
+12
*
allow the default tape unit to try figure out what it is rather than
julian
1996-02-19
1
-2
/
+6
*
Add: CDU-8003A aka Apple CDROM-300
se
1996-02-17
1
-1
/
+8
*
Physically ask for leadout entry instead of asking of
ache
1996-02-13
1
-22
/
+39
*
Recognize NRC MBR-7.4 too
ache
1996-02-12
1
-2
/
+2
*
Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow dri...
pst
1996-02-08
1
-2
/
+2
*
Add a quirk record for the Tandberg 42XX series. Not only that these
joerg
1996-02-03
3
-7
/
+19
*
Simplify READTOCENTRYS by removing fake leadout code,
ache
1996-02-02
1
-37
/
+5
*
Add the HP4020i CD-R as a known device.
joerg
1996-02-02
2
-5
/
+257
*
Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more than
joerg
1996-02-02
1
-1
/
+5
*
I forget the fact that cd_read_toc reads toc header in any case
ache
1996-02-02
1
-3
/
+3
*
Remove statement that does nothing now, forget in my prev. commit
ache
1996-02-01
1
-2
/
+1
*
Oops, pick wrong volume size for leadout entry
ache
1996-02-01
1
-3
/
+3
*
Add an entry for my HP Model 4020i CDR drive.
jkh
1996-01-31
1
-1
/
+5
*
Don't convert LBA to host order, they must stay in network order
ache
1996-01-30
1
-6
/
+1
*
OOPS, forget to adjust starting track to not physically read
ache
1996-01-30
1
-8
/
+9
*
Use ntohs/ntohl when reading TOC instead of hardcoded byte swapping.
ache
1996-01-30
1
-9
/
+37
*
READTOCENTRYS: make fake leadout entry
ache
1996-01-30
1
-3
/
+26
*
READTOCENTRYS: handle 0 and lead out requests, add argument checking
ache
1996-01-30
1
-11
/
+34
*
Remove redundant declaration for worminit(). Dunno why my config(8)
joerg
1996-01-29
1
-2
/
+1
*
Prevent media eject on first open and re-enable ejection on last close.
gibbs
1996-01-29
1
-3
/
+6
*
Make worm.c compile with -Wall -Werror again.
joerg
1996-01-28
1
-7
/
+7
*
Submitted by: rich (which one?)
julian
1996-01-28
1
-1
/
+5
*
Back out the previous change. It's not correct for -current.
jkh
1996-01-28
1
-8
/
+0
*
Add an entry for the "MBR-7", whatever that is.
jkh
1996-01-28
1
-1
/
+9
*
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
2
-43
/
+643
*
First attempt at creating devfs entries for sliced devices. Doesn't
bde
1996-01-27
2
-17
/
+21
*
Fold in my latest changes to the worm driver.
joerg
1996-01-20
1
-6
/
+17
*
Make the "uk" device usable again. The open() always failed due to an intern...
joerg
1996-01-20
3
-5
/
+8
*
Bump the timeout in st_load() from 5 to 15 minutes. My Tandberg
joerg
1996-01-14
1
-2
/
+2
*
Implement the MTRETENS command.
joerg
1996-01-08
1
-1
/
+5
*
Add an adapter_softc field to the scsi_link struct.
gibbs
1996-01-07
1
-1
/
+2
*
Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.
wollman
1996-01-05
9
-9
/
+28
*
Introduce a wormunit() so the control device will work.
joerg
1996-01-02
1
-2
/
+7
*
Use a medium_type field of 0 (Default), instead of the value that was
joerg
1995-12-30
1
-3
/
+9
*
Add NEC CDR 210 to list of devices with broken LUN support
pst
1995-12-27
1
-1
/
+9
*
Add an entry for the NEC CDROM:55 drive to stop it answering all 7 LUNS.
peter
1995-12-26
1
-1
/
+11
*
Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changer
dufault
1995-12-20
1
-2
/
+2
*
Staticize.
phk
1995-12-17
2
-6
/
+8
*
Moved prototypes to better places.
bde
1995-12-14
3
-31
/
+28
*
Added prototypes.
bde
1995-12-14
2
-1
/
+4
*
Declared functions as static in their definitions as well as in their
bde
1995-12-14
2
-20
/
+17
*
The change of [cb]devsw was missed here.
bde
1995-12-14
1
-3
/
+3
*
Another mega commit to staticize things.
phk
1995-12-14
11
-125
/
+111
*
Check before dereferencing a possible null pointer (cdevsw[i]->d_open)
peter
1995-12-13
1
-2
/
+2
*
devsw tables are now arrays of POINTERS to struct [cb]devsw
julian
1995-12-13
1
-2
/
+2
*
Undo a change that should not have been committed with the 1Tb enhancements.
dyson
1995-12-11
1
-2
/
+1
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
1
-1
/
+6
*
Replaced nxmmap by nommap (if the mmap function gets called, then the
bde
1995-12-10
2
-4
/
+4
[next]