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
/
cam
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
7
-38
/
+35
*
Back out rev 1.102. The IBM DNES drives work fine for me, jedgar and other
ken
2001-01-29
1
-11
/
+0
*
Fix region code reporting.
ken
2001-01-28
1
-4
/
+3
*
#ifdef a local variable only used in debugging code.
jhb
2001-01-24
1
-1
/
+4
*
Const'ify cam_sim.sim_name to quiet warnings.
jhb
2001-01-24
2
-9
/
+9
*
"Rejected with status" is better than "Rejected for status".
mjacob
2001-01-24
1
-1
/
+1
*
Mark the (ancient) MaxOptix Tahiti 1 drive as a known rogue that would
joerg
2001-01-23
1
-0
/
+10
*
Make some attempt to accomodate kern/24221- propate residual to mt_resid
mjacob
2001-01-19
1
-0
/
+41
*
Add tags quirk for IBM DNES drives.
mjacob
2001-01-16
1
-0
/
+11
*
Use the residual from a spacing operation to try and figure out where
mjacob
2001-01-16
1
-10
/
+38
*
Get rid of those pesky "driver mistake" messages... destroy the create_d dev_t
mjacob
2001-01-16
1
-1
/
+5
*
Fix PR 24220 by using the periph private field0 for a CCB for not
mjacob
2001-01-15
1
-40
/
+50
*
Check __i386__, not i386.
nyan
2001-01-13
1
-1
/
+1
*
Spell declarations correctly.
steve
2001-01-12
2
-2
/
+2
*
select() DKI is defined in <sys/selinfo.h> now.
wollman
2001-01-09
1
-1
/
+1
*
Add the 'No 6 byte commands' quirk for the Yano ATAPI USB bridge.
n_hibma
2001-01-08
1
-0
/
+4
*
Generalize quirk for Sony Memory Sticks. Any device that starts with
imp
2000-12-14
1
-1
/
+5
*
Move `#include <sys/devicestat.h>' into #ifdef/#endif to keep
non
2000-12-13
1
-1
/
+1
*
Add needed include of <sys/devicestat.h>
phk
2000-12-07
1
-0
/
+1
*
Turn off the load_eject bit in cdstartunit(). It causes an `Invalid
joerg
2000-12-04
1
-1
/
+1
*
Add special quirk for this ancient Viper drive. This is all creeping
mjacob
2000-11-08
1
-0
/
+5
*
Fix async notifications for listners registered to wildcard nodes. For
gibbs
2000-11-06
1
-55
/
+77
*
Fix a problem with the previous revision (1.42) that showed up with audio
ken
2000-11-04
1
-0
/
+93
*
1. Oops on last commit: note a few SCSI-3 items for data compression page.
mjacob
2000-10-31
1
-1
/
+1
*
scsi_sa.h
mjacob
2000-10-31
2
-11
/
+36
*
Treat engine inquiry the same as path inquiry in xptioctl().
gibbs
2000-10-31
1
-5
/
+3
*
0x03F -> 0x3F for consistancy with the rest of the file.
gibbs
2000-10-31
1
-1
/
+1
*
Allow async transfer negotiation updates to modify tagging behavior.
gibbs
2000-10-31
1
-3
/
+1
*
Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.
scottl
2000-10-30
1
-1
/
+7
*
Remove unused #includes.
non
2000-10-30
2
-16
/
+6
*
Remove unused #includes
phk
2000-10-30
4
-7
/
+0
*
Write support for the cd(4) driver.
ken
2000-10-30
1
-2
/
+4
*
Add the use of M_ZERO to some malloc calls.
dwmalone
2000-10-29
3
-19
/
+9
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Changed not to use struct isa_device in the argument of scsi_low_activate().
non
2000-10-29
2
-3
/
+4
*
Add a quirk entry for Nakamichi MJ-* changers. The changer in question is
ken
2000-10-28
1
-0
/
+4
*
Add usage of M_ZERO to malloc calls where the result was just bzeroed.
mjacob
2000-10-27
1
-7
/
+4
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
2
-2
/
+0
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-29
/
+17
*
Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98
non
2000-10-23
5
-0
/
+3490
*
Add the quirk entry for the Sony Memory Stick Adapter.
n_hibma
2000-10-20
1
-1
/
+14
*
Quiet a silly warning.
jhb
2000-10-19
1
-1
/
+1
*
Implement write combining for crashdumps. This is useful when
ps
2000-10-17
1
-10
/
+17
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
2
-2
/
+0
*
Slight cleanup - this is logically equivalent code but means one less
peter
2000-10-15
1
-6
/
+6
*
Add a quirk entry for the USB Sony DSC drive.
n_hibma
2000-10-10
1
-1
/
+6
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-1
/
+1
*
Grab the ccb *after* writing filemarks.
mjacob
2000-10-05
1
-1
/
+1
*
Don't do destroy_dev on devices which were just aliases.
mjacob
2000-10-05
1
-6
/
+0
*
Remove duplicate FreeBSD RCSID.
gibbs
2000-09-22
1
-2
/
+0
[prev]
[next]