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
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+4
*
Merge common XPT_CALC_GEOMETRY functions into a single convenience function.
njl
2003-06-14
1
-13
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+6
*
From PHK's flex tool- we can get -1 returned from xpt_path_target_id,
mjacob
2002-10-10
1
-15
/
+18
*
Some kernel threads try to do significant work, and the default KSTACK_PAGES
scottl
2002-10-02
1
-1
/
+1
*
Tsk. Now that we're not using our own locks, we have to remember
mjacob
2002-09-06
1
-0
/
+2
*
Turn off usage of SMP style locking until we sort out CAM.
mjacob
2002-09-03
1
-20
/
+58
*
unused variable removal (pointed out by bde)
mjacob
2002-08-22
1
-1
/
+0
*
We only do isp_reinit from isp_async if ISP_FW_CRASH_DUMP is defined-
mjacob
2002-08-17
1
-0
/
+12
*
Put MODULE_VERSION back here so that ispfw is happy.
mjacob
2002-07-25
1
-0
/
+2
*
'Support' for ISP SBus cards.
mjacob
2002-07-11
1
-1
/
+3
*
Add get/set param ioctl support.
mjacob
2002-07-08
1
-124
/
+135
*
Add support for ISP_FC_GETHINFO, which returns current connection
mjacob
2002-06-16
1
-38
/
+158
*
Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.
mjacob
2002-04-04
1
-52
/
+50
*
Reorder some of the ioctls and add a few new ones.
mjacob
2002-02-21
1
-1
/
+1
*
More for f/w crash dumps (bug fixing and adding ioctl entry points
mjacob
2002-02-18
1
-0
/
+40
*
Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows the
mjacob
2002-01-03
1
-1
/
+36
*
Major restructuring for swizzling to the request queue and unswizzling from
mjacob
2001-12-11
1
-19
/
+22
*
Begin to implement target mode that for Fibre Channel has a private
mjacob
2001-10-01
1
-29
/
+59
*
KSE Milestone 2
julian
2001-09-12
1
-1
/
+1
*
I don't know what I was thinking- if I have two separate busses on on
mjacob
2001-09-04
1
-174
/
+136
*
Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This required
mjacob
2001-08-31
1
-64
/
+102
*
Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE not
mjacob
2001-08-16
1
-1
/
+2
*
Redo how we manage SCSI device settings- have a 3rd flags (nvram) that records
mjacob
2001-07-30
1
-52
/
+47
*
Remove ISP_SMPLOCK stuff- we're just using locking now.
mjacob
2001-07-25
1
-53
/
+40
*
Oops- missed a CAMLOCK_2_ISP case.
mjacob
2001-07-05
1
-0
/
+1
*
Things have become cinched down more tightly about assertions for Giant.
mjacob
2001-07-05
1
-4
/
+22
*
Add CAM_NEW_TRAN_CODE support. Use correct CAMLOCK_2_ISPLOCK macros.
mjacob
2001-07-04
1
-31
/
+234
*
Spring MegaChange #1.
mjacob
2001-05-28
1
-110
/
+376
*
Redo a lot of the target mode infrastructure to be cognizant of Dual Bus
mjacob
2001-04-04
1
-188
/
+215
*
Check CT2_SENDSTATUS/CT_SENDSTATUS against cto->ct_flags, not
mjacob
2001-03-21
1
-6
/
+8
*
Switch to using 16 bit handles instead of 32 bit handles.
mjacob
2001-03-02
1
-18
/
+35
*
Finally eliminate as many of the printf calls as possible (still leaving
mjacob
2001-03-01
1
-30
/
+42
*
Fix at2_entry_t to reflect what the firmware actually writes (instead
mjacob
2001-02-27
1
-7
/
+4
*
Do some cleanup based upon adapter role- mainly not enabling interrupts
mjacob
2001-02-11
1
-35
/
+33
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Guard against overflow of the calculated timeout value.
mjacob
2001-01-16
1
-4
/
+9
*
Do more cleanup of the usage of 0..125 for F-port topologies.
mjacob
2001-01-15
1
-11
/
+29
*
Follow the ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT change. Also,
mjacob
2001-01-09
1
-2
/
+8
*
Fix problems with incomplete conversions from printf to isp_prt.
mjacob
2000-12-31
1
-5
/
+3
*
Make sure we do locking if we call isp_intr.
mjacob
2000-12-29
1
-1
/
+14
*
Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0
mjacob
2000-12-05
1
-31
/
+31
*
More M_ZERO patches.
dwmalone
2000-12-03
1
-2
/
+1
*
remove "SERVICING_INTERRUPT" nonsense
mjacob
2000-10-17
1
-2
/
+0
*
some copyright cleanups
mjacob
2000-09-21
1
-3
/
+2
*
various fixes
mjacob
2000-08-27
1
-30
/
+64
*
Add a comment as to where stdarg.h applies.
mjacob
2000-08-03
1
-1
/
+1
*
Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.
jhb
2000-08-03
1
-1
/
+1
*
Core version 2.0 rewrite. In this file we replace isp_tdebug with
mjacob
2000-08-01
1
-118
/
+104
*
Add a isp_target_putback_atio- we aren't using CCINCR at this time, so
mjacob
2000-07-18
1
-40
/
+169
[next]