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
/
dev
/
isp
/
isp_freebsd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix XPT_GET_TRAN_SETTING for FC which has been broken for while so that
mjacob
2010-06-07
1
-2
/
+4
*
Make the internal target > SPC2 (so REPORT LUNS can be tested).
mjacob
2010-06-05
1
-2
/
+8
*
I was getting panics in sleepq_add for the second sleep in isp_kthread.
mjacob
2010-06-05
1
-1
/
+3
*
Various minor and not so minor fixes suggested by Coverity.
mjacob
2010-06-02
1
-6
/
+3
*
Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning a
mjacob
2010-05-26
1
-7
/
+2
*
Don't leak CCBs for every ABORT.
mjacob
2010-05-25
1
-1
/
+4
*
Remove extra break left by hand editing.
mjacob
2010-05-25
1
-1
/
+0
*
Treat PRLI the same as PLOGI and make a database entry for it (target mode).
mjacob
2010-05-25
1
-3
/
+8
*
Correct compilation error introduced in last commit.
mjacob
2010-05-16
1
-2
/
+2
*
Whap. Hook up some wires that were forgotten a few months ago and restore
mjacob
2010-05-15
1
-18
/
+14
*
Clean up some printing stuff so that we can have a bit finer control
mjacob
2010-03-26
1
-0
/
+14
*
Put gone device timer into a structure tag that can hold more than 32 seconds...
mjacob
2010-03-17
1
-8
/
+15
*
Revamp the pieces of some of the stuff I forgot to do when shifting to
mjacob
2010-02-27
1
-1
/
+2
*
xpt_rescan only honors a wildcard in the target field. Revert the previous
mjacob
2010-02-23
1
-1
/
+6
*
When we rescan, just scan from logical unit 0. In other words, don't
mjacob
2010-02-23
1
-1
/
+1
*
Redo how commands handles are created and managed and implement sequence
mjacob
2010-02-03
1
-7
/
+27
*
Fix cases where we've managed to get a Loop UP event prior to initializing
mjacob
2009-12-04
1
-41
/
+50
*
Accomodate old style XPT_IMMED_NOTIFY and XPT_NOTIFY_ACK so that
mjacob
2009-09-15
1
-2
/
+33
*
Have at least *some* default WWN to fall back on,
mjacob
2009-08-13
1
-0
/
+4
*
Add 8Gb support (isp_2500). Fix a fair number of configuration and
mjacob
2009-08-01
1
-1781
/
+3700
*
Change uses of the struct ccb_hdr timeout_ch missed when isp(4) was
marius
2009-05-10
1
-2
/
+3
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-1
/
+1
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
Export 4Gbps Fibre Channel link speed correctly with inquiry commands.
jkim
2007-08-23
1
-9
/
+8
*
Get rid of a couple of Coverity found sign comparison errors.
mjacob
2007-07-10
1
-3
/
+3
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
1
-2
/
+3
*
Remove some ioctls that were ill-thought out. There is no user
mjacob
2007-06-11
1
-105
/
+14
*
Quiet GCC 4.2 warning.
mjacob
2007-06-08
1
-1
/
+1
*
Temp workaround for config_intrhook_establish running the hook
mjacob
2007-05-13
1
-0
/
+3
*
Make this an MP safe driver but also still be multi-release.
mjacob
2007-05-05
1
-224
/
+185
*
Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix a
scottl
2007-04-18
1
-1
/
+1
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-3
/
+4
*
Temporarily desupport simultaneous target and initiator mode.
mjacob
2007-04-02
1
-1
/
+9
*
Fix compilation issues found in RELENG_4 port and merge the
mjacob
2007-03-12
1
-4
/
+3
*
Fix some stupid copyright mistakes that have been there for quite some time.
mjacob
2007-03-10
1
-1
/
+0
*
Use the new xpt_rescan function to truly now have dynamic
mjacob
2007-02-23
1
-11
/
+34
*
MFP4: Move default setting to the end of isp_reset instead of the
mjacob
2007-01-20
1
-3
/
+4
*
Add back some CAM_NEW_TRAN code to make backporting to RELENG_6 easier.
mjacob
2006-12-18
1
-2
/
+144
*
Try an experiment with using DMA to load firmware into a 2200- VERIFY
mjacob
2006-12-17
1
-23
/
+37
*
Find another spot where tagged command queueing got
mjacob
2006-12-09
1
-2
/
+7
*
Make ISPCTL_PLOGX find a handle to log into the management server
mjacob
2006-12-05
1
-60
/
+44
*
Fix XPT_GET_TRANSPORT_SETTINGS to zero validity and flags-
mjacob
2006-12-03
1
-13
/
+24
*
Push things closer to path failover by implementing loop down and
mjacob
2006-11-14
1
-150
/
+529
*
Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.
mjacob
2006-11-02
1
-237
/
+238
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
1
-138
/
+0
*
The first of 3 major steps to move the CAM layer forward to using
mjacob
2006-10-31
1
-1
/
+0
*
Begin the process of moving info to sysctl stuff for FreeBSD
mjacob
2006-09-26
1
-1
/
+38
*
Add missing pre-7.0 firmware pointer. Oops.
mjacob
2006-09-01
1
-0
/
+3
*
Rename ioctl driven task management functions so they
mjacob
2006-08-04
1
-5
/
+5
*
Some rearrangement of headers to minimize diffs with outside of
mjacob
2006-07-16
1
-2
/
+3
[next]