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
*
Teach both disk drivers how to cope with a hardware watchdog
julian
1997-08-09
1
-2
/
+11
*
Removed unused #includes.
bde
1997-08-02
2
-7
/
+2
*
My previous commit was incomplete because it ignored the READ case.
jmz
1997-08-01
1
-1
/
+2
*
Ignore the block size returned by scsi_read_capacity(): this value is
jmz
1997-07-26
1
-2
/
+3
*
In SCSI diagnostic messages, cause "0x" to be prepended to the number
jdp
1997-07-25
1
-3
/
+3
*
Don't depend on gcc's feature of permitting labels that aren't followed
bde
1997-07-01
1
-2
/
+2
*
Introduce an advisory exclusive lock on the scsi link structure.
tegge
1997-06-25
4
-4
/
+47
*
Add quirk "no tags" entry for HP 3724/5 hard disk drives.
se
1997-06-11
1
-1
/
+5
*
Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.
jmz
1997-06-02
2
-5
/
+169
*
The correct way to combine 2 4bit values into a 8bit one is (a<<4) | b, not
jmz
1997-05-28
1
-7
/
+7
*
Add an entry for the Epson scanners since some of them repsond to more
joerg
1997-05-25
1
-1
/
+12
*
Initialize the buf_queue of the pt(4) driver.
joerg
1997-05-21
2
-3
/
+16
*
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
[next]