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
*
Remove the call to scsi_start_unit() from sd_open(). It was causing
joerg
1997-10-12
2
-8
/
+9
*
Add the REGAL CDC-4X as a known CD-ROM changer device.
joerg
1997-10-05
1
-1
/
+6
*
Convert to use the new bufq* functions for dealing with buffer
gibbs
1997-09-21
9
-37
/
+44
*
Remove line noise from the quirk list (kernel build stopper)
msmith
1997-09-18
1
-2
/
+1
*
Add the C1557A as a known tape changer (thus non-broken multi-LUN tape
joerg
1997-09-17
1
-1
/
+6
*
Update select -> poll in drivers.
peter
1997-09-14
3
-10
/
+12
*
Revert the logic behind my last change, and use a function called
joerg
1997-09-13
1
-5
/
+5
*
Do not ever try to coredump adapter memory regions.
joerg
1997-09-10
1
-3
/
+7
*
Add a quirk flag for CD drives that jam when seeing a START STOP UNIT
joerg
1997-09-07
3
-5
/
+14
*
Silence the PREVENT ALLOW MEDIUM REMOVAL call.
joerg
1997-09-07
1
-2
/
+3
*
Make the Sony TSL-7000 a known tape changer device.
joerg
1997-09-05
1
-1
/
+9
*
Removed unused #includes.
bde
1997-09-02
13
-77
/
+13
*
Removed another vestige of devconf.
bde
1997-09-02
2
-9
/
+2
*
Increase the retry timeouts.
steve
1997-08-23
1
-4
/
+4
*
preparation for scsi device RESERVATION CONFLICT support.
itojun
1997-08-17
1
-1
/
+2
*
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
[next]