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
/
mlx_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-2
/
+0
*
Don't call mlx_free() i mlx_attach() in case of failure. Doing so
phk
2005-03-26
1
-0
/
+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
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+6
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+2
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-1
/
+2
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
Driver modifications consistent with my other drivers to facilitate
msmith
2001-06-25
1
-1
/
+1
*
Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource.
mdodd
2000-11-28
1
-7
/
+10
*
Return -10 from the PCI probe to allow room for an updated driver to
msmith
2000-10-28
1
-1
/
+1
*
Add support for 2.x/3.x firmware adapters which are too old to have a
msmith
2000-08-04
1
-2
/
+7
*
Change the way that scatter/gather list tables are allocated so that we
msmith
2000-05-06
1
-1
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Update to the latest development version of the Mylex driver. Changes in
msmith
2000-03-18
1
-13
/
+19
*
Major update to the Mylex DAC960 driver adding new hardware support
msmith
1999-12-11
1
-9
/
+15
*
Move some hardware-related items to the hardware-related header.
msmith
1999-10-26
1
-0
/
+1
*
Add support for the version 4 firmware interface and the DAC960 PG and
msmith
1999-10-14
1
-0
/
+1
*
This is a driver for the Mylex DAC960 family of integrated RAID
msmith
1999-10-07
1
-0
/
+199