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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-6
/
+3
*
Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP.
mjacob
2000-12-05
1
-6
/
+10
*
Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0
mjacob
2000-12-05
1
-31
/
+31
*
Remove more printfs and use either isp_prt or device_printf. Remember
mjacob
2000-12-05
1
-34
/
+37
*
More M_ZERO patches.
dwmalone
2000-12-03
1
-2
/
+1
*
Add USEC_SLEEP macro support. Change the location at which we define
mjacob
2000-12-02
1
-12
/
+17
*
Make the Not RESPONSE in RESPONSE QUEUE message have a bit more info
mjacob
2000-12-02
1
-14
/
+36
*
Add interrupt instrumentation. Change ISP_CFG_NPORT config option to
mjacob
2000-12-02
1
-1
/
+11
*
I'm dropping the MAINTAINER request and see what happens. If it becomes
mjacob
2000-10-31
1
-2
/
+0
*
Get rid of ridiculous ISP_PVS macro. Instead, just set an
mjacob
2000-10-25
1
-6
/
+7
*
Whoops! Forgot to commit this when I committed the other (turnin on locks)
mjacob
2000-10-25
1
-13
/
+26
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
Roll minor revision- for once we'll use this because.... if revision >= 5.4,
mjacob
2000-10-17
1
-32
/
+30
*
remove "SERVICING_INTERRUPT" nonsense
mjacob
2000-10-17
1
-2
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Make changes required by change in how default and usable node and port
mjacob
2000-10-12
1
-15
/
+3
*
Redo how default Node and Port WWNs are determined (again!). This is so
mjacob
2000-10-12
1
-29
/
+66
*
Change some default macro usages/definitions/requirements.
mjacob
2000-10-12
1
-11
/
+16
*
some copyright cleanups
mjacob
2000-09-21
10
-50
/
+21
*
Inintialize the queue index stuff from what the f/w sends back- just
mjacob
2000-09-21
1
-3
/
+4
*
Per msmith's request, don't attach to Qlogic 12160 id'd cards that have
mjacob
2000-09-07
1
-0
/
+8
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-9
/
+0
*
remove clause 3 licence
mjacob
2000-08-27
1
-7
/
+1
*
various fixes
mjacob
2000-08-27
7
-241
/
+409
*
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
*
Add in macros && masks so that mailbox command errors can be
mjacob
2000-08-01
1
-0
/
+3
*
Major whacking for core version 2.0. A major motivator for 2.0 and these
mjacob
2000-08-01
1
-938
/
+980
*
Core version 2.0 rewrite. In this file we replace isp_tdebug with
mjacob
2000-08-01
1
-118
/
+104
*
Core version 2.0 cleanup/rewrite. Things get rearranged and changed
mjacob
2000-08-01
1
-164
/
+233
*
Remove isp_prtstst (now in case statement in isp.c). Remove
mjacob
2000-08-01
1
-116
/
+47
*
Remove isp_tdebug. Change all PRINTF macros to the now common
mjacob
2000-08-01
1
-125
/
+117
*
Fix typo. Remove isp_tdebug (we'll use ISP_LOGTDEBUG2 in isp->isp_dblev
mjacob
2000-08-01
1
-6
/
+3
*
Add in lengths of SBus or PCI registers.
mjacob
2000-08-01
1
-0
/
+3
*
Rewrite for version 2.0. Some structural changes, but also
mjacob
2000-08-01
1
-34
/
+189
*
Part of major rewrite for core version 2.0- clarification of
mjacob
2000-08-01
1
-99
/
+106
*
Add in some new IN_XXX and CT_XXXX flags in preparation
mjacob
2000-07-18
1
-0
/
+6
*
If debugging set, zero out an incoming response entry
mjacob
2000-07-18
1
-1
/
+5
*
The SERVICING_INTERRUPT isn't quite safe yet.
mjacob
2000-07-18
1
-0
/
+4
*
Add a isp_target_putback_atio- we aren't using CCINCR at this time, so
mjacob
2000-07-18
1
-40
/
+169
*
Raise debug level for some messages. Fix botched inversion
mjacob
2000-07-18
1
-11
/
+9
*
Keep interrupts blocked for all of isp_pci_attach. Redo DMA routines
mjacob
2000-07-18
1
-78
/
+161
*
Oops! If we're deciding a command is now really dead, make *darned*
mjacob
2000-07-05
1
-0
/
+9
*
Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,
mjacob
2000-07-05
1
-7
/
+14
*
Remove obsolete isp_dogactive tag.
mjacob
2000-07-04
1
-1
/
+1
*
Fix completely stupid and idiotiuc sprintfs in isp_inline.h with
mjacob
2000-07-04
1
-36
/
+19
*
Add in config_hook for catching when interrupts are safe- this allows
mjacob
2000-07-04
1
-72
/
+91
*
Add in isp_lock/isp_unlock inlines. Add in an islocked/intsok flag
mjacob
2000-07-04
1
-9
/
+82
*
Change delay loop in new isp_mboxcmd to the use of the new MBOX_WAIT_COMPLETE
mjacob
2000-07-04
1
-7
/
+2
*
Change startup locking. Use new isp_handle_index function
mjacob
2000-07-04
1
-20
/
+16
[next]