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
/
tws
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use struct thread * directly instead of d_thread_t. This driver is not
jhb
2015-01-05
2
-4
/
+4
*
Prevent overflow issues in timeout processing
smh
2014-11-21
1
-1
/
+2
*
Switch from timeout(9) to callout(9). In addition, do not teardown the
jhb
2014-09-22
6
-21
/
+27
*
Free the static DMA buffer holding the command ring during detach as well
jhb
2014-07-01
1
-0
/
+13
*
Get rid of the 'chan' from softc structure and use the latter
delphij
2014-02-27
3
-5
/
+3
*
Re-do r255853. Along with adding back the API/ABI changes from the
scottl
2013-09-25
2
-5
/
+6
*
Revert r255853 pending fixes to build errors in usr.bin/kdump
gjb
2013-09-25
2
-6
/
+5
*
Update the CAM API for FreeBSD 10:
scottl
2013-09-24
2
-5
/
+6
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-15
/
+2
*
Fix typo in the definition of the TWS_DATA_CCB.
kib
2013-05-23
1
-1
/
+1
*
MFprojects/camlock r248982:
mav
2013-04-14
1
-1
/
+1
*
Slightly tune locking to not call xpt_alloc_ccb() that is allowed to sleep
mav
2013-04-01
2
-7
/
+4
*
Fix typo.
kevlo
2013-03-01
1
-1
/
+1
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
2
-37
/
+13
*
Integrate changes from LSI vendor driver 10.80.00.005 to FreeBSD.
delphij
2012-10-19
5
-39
/
+68
*
Use CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE to report missing targets or
jimharris
2012-09-24
1
-2
/
+2
*
Specify MTX_RECURSE for the controller's io_lock. Without it, tws(4)
jimharris
2012-09-24
1
-1
/
+1
*
Convert a number of drivers to obtaining their parent DMA tag from their
scottl
2012-03-12
1
-1
/
+1
*
Match surrounding style.
delphij
2012-01-16
1
-1
/
+1
*
Don't forget to release queue lock when allocation of memory failed.
delphij
2012-01-03
1
-0
/
+1
*
Do not define bool/true/false if the symbols already exist.
mdf
2011-12-12
1
-0
/
+4
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-6
/
+4
*
Don't expose a constant array into global namespace.
delphij
2011-10-28
2
-2
/
+1
*
Return BUS_PROBE_DEFAULT instead of 0 (BUS_PROBE_SPECIFIC), allowing
delphij
2011-10-17
1
-1
/
+1
*
Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Many
delphij
2011-10-04
9
-0
/
+4544