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
*
Remove remaining 4.x compat shims. No resulting changes (verified by
jhb
2012-09-07
4
-53
/
+35
*
- Explicitly call twe_done() to poll the hardware when looping in
jhb
2012-09-05
2
-16
/
+20
*
Add locking to the twe(4) driver and make it MPSAFE:
jhb
2012-08-13
4
-180
/
+196
*
Convert a number of drivers to obtaining their parent DMA tag from their
scottl
2012-03-12
1
-1
/
+1
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+4
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Teach twe driver to report array stripe size to GEOM.
mav
2009-12-25
3
-2
/
+11
*
Change the command argument to ioctl routines to u_long to avoid
rdivacky
2009-09-22
2
-2
/
+2
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-6
/
+0
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-0
/
+6
*
We no longer need to use d_thread_t, migrate to struct thread *.
imp
2009-05-20
1
-3
/
+3
*
Use si_drv1 instead of dev2unit() in twe(4) and twa(4)
ed
2009-04-14
1
-4
/
+2
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-2
/
+2
*
Add missing \n.
brueffer
2008-02-12
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+2
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-1
/
+0
*
Use correct flags for bus_dma_tag_create().
scottl
2005-03-06
1
-4
/
+4
*
Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return
imp
2005-03-01
1
-1
/
+1
*
Undoing recent changes to make 3ware's i386 tools work on amd64, since there are
vkashyap
2005-02-17
2
-59
/
+0
*
Fix crashdumps on twe. The twe_immediate_request() path was not only
scottl
2005-02-08
2
-12
/
+25
*
Recognize the 32-bit form of the twe binary passthrough ioctl()s so that
peter
2004-12-17
2
-0
/
+59
*
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
[next]