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
/
ncr53c9x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end to
marius
2008-09-08
1
-341
/
+492
*
o Fix style(9) bugs and similar nits.
marius
2008-07-22
1
-345
/
+354
*
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
*
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
1
-1
/
+1
*
- Try to not leak resources in the attach functions of the esp(4) SBus
marius
2005-05-19
1
-30
/
+95
*
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
1
-16
/
+12
*
The existing locking in the esp driver appears to be fairly adequate, so
scottl
2005-03-02
1
-2
/
+0
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Add some style(9) touch ups; style(9) states that new code should follow
trhodes
2004-08-02
1
-10
/
+9
*
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
1
-22
/
+35
*
When autosense is retrieved, tell CAM about it instead of juust pretending
scottl
2004-06-12
1
-1
/
+2
*
Make the XPT_CALC_GEOMETRY op dependent on the sc_extended_geometry flag
scottl
2004-06-11
1
-1
/
+1
*
Port the NetBSD esp(4) driver. This only includes the sbus front-end, so
scottl
2004-06-10
1
-0
/
+2938