summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx/mlx.c
Commit message (Expand)AuthorAgeFilesLines
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource.mdodd2000-11-281-2/+1
* Further use of M_ZERO.dwmalone2000-11-181-2/+1
* Add support for 2.x/3.x firmware adapters which are too old to have amsmith2000-08-041-0/+2
* Change the way that scatter/gather list tables are allocated so that wemsmith2000-05-061-28/+42
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* One minor bugfix:msmith2000-04-201-4/+18
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-22/+22
* Add features required for basic userland management utility:msmith2000-04-111-102/+187
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Update to the latest development version of the Mylex driver. Changes inmsmith2000-03-181-124/+438
* Fix the firmware build number output (again).msmith1999-12-251-1/+1
* Cosmetic fix; get the firmware build code and customisation tag themsmith1999-12-241-1/+1
* Updates resulting from new documentation from Mylex and some cleaning:msmith1999-12-221-60/+88
* time_t is an int on the Alpha, not long.peter1999-12-121-1/+1
* Major update to the Mylex DAC960 driver adding new hardware supportmsmith1999-12-111-164/+227
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+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-38/+56
* Use the physical block number, not the logical block number, for I/Omsmith1999-10-221-5/+5
* Use a much larger buffer for message log retrieval until we are sure thatmsmith1999-10-161-9/+10
* Fix mlx_diagnose_command so that it actually works. I can't believe thismsmith1999-10-161-1/+1
* Save the drive device_t correctly so we can print it later.msmith1999-10-161-2/+1
* Add support for the version 4 firmware interface and the DAC960 PG andmsmith1999-10-141-11/+109
* This is a driver for the Mylex DAC960 family of integrated RAIDmsmith1999-10-071-0/+2295
OpenPOWER on IntegriCloud