summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx/mlx_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use PAGE_SIZE to calculate controller-specific attributes.scottl2004-11-251-2/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-14/+17
* Use __FBSDID().obrien2003-08-241-1/+3
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+2
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-7/+0
* Chase the musical variable names.jhb2003-02-251-2/+2
* Limit the maximum I/O size to 8 pages for version 2 controllers. Thisjhb2003-02-251-4/+8
* Fix a small fat-finger: s/mlxd/mxld/.jhb2003-02-251-1/+1
* NO_GEOM cleanup:phk2003-02-251-40/+19
* NO_GEOM cleanup:phk2003-02-211-1/+1
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-10/+4
* KSE Milestone 2julian2001-09-121-4/+4
* Driver modifications consistent with my other drivers to facilitatemsmith2001-06-251-17/+15
* Fix warning: 193: warning: label `done' defined but not usedpeter2001-06-151-1/+0
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-061-4/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-2/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Change the way that scatter/gather list tables are allocated so that wemsmith2000-05-061-2/+8
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-13/+13
* Add features required for basic userland management utility:msmith2000-04-111-7/+3
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-2/+2
* Update to the latest development version of the Mylex driver. Changes inmsmith2000-03-181-15/+9
* Updates resulting from new documentation from Mylex and some cleaning:msmith1999-12-221-1/+1
* Major update to the Mylex DAC960 driver adding new hardware supportmsmith1999-12-111-1/+1
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-2/+2
* Correctly compute the block count. In reality, it seems that themsmith1999-11-021-1/+1
* Move some hardware-related items to the hardware-related header.msmith1999-10-261-3/+1
* Save the drive device_t correctly so we can print it later.msmith1999-10-161-0/+1
* Add support for the version 4 firmware interface and the DAC960 PG andmsmith1999-10-141-20/+11
* This is a driver for the Mylex DAC960 family of integrated RAIDmsmith1999-10-071-0/+314
OpenPOWER on IntegriCloud