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_sbus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Use the correct DMA tag/map pair for synchronize the FC scratch area.
marius
2011-02-14
1
-2
/
+2
*
On sparc64 obtain the initiator ID from the Open Firmware device tree
marius
2010-05-03
1
-5
/
+3
*
Put gone device timer into a structure tag that can hold more than 32 seconds...
mjacob
2010-03-17
1
-1
/
+1
*
Redo how commands handles are created and managed and implement sequence
mjacob
2010-02-03
1
-2
/
+6
*
Unbreak SBus cards which have been broken (apparently) for a while.
mjacob
2009-11-02
1
-18
/
+8
*
Add 8Gb support (isp_2500). Fix a fair number of configuration and
mjacob
2009-08-01
1
-177
/
+71
*
Add missing locking for SBus controllers.
scottl
2007-11-05
1
-0
/
+5
*
Bad merge.
mjacob
2007-05-11
1
-1
/
+1
*
Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...
mjacob
2007-05-11
1
-2
/
+2
*
Make this an MP safe driver but also still be multi-release.
mjacob
2007-05-05
1
-81
/
+46
*
Temporarily desupport simultaneous target and initiator mode.
mjacob
2007-04-02
1
-3
/
+5
*
Don't derference a pointer before setting it.
mjacob
2007-03-28
1
-2
/
+2
*
Move bus_space_tag and bus_space_handle register access
mjacob
2007-03-13
1
-8
/
+6
*
Redo previous newbus related change to be kinder to
mjacob
2007-02-23
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Clean up some of the various platform and release specific dma tag
mjacob
2007-01-23
1
-22
/
+4
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
1
-2
/
+14
*
Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset has
mjacob
2006-12-16
1
-1
/
+8
*
Remove dependency on ispfw and firmware as modules.
mjacob
2006-12-10
1
-3
/
+1
*
Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.
mjacob
2006-11-02
1
-56
/
+47
*
More ispfwfunc definitions funnies which break pre-7.0 builds.
mjacob
2006-09-01
1
-1
/
+0
*
Some rearrangement of headers to minimize diffs with outside of
mjacob
2006-07-16
1
-3
/
+4
*
Convert isp(4) and ispfw(4) to use firmware(9) to manage firmware
mjacob
2006-07-09
1
-2
/
+22
*
Some more gratuitous format and name changes.
mjacob
2006-04-21
1
-23
/
+23
*
a) clean up some declaration stuff (i.e., make more modern with respect
mjacob
2006-02-15
1
-20
/
+20
*
- Don't shift the clock frequency in MHz left by 8 before assigning it
marius
2006-02-03
1
-11
/
+7
*
First of several commits as this driver is dusted off and maybe brought
mjacob
2006-01-23
1
-1
/
+2
*
- Introduce an ofw_bus kobj-interface for retrieving the OFW node and a
marius
2004-08-12
1
-5
/
+6
*
Add missing <sys/module.h> includes currently relying on nested include
phk
2004-06-03
1
-0
/
+1
*
Correct the boundary parameter to the bus_dma_tag_create() calls (it was
tmm
2004-03-23
1
-2
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+3
*
Move the inclusion of <machine/ofw_machdep.h> after the inclusion of
marcel
2003-09-02
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev
imp
2003-08-23
1
-1
/
+1
*
Mega busdma API commit.
scottl
2003-07-01
1
-2
/
+4
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Redo dma tag creation to correctly reflect the boundary and segment
mjacob
2002-09-23
1
-8
/
+7
*
Frequency default should be '25' for 25MHz, not 25000000.
mjacob
2002-07-25
1
-7
/
+23
*
Make sure that if are in fact using 'full SMP', make the interrupt
mjacob
2002-07-25
1
-6
/
+9
*
Remove a couple of debugging lines.
mjacob
2002-07-11
1
-7
/
+0
*
'Support' for ISP SBus cards.
mjacob
2002-07-11
1
-0
/
+841