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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-5
/
+5
*
Fix for a problem seen only on 6xxx series controllers, where-in the
vkashyap
2004-06-11
3
-8
/
+17
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
1. Fixed potential problem that would cause out-of-order requests in twe_star...
vkashyap
2004-05-12
3
-11
/
+7
*
1. Better handle a return value of EINPROGRESS from bus_dmamap_load.
vkashyap
2004-03-25
3
-22
/
+38
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+4
*
Check that twed_sc is non-NULL before dereferencing it, not after.
cperciva
2004-02-22
1
-2
/
+2
*
Fix off-by-one error: sc->twe_drive is an array of TWE_MAX_UNITS elements.
cperciva
2004-02-22
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
2
-3
/
+0
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
1
-14
/
+19
*
After extensive QA cycles at 3ware, bring the driver in-line with all the
ps
2003-12-02
7
-158
/
+184
*
Correct the structure packing.
ps
2003-11-06
1
-14
/
+14
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Don't tsleep on NULL
ps
2003-08-19
1
-2
/
+2
*
Oops.. Some debugging code snuck in here.
ps
2003-08-12
1
-1
/
+1
*
Fix the busdma support in twe to support EINPROGRESS and enable it for
ps
2003-08-12
4
-111
/
+249
*
Properly support the 3ware generic API.
ps
2003-08-05
7
-96
/
+190
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+4
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-0
/
+1
*
Fix a bug I introduced by overlooking the fact that "unit number" can
phk
2003-03-15
2
-1
/
+2
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
2
-11
/
+2
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+5
*
Use canonical format for cdevsw initialization.
phk
2003-03-02
1
-13
/
+13
*
NO_GEOM cleanup:
phk
2003-02-25
2
-39
/
+18
*
Use DISKFLAG_OPEN rather than maintaining our own flag.
phk
2003-02-22
1
-23
/
+2
*
NO_GEOM cleanup:
phk
2003-02-21
1
-4
/
+8
*
NO_GEOM cleanup:
phk
2003-02-21
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Update to new crashdump api
ps
2003-02-07
1
-39
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Fix instances of macros with improperly parenthasized arguments.
alfred
2002-11-09
1
-4
/
+4
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
use __packed.
alfred
2002-09-23
1
-14
/
+14
*
(This commit touches about 15 disk device drivers in a very consistent
phk
2002-09-20
1
-12
/
+4
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
1
-1
/
+1
*
Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly
peter
2002-05-24
1
-0
/
+1
*
Here follows the new kernel dumping infrastructure.
phk
2002-03-31
1
-1
/
+6
*
Update for the 6.9 firmware family (6xxx controllers), as well as for
msmith
2002-03-07
5
-20
/
+132
*
Fix some unused warnings. One function is only used if
peter
2002-02-27
1
-0
/
+8
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-2
/
+2
*
Fix a signed bug in the crashdump code for systems with > 2GB of ram.
ps
2001-11-13
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-5
/
+5
*
Typo fix: fasion -> fashion
kris
2001-07-23
1
-1
/
+1
*
Minor updates:
msmith
2001-05-07
5
-30
/
+47
*
Make the disk mini-layer check for and handle zero-length transfers
phk
2001-05-06
1
-8
/
+0
*
Last commit was broken.. It always prints '[CTRL-C to abort]'.
ps
2001-03-28
1
-12
/
+2
*
Change the dump routines to only abort if control-c is pressed.
ps
2001-03-27
1
-1
/
+3
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
1
-1
/
+1
*
Typo fix; use & to test for bits set in the status register.
msmith
2001-02-26
1
-1
/
+1
[next]