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
*
Hmm. Let's try this on for size...
mjacob
2001-07-11
1
-5
/
+11
*
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
*
Macroize request/response in/out queue pointer access.
mjacob
2001-07-04
1
-1
/
+1
*
Some possibly helpful casts.
mjacob
2001-07-04
1
-3
/
+3
*
Add a microcomment about how you'd use ispds64_t or ispdlist_t
mjacob
2001-07-04
1
-0
/
+8
*
Add a bunch of additional defines for completion codes. Define
mjacob
2001-07-04
1
-16
/
+75
*
Firmware crashes handled in platform specific code (isp_async call).
mjacob
2001-07-04
1
-3
/
+5
*
More 2300 support prep- the Request/Response in/out pointers are
mjacob
2001-07-04
1
-36
/
+34
*
Fix warnings:
peter
2001-06-15
1
-1
/
+1
*
We've had problems with data corruption occuring on
mjacob
2001-06-14
1
-0
/
+21
*
Fix botch for state levels. Role minor release. Start adding code for a
mjacob
2001-06-05
3
-10
/
+14
*
Spring MegaChange #1.
mjacob
2001-05-28
9
-255
/
+565
*
Redo a lot of the target mode infrastructure to be cognizant of Dual Bus
mjacob
2001-04-04
1
-188
/
+215
*
Roll platform minor.
mjacob
2001-04-04
1
-15
/
+11
*
Complete some Ansification. Check to make sure, in tdma_mk, that we won't
mjacob
2001-04-04
1
-17
/
+37
*
Perform some more Ansification. Remove and then replace the isp_putback_atio
mjacob
2001-04-04
1
-84
/
+49
*
Amazing. The bits to enable tagged queing in target mode, grok that a
mjacob
2001-04-04
1
-11
/
+29
*
Add some target mode definitions and firmware (FC only) attribute definitions.
mjacob
2001-04-04
1
-0
/
+13
*
Ansification of source.
mjacob
2001-04-04
1
-1
/
+1
*
After loading f/w, for FC cards print out Firmware Attributes.
mjacob
2001-04-04
1
-51
/
+72
*
Catch up to header include changes:
jhb
2001-03-28
1
-0
/
+1
*
For parallel SCSI, let us now do status with the final CTIO. For the 1080,
mjacob
2001-03-21
1
-1
/
+4
*
Check CT2_SENDSTATUS/CT_SENDSTATUS against cto->ct_flags, not
mjacob
2001-03-21
1
-6
/
+8
*
Clean up usage- ct_reserved is really ct_syshandle now.
mjacob
2001-03-14
1
-13
/
+13
*
First cut of target mode swizzling for non-little endian machines.
mjacob
2001-03-14
1
-116
/
+150
*
Mote that how the pad bytes can be divided in half and used by either
mjacob
2001-03-14
1
-4
/
+8
*
In order to save ourselves grief with the SUNPRO compiler under
mjacob
2001-03-14
3
-176
/
+80
*
more 32 to 16 bit handle conversions
mjacob
2001-03-04
1
-2
/
+2
*
More 32 to 16 bit handle stuff. Roll core minor version.
mjacob
2001-03-04
1
-2
/
+2
*
Remove a superfluous newline in a string (isp_prt adds this).
mjacob
2001-03-04
1
-2
/
+2
*
Switch to using 16 bit handles instead of 32 bit handles.
mjacob
2001-03-02
6
-87
/
+150
*
Fix isp_print_qentry to print all four lines- it's been broken for months.
mjacob
2001-03-02
1
-2
/
+3
*
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
[next]