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
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
1
-2
/
+2
*
Eliminate the use of the getenv_int stuff we'd been using (with a bitmap
mjacob
2001-03-01
1
-88
/
+110
*
Go to a default port and default node wwn model. Eliminate isp_name
mjacob
2001-03-01
1
-8
/
+8
*
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
2
-10
/
+6
*
Fix a longstanding bug- we had the sense of what bit 14
mjacob
2001-02-23
3
-12
/
+27
*
Eliminate ISP2100_FABRIC- we always allow for fabric now. Add an
mjacob
2001-02-11
1
-19
/
+86
*
Add structure defining FC-AL position maps. The only tool that I know of
mjacob
2001-02-11
1
-0
/
+16
*
Shuffle around how we do isp_disable management- make sure we return 0 so
mjacob
2001-02-11
1
-21
/
+25
*
Add isp_fc_runstate function- this function's purpose is to, in stages,
mjacob
2001-02-11
1
-0
/
+54
*
Roll minor version. Remove ISP2100_FABRIC define (unneeded now).
mjacob
2001-02-11
1
-2
/
+6
*
Do some cleanup based upon adapter role- mainly not enabling interrupts
mjacob
2001-02-11
1
-35
/
+33
*
Minor stuff:
mjacob
2001-02-11
1
-370
/
+593
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
2
-4
/
+4
*
Fix typo: wierd -> weird.
asmodai
2001-02-06
1
-1
/
+1
*
Guard against overflow of the calculated timeout value.
mjacob
2001-01-16
1
-4
/
+9
*
Add was_fabric_dev/fabric_dev tags to our local FC database structure
mjacob
2001-01-15
1
-9
/
+45
*
Put in offset definitions for FPM and FBM registers, plus just enough
mjacob
2001-01-15
1
-0
/
+17
*
Set default adapter role.
mjacob
2001-01-15
1
-0
/
+1
*
Use the isp_lastmbxcmd tag to report timed out mailbox commands.
mjacob
2001-01-15
1
-2
/
+3
*
Do more cleanup of the usage of 0..125 for F-port topologies.
mjacob
2001-01-15
1
-11
/
+29
*
When resetting the Qlogic 2X00 units, reset the FPM (Fibre Protocol
mjacob
2001-01-15
1
-75
/
+134
*
ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT.
mjacob
2001-01-09
1
-4
/
+3
*
Add some SNS "Register FC4 type" subcommand defines. Add some defines
mjacob
2001-01-09
1
-1
/
+13
*
Up tsleep && poll time for mailbox commands from 2 to 10 seconds. Print
mjacob
2001-01-09
1
-5
/
+9
*
Follow the ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT change. Also,
mjacob
2001-01-09
1
-2
/
+8
*
Add a isp_register_fc4_type function so that we work with McData switches
mjacob
2001-01-09
1
-39
/
+108
*
add missing length argument
mjacob
2001-01-09
1
-1
/
+1
*
Fix problems with incomplete conversions from printf to isp_prt.
mjacob
2000-12-31
1
-5
/
+3
*
Change the modification of what could be a const string. Apparently the
mjacob
2000-12-30
1
-3
/
+2
*
Add in Bill Sommerfeld's -Wformat stuff. Add a ISP_CFG_NOINIT option
mjacob
2000-12-29
1
-0
/
+7
*
Add in Bill Sommerfelds -Wformat changes. Set up default node && port
mjacob
2000-12-29
1
-31
/
+35
*
Set up to do a local interrupt fielding before calling common code-
mjacob
2000-12-29
1
-8
/
+27
*
Make sure we do locking if we call isp_intr.
mjacob
2000-12-29
1
-1
/
+14
*
add a couple off offset defines for ATIO2s
mjacob
2000-12-28
1
-0
/
+3
*
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
[next]