summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx/mlxio.h
Commit message (Collapse)AuthorAgeFilesLines
* Add features required for basic userland management utility:msmith2000-04-111-22/+26
| | | | | | | | | | | | | | - implement user-initiated background drive rebuild - implement user-initiated background consistency check - log controller-initiated background rebuild/check operations Try to fix the elusive "invalid log operation" bug, and panic if we do hit this one in the hopes of getting better information. Tidy up diagnostic messages. Try to use disk_create/disk_destroy correctly. This isn't working properly yet, but it's not clear whose fault that is.
* Update to the latest development version of the Mylex driver. Changes inmsmith2000-03-181-0/+5
| | | | | | | | | | | | | | | | | | this version include: - Support for version 2.x firmware (2.42 or later recommended). This means we are the only open-source driver supporting these adapters. This code has only been tested on a Digital KZPCA adapter in an Alpha system, but is believed to be correct. NOTE: EISA adapters are not yet supported. - Support the BIOS/Firmware initialisation handshake protocol. This allows the driver to bring the card up to operational state even if the BIOS can't be run (eg. if it's an x86 BIOS in an Alpha system). - A working command pasthrough interface. This allows a user-space configuration tool (under development) to issue arbitrary commands to the controller or to devices in the system.
* This is a driver for the Mylex DAC960 family of integrated RAIDmsmith1999-10-071-0/+88
controllers. It currently supports the P, PL, PD and PU variants, with more to be supported shortly.
OpenPOWER on IntegriCloud