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
*
Pick up some changes from Justin (add tagged queing support, remember
mjacob
2000-07-14
1
-15
/
+96
*
Add a TARGIODEBUG ioctl to allow for CAM_DEBUG_PERIPH tracing on
mjacob
2000-07-14
1
-0
/
+5
*
Properly initialize softc. Do some minor SCSI_CDB6_LEN changes.
mjacob
2000-07-14
1
-4
/
+4
*
Add SCSI_CDB6_LEN macro (where 0 ==> 256).
mjacob
2000-07-14
1
-0
/
+3
*
Quirk entry for TeraSolutions TRC-22 RAID controller to keep mintags
dg
2000-07-13
1
-0
/
+5
*
Use %p to print a pointer.
mjacob
2000-07-08
1
-1
/
+1
*
Fix breakage where we never were attaching SES devices because inq_len
mjacob
2000-06-18
1
-0
/
+3
*
Disable multi-lun probing on Hitachi DK31* drives.
ken
2000-06-04
1
-0
/
+12
*
Brucify the pmap_enter_temporary() changes.
dfr
2000-05-29
1
-5
/
+3
*
Add a new pmap entry point, pmap_enter_temporary() to be used during
dfr
2000-05-28
1
-3
/
+6
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
10
-41
/
+40
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
10
-40
/
+41
*
Apply a `fixup' to the blocksize gathered from the device after a READ
joerg
2000-05-22
1
-0
/
+10
*
Implement a new camcontrol function, 'camcontrol format'.
ken
2000-05-21
2
-0
/
+114
*
Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly
peter
2000-05-21
1
-4
/
+2
*
Add support for the DVD ioctl interface.
ken
2000-05-12
2
-1
/
+1083
*
Some prettifying for the quirk comments.
mjacob
2000-05-09
1
-5
/
+16
*
*sigh* I must have been on something that night. Make xpt_periph an
n_hibma
2000-05-07
2
-1
/
+3
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
8
-7
/
+8
*
Add in include of <machine/clock.h> which defines DELAY.
mjacob
2000-05-02
1
-0
/
+1
*
Add $FreeBSD$
peter
2000-05-01
3
-0
/
+4
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
2
-2
/
+0
*
Don't include <sys/buf.h> twice.
phk
2000-04-18
2
-2
/
+0
*
Overlooked a s/b_act/bio_queue/ substitution due to targ not being in LINT.
phk
2000-04-16
1
-2
/
+2
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
6
-281
/
+281
*
Add a hack to cam that makes the cam_xpt available to the rest of the
n_hibma
2000-04-03
2
-2
/
+2
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
6
-35
/
+35
*
Fix two problems in the ch(4) driver.
ken
2000-04-02
1
-2
/
+13
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
6
-16
/
+15
*
o clear the ccb_flags field before sending an accept target I/O ccb to
gibbs
2000-03-18
1
-6
/
+9
*
Per Justin's request- remove his name from Copyright.
mjacob
2000-03-18
1
-6
/
+1
*
Add a quirk entry for Y-E Data USB floppy drive.
n_hibma
2000-03-15
1
-0
/
+10
*
Various typo's.
n_hibma
2000-03-15
5
-6
/
+7
*
Some minor fixing - final for 4.0. Debugging messages toned down a bit.
mjacob
2000-02-29
1
-21
/
+15
*
Fix 'camcontrol inquiry'. The inquiry data structure changes (increased to
ken
2000-02-20
2
-1
/
+13
*
Add a quirk type (and one for ARCHIVE Python's) that disables the
mjacob
2000-02-03
1
-24
/
+33
*
Because we added 4 bytes to the inquiry data size, we need to
mjacob
2000-01-25
1
-1
/
+1
*
Redo the SHORT INQUIRY length stuff to be a bit cleaner.
mjacob
2000-01-25
1
-32
/
+27
*
When autosense fails, make sure we retry the command.
ken
2000-01-25
1
-1
/
+1
*
Propagate sense data through from SIM (if there) and mark the CTIO
mjacob
2000-01-25
1
-51
/
+88
*
Propagate sense data through from SIM (if there) and mark the CTIO
mjacob
2000-01-25
1
-2
/
+28
*
Go for the gusto and do the full 256 bytes for inquiry data.
mjacob
2000-01-25
2
-6
/
+8
*
A minimal update to the device wiring code so that it looks at the
peter
2000-01-23
3
-160
/
+83
*
Clean up some of the SAF-TE matching code. Add
mjacob
2000-01-21
1
-10
/
+16
*
Do the minor changes needed because of change to ccb_getdev structure.
mjacob
2000-01-17
6
-14
/
+16
*
Increase size of the scsi_inquiry_data structure to it's nearly
mjacob
2000-01-17
1
-1
/
+44
*
Remove garbage collected tags from their usage in the ccb_getdev
mjacob
2000-01-17
1
-12
/
+39
*
Shift bits for CAM flags so that the top bit isn't set in an enum
mjacob
2000-01-17
1
-28
/
+13
*
Add a CAM_SENT_STATUS for use in target mode. JHK approved.
mjacob
2000-01-17
1
-1
/
+4
[next]