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
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-1
/
+1
*
Add missing locking for SBus controllers.
scottl
2007-11-05
1
-0
/
+5
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
Spelling fix for interupt -> interrupt
kevlo
2007-10-12
1
-2
/
+2
*
Fix off-by-two errors.
jkim
2007-08-28
1
-2
/
+2
*
Export 4Gbps Fibre Channel link speed correctly with inquiry commands.
jkim
2007-08-23
1
-9
/
+8
*
Get rid of a couple of Coverity found sign comparison errors.
mjacob
2007-07-10
1
-3
/
+3
*
Be more conservative- turn off fast posting and RIO for 22XX cards.
mjacob
2007-07-10
1
-7
/
+2
*
Recover from some major omissions/problems with the 24XX port.
mjacob
2007-07-02
4
-21
/
+57
*
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
*
If we're going to (for 23XX and 24XX cards) DMA firmware from the
mjacob
2007-06-24
1
-2
/
+2
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
1
-2
/
+3
*
Remove some ioctls that were ill-thought out. There is no user
mjacob
2007-06-11
2
-128
/
+14
*
Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.
mjacob
2007-06-11
1
-2
/
+6
*
Quiet GCC 4.2 warning.
mjacob
2007-06-08
1
-1
/
+1
*
Temp workaround for config_intrhook_establish running the hook
mjacob
2007-05-13
1
-0
/
+3
*
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
2
-5
/
+5
*
Make this an MP safe driver but also still be multi-release.
mjacob
2007-05-05
6
-502
/
+441
*
Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix a
scottl
2007-04-18
1
-1
/
+1
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-3
/
+4
*
Temporarily desupport simultaneous target and initiator mode.
mjacob
2007-04-02
6
-18
/
+38
*
Fix compilation problem (add a const) for pre-7.0 compiles.
mjacob
2007-03-31
1
-1
/
+1
*
some minor error message cleanups
mjacob
2007-03-29
1
-4
/
+4
*
Don't derference a pointer before setting it.
mjacob
2007-03-28
1
-2
/
+2
*
MFP4: a) Some constification from NetBSD (gcc 4.1.2)
mjacob
2007-03-22
5
-125
/
+142
*
Don't call isp_intr from isp_start- this seems to, in rare cases,
mjacob
2007-03-14
1
-7
/
+1
*
Move bus_space_tag and bus_space_handle register access
mjacob
2007-03-13
3
-86
/
+79
*
Restore optr if you trash it for 24XX target mode.
mjacob
2007-03-13
1
-0
/
+1
*
Fix compilation issues found in RELENG_4 port and merge the
mjacob
2007-03-12
4
-11
/
+27
*
Fix some stupid copyright mistakes that have been there for quite some time.
mjacob
2007-03-10
13
-255
/
+255
*
Redo previous newbus related change to be kinder to
mjacob
2007-02-23
3
-2
/
+9
*
Don't attempt to load illegal hard loop addresses into
mjacob
2007-02-23
3
-49
/
+31
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
2
-2
/
+2
*
Use the new xpt_rescan function to truly now have dynamic
mjacob
2007-02-23
1
-11
/
+34
*
There is a problem in setting/getting 'options'- if we check things
mjacob
2007-02-23
1
-111
/
+133
*
Be a bit more restrictive about printing out 'bad' pdb entries
mjacob
2007-02-23
1
-9
/
+11
*
Cleanup and document the implementation of firmware(9) based on
luigi
2007-02-15
1
-1
/
+1
*
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
3
-47
/
+36
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
1
-2
/
+14
*
Grumble- let a linux-ism slip in and had an llx which
mjacob
2007-01-20
1
-9
/
+12
*
MFP4: Move default setting to the end of isp_reset instead of the
mjacob
2007-01-20
7
-93
/
+138
*
RELENG_6 compilation
mjacob
2007-01-05
1
-1
/
+1
*
error print cleanup && turn off ints if RISC is paused
mjacob
2007-01-05
1
-1
/
+2
*
Check the return from registering FC4 types with the fabric name
mjacob
2007-01-05
1
-11
/
+24
*
Restore revision 1.126 that got accidentally nuked.
mjacob
2006-12-18
1
-0
/
+6
[next]