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
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-2
/
+0
*
Exploit recent improvements in the disk minilayer to simplify error
phk
2001-05-08
5
-75
/
+39
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
4
-32
/
+12
*
Add q quirk for the old SONY SMO drive i've been sitting upon in my
joerg
2001-05-05
1
-0
/
+16
*
Fix up unit attention and selection timeout handling in various peripheral
ken
2001-05-01
3
-14
/
+8
*
Add sense key table entries for DATA PROTECT and BLANK CHECK. This will
ken
2001-04-30
1
-0
/
+2
*
In camperiphscsisenseerror(), don't return an error when the error action
ken
2001-04-30
1
-0
/
+3
*
Fix an errant search and replace that broke SCSI start unit commands.
ken
2001-04-30
1
-1
/
+1
*
Fix the `tape drive spinning indefinately upon mt stat' problem.
joerg
2001-04-22
1
-2
/
+15
*
Fix an off-by-2 error in periphdriver_register(). The read side of the
ken
2001-04-16
1
-1
/
+1
*
If we have and error and are booting verbosely, don't be complaining
mjacob
2001-04-04
1
-1
/
+7
*
comment typo: subsytem -> subsystem
murray
2001-03-31
1
-1
/
+1
*
Catch up to header include changes:
jhb
2001-03-28
1
-0
/
+2
*
Last commit was broken.. It always prints '[CTRL-C to abort]'.
ps
2001-03-28
1
-16
/
+3
*
Change the dump routines to only abort if control-c is pressed.
ps
2001-03-27
1
-1
/
+3
*
Rewrite of the CAM error recovery code.
ken
2001-03-27
17
-1885
/
+2537
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
9
-11
/
+0
*
Fix inquiry length detection for the ses(4) driver. It was using the
ken
2001-03-16
1
-4
/
+4
*
In xpt_set_transfer_settings(), force async if either the period or the
ken
2001-03-13
1
-10
/
+12
*
o Support AUTO SENSE correctly.
non
2001-02-25
2
-80
/
+82
*
In the SCSI_NO_SENSE_STRINGS case, properly fill the table with the
gibbs
2001-02-24
1
-1
/
+1
*
Restore a print_sense=FALSE that got nuked by accident in last delta.
mjacob
2001-02-22
1
-0
/
+1
*
Use the correct device names (now that we have devfs to embarrass us).
mjacob
2001-02-21
1
-7
/
+7
*
1. The key SSD_KEY_RECOVERED_ERROR is not an error at all and should
mjacob
2001-02-11
1
-7
/
+15
*
- Catch up to the new swi API changes:
jhb
2001-02-09
1
-8
/
+6
*
Change the peripheral driver list from a linker set to module driven
peter
2001-02-07
12
-26
/
+65
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
3
-16
/
+8
*
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
[next]