aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-111-0/+2
* MFC the fix for the 'too many segs' bug, as well as moving to theMike Smith2001-06-254-111/+116
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-06-251-0/+77
* MFC: allow override by loaded module by reducing PCI probe priority.Mike Smith2000-10-281-1/+1
* MFC: support for 2.x/3.x adapters without memory-mapped register windows.Mike Smith2000-08-042-2/+9
* Reverse part of previous MFC, unbreak mlxBill Fumerola2000-04-261-0/+1
* MFC:Mike Smith2000-04-246-134/+250
* MFC: updates to the Mylex driver:Mike 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-173/+304
* 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-165/+182
* 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