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_disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove FreeBSD 4.x compat shims. Verified by md5.
jhb
2012-09-26
1
-15
/
+14
*
Add locking to mlx(4) to make it MPSAFE along with some other fixes:
jhb
2012-09-17
1
-3
/
+18
*
Don't use PAGE_SIZE to calculate controller-specific attributes.
scottl
2004-11-25
1
-2
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
1
-14
/
+17
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
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
-7
/
+0
*
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
1
-40
/
+19
*
NO_GEOM cleanup:
phk
2003-02-21
1
-1
/
+1
*
(This commit touches about 15 disk device drivers in a very consistent
phk
2002-09-20
1
-10
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-4
/
+4
*
Driver modifications consistent with my other drivers to facilitate
msmith
2001-06-25
1
-17
/
+15
*
Fix warning: 193: warning: label `done' defined but not used
peter
2001-06-15
1
-1
/
+0
*
Make the disk mini-layer check for and handle zero-length transfers
phk
2001-05-06
1
-4
/
+0
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
1
-2
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-2
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Change the way that scatter/gather list tables are allocated so that we
msmith
2000-05-06
1
-2
/
+8
*
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
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-13
/
+13
*
Add features required for basic userland management utility:
msmith
2000-04-11
1
-7
/
+3
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-2
/
+2
*
Update to the latest development version of the Mylex driver. Changes in
msmith
2000-03-18
1
-15
/
+9
*
Updates resulting from new documentation from Mylex and some cleaning:
msmith
1999-12-22
1
-1
/
+1
*
Major update to the Mylex DAC960 driver adding new hardware support
msmith
1999-12-11
1
-1
/
+1
*
Revamp the devstat priority system. All disks now have the same priority.
ken
1999-12-08
1
-2
/
+2
*
Correctly compute the block count. In reality, it seems that the
msmith
1999-11-02
1
-1
/
+1
*
Move some hardware-related items to the hardware-related header.
msmith
1999-10-26
1
-3
/
+1
*
Save the drive device_t correctly so we can print it later.
msmith
1999-10-16
1
-0
/
+1
*
Add support for the version 4 firmware interface and the DAC960 PG and
msmith
1999-10-14
1
-20
/
+11
*
This is a driver for the Mylex DAC960 family of integrated RAID
msmith
1999-10-07
1
-0
/
+314