summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr
Commit message (Expand)AuthorAgeFilesLines
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-153-35/+35
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-022-3/+3
* Update to latest working version.msmith2000-04-014-96/+248
* Fix detection of the card-ready-for-command state. Use an ultimatemsmith2000-03-232-4/+9
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Increase the time we spend waiting for the controller to become ready tomsmith2000-02-171-1/+1
* Fix a printf format problem on the Alpha, where size_t == unsigned long,peter1999-12-121-1/+1
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-2/+2
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+2
* Don't print the chipset value; it's not useful.msmith1999-11-023-4/+30
* Change the queueing model used by the controller to drastically reducemsmith1999-10-263-44/+49
* Use the physical block number, not the logical block number, for I/Omsmith1999-10-221-3/+3
* 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-076-0/+2448
OpenPOWER on IntegriCloud