aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr
Commit message (Expand)AuthorAgeFilesLines
* MFC: signature check for older i960-based adapters.Mike Smith2000-12-222-5/+8
* MFC: remove excessive debugging code.Mike Smith2000-11-281-4/+0
* Fix amr_map_command so that 40LD-specific commands get the scatter-gatherMike Smith2000-11-282-15/+31
* MFC: Don't test the result of the command, just pass it back.Mike Smith2000-11-211-5/+0
* MFC: allow override by loaded module by reducing PCI probe priority.Mike Smith2000-10-281-1/+1
* MFC: updated AMI MegaRAID driver. Brings back support for new adaptersMike Smith2000-10-286-1140/+1881
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-10-281-0/+61
* Don't scan for still-open devices on shutdown; if the root filesystem isMike Smith2000-10-241-15/+18
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-302-0/+562
* MFC: fix for too-low s/g tables.Mike Smith2000-06-101-0/+9
* MFC: disable returning "wedged" commands.Mike Smith2000-04-241-1/+8
* Major MFC:Mike Smith2000-04-114-93/+250
* Increase the time we spend waiting for the controller to become ready toMike Smith2000-02-171-1/+1
* Fix a printf format problem on the Alpha, where size_t == unsigned long,Peter Wemm1999-12-121-1/+1
* 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
* Don't print the chipset value; it's not useful.Mike Smith1999-11-023-4/+30
* Change the queueing model used by the controller to drastically reduceMike Smith1999-10-263-44/+49
* Use the physical block number, not the logical block number, for I/OMike Smith1999-10-221-3/+3
* Save the drive device_t so that we can print it later.Mike Smith1999-10-161-0/+1
* This is a driver for the AMI MegaRAID family of controllers. It all ofMike Smith1999-10-076-0/+2448