summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr/amr_disk.c
Commit message (Collapse)AuthorAgeFilesLines
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-2/+2
| | | | | | | | | | | | | | | | | | The same goes for CD drivers and tape drivers. In systems with mixed IDE and SCSI, devices in the same priority class will be sorted in attach order. Also, the 'CCD' priority is now the 'ARRAY' priority, and a number of drivers have been modified to use that priority. This includes the necessary changes to all drivers, except the ATA drivers. Soren will modify those separately. This does not include and does not require any change in the devstat version number, since no known userland applications use the priority enumerations. Reviewed by: msmith, sos, phk, jlemon, mjacob, bde
* Don't print the chipset value; it's not useful.msmith1999-11-021-2/+20
| | | | | Now we know what some of the state values are, print the current array state.
* Change the queueing model used by the controller to drastically reducemsmith1999-10-261-3/+0
| | | | | | the time spent at splbio(). We now avoid it unless we are actually manipulating the command queues themselves. This doesn't improve performance noticeably, but should improve concurrency somewhat.
* Save the drive device_t so that we can print it later.msmith1999-10-161-0/+1
|
* This is a driver for the AMI MegaRAID family of controllers. It all ofmsmith1999-10-071-0/+299
the AMI PCI controllers using the 8LD firmware interface (40LD firmware will be supported as soon as I have hardware to test with). These controllers are rebadged by Dell as the PERC, as well as by HP and possibly other vendors.
OpenPOWER on IntegriCloud