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
/
scsi
/
scsi_pt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exploit recent improvements in the disk minilayer to simplify error
phk
2001-05-08
1
-12
/
+5
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
1
-8
/
+3
*
Fix up unit attention and selection timeout handling in various peripheral
ken
2001-05-01
1
-1
/
+1
*
Rewrite of the CAM error recovery code.
ken
2001-03-27
1
-3
/
+2
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Change the peripheral driver list from a linker set to module driven
peter
2001-02-07
1
-1
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-1
/
+1
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-1
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-41
/
+41
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-6
/
+6
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Do the minor changes needed because of change to ccb_getdev structure.
mjacob
2000-01-17
1
-2
/
+2
*
Convert the xpt, pass, pt and target drivers to use the new
ken
1999-11-17
1
-11
/
+6
*
Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.
phk
1999-10-01
1
-6
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix short timeout problems with the pt(4) driver:
ken
1999-08-20
1
-3
/
+66
*
Welcome devtoname(), to most likely be used when printing information
billf
1999-08-17
1
-2
/
+2
*
Simplify cdevsw registration.
phk
1999-05-31
1
-5
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-22
/
+21
*
Add a default async handler funstion to cam_periph.c to remove duplicated
gibbs
1999-05-22
1
-10
/
+3
*
Add a facility in the CAM error handling code to retry selection timeouts.
ken
1999-05-09
1
-1
/
+3
*
Introduce two functions: physread() and physwrite() and use these directly
phk
1999-05-07
1
-17
/
+3
*
Add a prioritization field to the devstat_add_entry() call so that
ken
1999-02-10
1
-2
/
+3
*
Fix a few problems that Bruce noticed about a month ago, and fix oup one
ken
1998-11-22
1
-3
/
+6
*
Fix a problem with the way we handled device invalidation when attaching
ken
1998-10-22
1
-50
/
+70
*
Clean up some unused variables.
ken
1998-10-15
1
-3
/
+1
*
SCSI Peripheral drivers for CAM:
gibbs
1998-09-15
1
-0
/
+723