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
/
mlx
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
1
-1
/
+1
*
sys/dev: extend use of the howmany() macro when available.
pfg
2016-04-26
1
-1
/
+1
*
sys/dev: use our nitems() macro when it is avaliable through param.h.
pfg
2016-04-19
1
-1
/
+1
*
Remove MAXBSIZE use from drivers where it has nothing to do.
mav
2015-03-22
2
-2
/
+4
*
Add missing calls to bus_dmamap_unload() when freeing static DMA
jhb
2014-06-13
1
-0
/
+7
*
Remove FreeBSD 4.x compat shims. Verified by md5.
jhb
2012-09-26
5
-117
/
+40
*
Add locking to mlx(4) to make it MPSAFE along with some other fixes:
jhb
2012-09-17
5
-245
/
+299
*
Correct a typo.
delphij
2012-08-03
1
-1
/
+1
*
Convert a number of drivers to obtaining their parent DMA tag from their
scottl
2012-03-12
1
-1
/
+1
*
Remove unused variable count.
kevlo
2012-02-27
1
-2
/
+1
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-3
/
+1
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-2
/
+0
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-0
/
+2
*
Separate the parallel scsi knowledge out of the core of the XPT, and
scottl
2009-07-10
2
-1
/
+2
*
Convert mlx(4) and mly(4) to si_drv1 instead of dev2unit().
ed
2009-04-18
1
-7
/
+5
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-3
/
+3
*
Make mlxcontrol work with more than one system drive:
sepotvin
2008-09-12
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Add missing parenthesis around error handling code upon attaching
csjp
2005-07-30
1
-1
/
+2
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
2
-4
/
+0
*
plug resource leak
sam
2005-03-31
1
-2
/
+4
*
fix potential null ptr deref
sam
2005-03-31
1
-1
/
+1
*
avoid null ptr deref
sam
2005-03-31
1
-1
/
+1
*
Don't call mlx_free() i mlx_attach() in case of failure. Doing so
phk
2005-03-26
2
-10
/
+1
*
If mlx_attach() returns an error, don't free sc again.
das
2005-03-18
1
-3
/
+1
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Don't use PAGE_SIZE to calculate controller-specific attributes.
scottl
2004-11-25
2
-2
/
+3
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-5
/
+5
*
Add missing <sys/module.h> includes
phk
2004-05-30
2
-0
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
2
-4
/
+8
*
Change another pointer name that was missed in the previous commit.
scottl
2004-03-01
1
-1
/
+1
*
Check and free the actual pointer the was used in a malloc instead of
scottl
2004-03-01
1
-2
/
+2
*
Don't free meo until we're finished using it.
cperciva
2004-02-22
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
2
-15
/
+18
*
Prepare for locking mlx(4) by cleaning up the use of busdma. No real
scottl
2003-09-02
2
-155
/
+243
*
Use __FBSDID().
obrien
2003-08-24
2
-3
/
+6
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Don't provide a mutex in the S/G list dma tag since it will never be defered.
scottl
2003-08-09
1
-7
/
+9
*
Mega busdma API commit.
scottl
2003-07-01
2
-0
/
+6
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
3
-3
/
+6
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
5
-12
/
+2
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+5
*
Chase the musical variable names.
jhb
2003-02-25
1
-2
/
+2
*
Limit the maximum I/O size to 8 pages for version 2 controllers. This
jhb
2003-02-25
1
-4
/
+8
*
Fix a small fat-finger: s/mlxd/mxld/.
jhb
2003-02-25
1
-1
/
+1
*
NO_GEOM cleanup:
phk
2003-02-25
3
-43
/
+21
*
NO_GEOM cleanup:
phk
2003-02-21
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
[next]