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
/
esp
Commit message (
Expand
)
Author
Age
Files
Lines
*
The ESP driver isn't really MPSAFE, so don't mark it that it is.
scottl
2007-11-11
1
-1
/
+1
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
1
-1
/
+1
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
1
-1
/
+1
*
Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.
mjacob
2006-12-11
1
-0
/
+4
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
1
-67
/
+0
*
The first of 3 major steps to move the CAM layer forward to using
mjacob
2006-10-31
1
-6
/
+89
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
2
-3
/
+3
*
- Try to not leak resources in the attach functions of the esp(4) SBus
marius
2005-05-19
4
-127
/
+466
*
Apply a torniquet to the problem of the drive unexpectedly disconnecting
scottl
2005-04-25
1
-1
/
+9
*
If we get interrupted during a data phase and the DMA engine is still
scottl
2005-04-22
1
-0
/
+6
*
Merge some style and minor changes from NetBSD:
marius
2005-04-17
3
-60
/
+56
*
Style and minor changes:
marius
2005-04-17
1
-57
/
+54
*
The existing locking in the esp driver appears to be fairly adequate, so
scottl
2005-03-02
2
-3
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
3
-3
/
+3
*
Remove files repocopied to sys/sparc64/sbus.
trhodes
2004-11-10
4
-1044
/
+3
*
Pull the correct clock frequency value out of OFW. Why the helper function
scottl
2004-09-13
1
-2
/
+6
*
- Introduce an ofw_bus kobj-interface for retrieving the OFW node and a
marius
2004-08-12
1
-4
/
+5
*
Add some style(9) touch ups; style(9) states that new code should follow
trhodes
2004-08-02
6
-68
/
+67
*
Include module.h
scottl
2004-06-21
1
-0
/
+1
*
Pass the correct argument to ncr53c9x_timeout()
scottl
2004-06-13
1
-5
/
+5
*
Get rid of UMA zones and instead allocate all ecb's up front and track them
scottl
2004-06-13
2
-25
/
+48
*
When autosense is retrieved, tell CAM about it instead of juust pretending
scottl
2004-06-12
1
-1
/
+2
*
Correct typo from previous commit.
scottl
2004-06-12
1
-1
/
+1
*
Make the XPT_CALC_GEOMETRY op dependent on the sc_extended_geometry flag
scottl
2004-06-11
3
-1
/
+4
*
Port the NetBSD esp(4) driver. This only includes the sbus front-end, so
scottl
2004-06-10
7
-0
/
+5307