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
/
twe
/
twe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing \n.
brueffer
2008-02-12
1
-1
/
+1
*
Undoing recent changes to make 3ware's i386 tools work on amd64, since there are
vkashyap
2005-02-17
1
-36
/
+0
*
Fix crashdumps on twe. The twe_immediate_request() path was not only
scottl
2005-02-08
1
-9
/
+24
*
Recognize the 32-bit form of the twe binary passthrough ioctl()s so that
peter
2004-12-17
1
-0
/
+36
*
Fix for a problem seen only on 6xxx series controllers, where-in the
vkashyap
2004-06-11
1
-3
/
+7
*
1. Fixed potential problem that would cause out-of-order requests in twe_star...
vkashyap
2004-05-12
1
-5
/
+5
*
1. Better handle a return value of EINPROGRESS from bus_dmamap_load.
vkashyap
2004-03-25
1
-17
/
+19
*
Fix off-by-one error: sc->twe_drive is an array of TWE_MAX_UNITS elements.
cperciva
2004-02-22
1
-1
/
+1
*
After extensive QA cycles at 3ware, bring the driver in-line with all the
ps
2003-12-02
1
-48
/
+100
*
Don't tsleep on NULL
ps
2003-08-19
1
-2
/
+2
*
Fix the busdma support in twe to support EINPROGRESS and enable it for
ps
2003-08-12
1
-53
/
+52
*
Properly support the 3ware generic API.
ps
2003-08-05
1
-59
/
+92
*
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
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
1
-1
/
+1
*
Update for the 6.9 firmware family (6xxx controllers), as well as for
msmith
2002-03-07
1
-13
/
+57
*
Fix some unused warnings. One function is only used if
peter
2002-02-27
1
-0
/
+8
*
Minor updates:
msmith
2001-05-07
1
-21
/
+31
*
Typo fix; use & to test for bits set in the status register.
msmith
2001-02-26
1
-1
/
+1
*
Remove a prototype for an unused and undefined debugging function.
jhb
2001-01-23
1
-1
/
+0
*
- add support for crashdumps (courtesy of ps and Y!)
msmith
2000-12-03
1
-164
/
+171
*
If we can't get a command to back the bio we just took off the queue,
msmith
2000-11-03
1
-1
/
+3
*
Add a missing newline to a diagnostic.
msmith
2000-10-27
1
-1
/
+1
*
Major update to the 'twe' driver.
msmith
2000-10-25
1
-1003
/
+844
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Initial import of a driver for the 3ware Escalade family of ATA RAID
msmith
2000-05-24
1
-0
/
+1898