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
*
Set the quirks for the worm drives.
jmz
1997-05-19
2
-7
/
+13
*
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
*
This mega-commit brings the following:
joerg
1997-05-04
1
-1
/
+58
*
Add the Archive 4586NP tape changer.
joerg
1997-05-03
1
-1
/
+9
*
Remove old code in #if 0, leftovers from the days before != 512byte
sos
1997-05-01
1
-29
/
+6
*
Implement dkstats for worm devices so they show up in iostat et al.
jkh
1997-04-04
1
-1
/
+22
*
Add a 1ms delay in the XS_BUSY case. This is the same error code returned
gibbs
1997-04-04
1
-1
/
+6
*
Moved prototypes of scsi_data, scsi_link and proc before scsi_adapter.
kato
1997-04-03
1
-9
/
+9
*
add a cd quirk flag CD_Q_BCD_TRACKS, that will convert bcd2bin the track
jmg
1997-04-02
3
-5
/
+40
*
Add an entry for the newer Philips CDD26xx family CD-R drives. They
joerg
1997-04-01
1
-1
/
+6
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
6
-12
/
+6
*
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
bde
1997-03-24
1
-1
/
+2
*
free_xs must be called at splbio(). This is usually the case since the main
gibbs
1997-03-24
1
-1
/
+3
*
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
bde
1997-03-23
13
-19
/
+33
*
Removed nested #include of <sys/conf.h> from <scsi/scsi_driver.h>
bde
1997-03-23
2
-4
/
+3
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Add a quirk entry for the HP6020i, after John has just confirmed that
joerg
1997-03-10
1
-1
/
+5
*
Merge Jason Thorpe's updated changer stuff into the actual system.
joerg
1997-03-06
3
-452
/
+980
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
24
-24
/
+24
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
4
-4
/
+5
*
Add an entry for the Nakamichi 4-disk changer.
joerg
1997-02-08
1
-0
/
+4
*
Make some small tweaks to the messages to clean up some stuff
wpaul
1997-02-08
4
-3
/
+19
*
After so many people have been bugging me :), finally implement
joerg
1997-02-06
1
-52
/
+80
*
Moved PC-98 routine in sd_get_parms() to pc98_machdep.c.
kato
1997-02-04
1
-34
/
+3
*
Do not accidentally default a device that failed probing to T_DIRECT
joerg
1997-02-02
1
-0
/
+1
*
Fix a benign type mismatch i've introduced in rev 1.40.
joerg
1997-01-30
1
-14
/
+14
*
Removed `Debugger("no slices")'. It's normal and harmless to have no
bde
1997-01-29
1
-5
/
+2
*
Make the SCSI probe messages more BSDish. This may raise a few eyebrows
wpaul
1997-01-25
4
-15
/
+104
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
24
-24
/
+24
*
Slightly re-order the sequence of commands issued, so try to send
joerg
1996-12-24
1
-10
/
+7
*
Do something Peter Dufault long since intended to do: make a current
joerg
1996-12-24
1
-4
/
+18
*
Reorder the wildcard entries to the end of the quirks list, so they
joerg
1996-12-20
1
-23
/
+39
*
Add an entry for Ricoh's MO drives.
joerg
1996-12-14
1
-2
/
+5
*
Close PR#2198:
jkh
1996-12-13
1
-2
/
+2
*
Slightly change the `od' driver quirk for the Matsushita LF-1000
joerg
1996-12-13
1
-2
/
+6
*
Default the CD-ROM devices to a single LUN only. Too many of them are
joerg
1996-12-07
1
-1
/
+5
*
Removed all references to b_cylinder (aka b_cylin). It was evil and
bde
1996-12-01
2
-4
/
+4
*
This update adds the support for != 512 byte sector SCSI devices to
sos
1996-12-01
2
-12
/
+129
*
Add the Quantum DLT drives. All of them grok SC_MORE_LUS, so the tape
joerg
1996-11-30
1
-1
/
+5
*
Rogue entry for DEC DLT2700
phk
1996-11-28
1
-1
/
+5
*
Back out my previous change.
max
1996-11-09
1
-2
/
+2
*
Typo, MATSHITA -> MATSUSHITA.
max
1996-11-07
1
-2
/
+2
*
Fix the sequence at odopen() time so the driver actually notices if a
joerg
1996-11-06
1
-12
/
+8
*
Updates and bugfixes to the worm driver:
joerg
1996-11-06
2
-13
/
+21
*
Try number two. Add missing paren in MSG_IDENTIFY macro.
gibbs
1996-10-07
1
-1
/
+1
*
Bring in bug fix from 'SCSI' branch.
gibbs
1996-10-06
1
-2
/
+2
*
Bring this over from the SCSI branch. I need it to bring in the fixes to
gibbs
1996-10-06
1
-0
/
+37
*
Changed cncheckc() interface so that it is 8-bit clean - return -1
bde
1996-09-14
1
-3
/
+3
[next]