aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors in previous commit. %llu is no more suitableBruce Evans2002-03-181-2/+4
* Formats that print the block number need to be changed from %u toWarner Losh2002-03-181-2/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-3/+3
* KSE Milestone 2Julian Elischer2001-09-123-10/+11
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-101-0/+2
* Driver modifications consistent with my other drivers to facilitateMike Smith2001-06-255-41/+115
* Fix warning: 193: warning: label `done' defined but not usedPeter Wemm2001-06-151-1/+0
* Make the disk mini-layer check for and handle zero-length transfersPoul-Henning Kamp2001-05-061-4/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-2/+1
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-262-3/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource.Matthew N. Dodd2000-11-283-9/+13
* Further use of M_ZERO.David Malone2000-11-181-2/+1
* Return -10 from the PCI probe to allow room for an updated driver toMike Smith2000-10-281-1/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Add support for 2.x/3.x firmware adapters which are too old to have aMike Smith2000-08-042-2/+9
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* Change the way that scatter/gather list tables are allocated so that weMike Smith2000-05-064-39/+58
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-053-3/+3
* One minor bugfix:Mike Smith2000-04-202-4/+19
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-192-2/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-153-37/+37
* Add features required for basic userland management utility:Mike Smith2000-04-115-135/+235
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-022-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* Update to the latest development version of the Mylex driver. Changes inMike Smith2000-03-186-162/+704
* Fix the firmware build number output (again).Mike Smith1999-12-251-1/+1
* Cosmetic fix; get the firmware build code and customisation tag theMike Smith1999-12-241-1/+1
* Updates resulting from new documentation from Mylex and some cleaning:Mike Smith1999-12-224-75/+95
* time_t is an int on the Alpha, not long.Peter Wemm1999-12-121-1/+1
* Major update to the Mylex DAC960 driver adding new hardware supportMike Smith1999-12-115-174/+305
* Revamp the devstat priority system. All disks now have the same priority.Kenneth D. Merry1999-12-081-2/+2
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+2
* Correctly compute the block count. In reality, it seems that theMike Smith1999-11-022-2/+2
* Move some hardware-related items to the hardware-related header.Mike Smith1999-10-265-168/+185
* Use the physical block number, not the logical block number, for I/OMike Smith1999-10-221-5/+5
* Use a much larger buffer for message log retrieval until we are sure thatMike Smith1999-10-161-9/+10
* Fix mlx_diagnose_command so that it actually works. I can't believe thisMike Smith1999-10-161-1/+1
* Save the drive device_t correctly so we can print it later.Mike Smith1999-10-162-2/+2
* Add support for the version 4 firmware interface and the DAC960 PG andMike Smith1999-10-145-58/+180
* This is a driver for the Mylex DAC960 family of integrated RAIDMike Smith1999-10-076-0/+3437