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_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing calls to bus_dmamap_unload() when freeing static DMA
jhb
2014-06-13
1
-0
/
+3
*
Use relaxed (write-only) memory barriers when writing some of queue index
mav
2013-11-10
1
-0
/
+9
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-7
/
+5
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
1
-62
/
+10
*
Don't allow for more than one segment for the control space since
mjacob
2012-11-02
1
-3
/
+2
*
Remove useless extra test.
mjacob
2012-09-07
1
-4
/
+2
*
Remove dependence on MAXPHYS.
mjacob
2012-08-21
1
-2
/
+7
*
Fix an oops where we wiped out DMA maps. Don't allocate extended
mjacob
2012-08-12
1
-10
/
+12
*
Oops. We only do allocate room for extended commands
mjacob
2012-08-03
1
-10
/
+12
*
-----------
mjacob
2012-07-28
1
-14
/
+84
*
Clean up multi-id mode so it's driven by the f/w loaded,
mjacob
2012-06-24
1
-14
/
+8
*
Prepare for FC-Tape support. This involved doing a lot of little cleanups
mjacob
2012-06-17
1
-10
/
+5
*
If debug values were set, the default from tval floated
mjacob
2012-06-15
1
-0
/
+1
*
Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...
eadler
2012-06-01
1
-0
/
+2
*
Was chasing down a failure to load f/w on a 2400. It turns out that the card
mjacob
2011-11-16
1
-0
/
+2
*
Most of these changes to isp are to allow for isp.ko unloading.
mjacob
2011-08-13
1
-28
/
+52
*
Add support QLE220 card- an 2500 lookalike.
mjacob
2011-03-10
1
-0
/
+15
*
- Use the correct DMA tag/map pair for synchronize the FC scratch area.
marius
2011-02-14
1
-16
/
+16
*
Various minor and not so minor fixes suggested by Coverity.
mjacob
2010-06-02
1
-13
/
+13
*
On sparc64 obtain the initiator ID from the Open Firmware device tree
marius
2010-05-03
1
-0
/
+9
*
Put gone device timer into a structure tag that can hold more than 32 seconds...
mjacob
2010-03-17
1
-3
/
+3
*
Revamp the pieces of some of the stuff I forgot to do when shifting to
mjacob
2010-02-27
1
-12
/
+6
*
Fix misallocation error in target mode.
mjacob
2010-02-27
1
-1
/
+1
*
Redo how commands handles are created and managed and implement sequence
mjacob
2010-02-03
1
-4
/
+12
*
Add 8Gb support (isp_2500). Fix a fair number of configuration and
mjacob
2009-08-01
1
-1457
/
+488
*
Pointy hat to me. Committed with building.
mjacob
2007-06-26
1
-1
/
+1
*
Extension of previous commit- when we have 2k login firmware, we need to
mjacob
2007-06-26
1
-1
/
+7
*
Yet another bug- when we have 2k login firmware, we need
mjacob
2007-06-25
1
-1
/
+7
*
Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.
mjacob
2007-06-11
1
-2
/
+6
*
Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...
mjacob
2007-05-11
1
-3
/
+3
*
Make this an MP safe driver but also still be multi-release.
mjacob
2007-05-05
1
-135
/
+99
*
Temporarily desupport simultaneous target and initiator mode.
mjacob
2007-04-02
1
-6
/
+8
*
MFP4: a) Some constification from NetBSD (gcc 4.1.2)
mjacob
2007-03-22
1
-6
/
+1
*
Move bus_space_tag and bus_space_handle register access
mjacob
2007-03-13
1
-78
/
+64
*
Fix compilation issues found in RELENG_4 port and merge the
mjacob
2007-03-12
1
-1
/
+3
*
Fix some stupid copyright mistakes that have been there for quite some time.
mjacob
2007-03-10
1
-2
/
+0
*
Redo previous newbus related change to be kinder to
mjacob
2007-02-23
1
-1
/
+2
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
There is a problem in setting/getting 'options'- if we check things
mjacob
2007-02-23
1
-111
/
+133
*
add a missing piece for 2432
mjacob
2007-02-10
1
-0
/
+1
*
Putative untested 2432 (PCI-E) support.
mjacob
2007-02-10
1
-1
/
+12
*
Clean up some of the various platform and release specific dma tag
mjacob
2007-01-23
1
-25
/
+10
*
error print cleanup && turn off ints if RISC is paused
mjacob
2007-01-05
1
-1
/
+2
*
Restore revision 1.126 that got accidentally nuked.
mjacob
2006-12-18
1
-0
/
+6
*
Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset has
mjacob
2006-12-16
1
-7
/
+14
*
Remove dependency on ispfw and firmware as modules.
mjacob
2006-12-10
1
-4
/
+1
*
Make the SAN login/logout stuff more common between different chipsets
mjacob
2006-11-18
1
-6
/
+0
*
Disable code to set max read byte count on the 2400.
mjacob
2006-11-17
1
-0
/
+6
*
Push things closer to path failover by implementing loop down and
mjacob
2006-11-14
1
-3
/
+25
*
Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.
mjacob
2006-11-02
1
-60
/
+458
[next]