freebsd-dev/sys/dev/amr
msmith 1a3aed1ea8 Update to latest working version.
- Add periodic status monitoring routine.  Currently just detects
   lost commands, further functionality pending data from AMI.
   Add some new commands states; WEDGED (never coming back) and
   LATE (for when a command that wasmarked as WEDGED comes bacj,

 - Remove a number of redundant efforts to poll the card for completed
   commands.  This is what interrupt handlers are for.

 - Limit the maximum number of outstanding I/O transactions.  It seems
   that some controllers report more than they can really handle,
   and exceding this limit can cause the controller to lock up.

 - Don't use 'wait' mode for anything where the controller might not
   be able to generate interrupts.  (Keep the 'wait' mode though sa it
   will become useful when we start taking userspace commands.

 - Use a similar atomic locking trategy to the Mylex driver to prevent
   some reentrancy problems.

 - Correctly calculate the block count for non-whoile-bloch transfers
   (actually illegal).

 - Use the dsik device's si_drv1 field instead of b_driver1 in the
   buf struct to pass the driver identifier arond.

 - Rewrite amr_start and amr_done() along the lines of the Mylex driver
   in order to improve robustnes.

 - Always force the PCI busmaster bit on.
2000-04-01 00:35:15 +00:00
..
amr_disk.c Update to latest working version. 2000-04-01 00:35:15 +00:00
amr_pci.c Update to latest working version. 2000-04-01 00:35:15 +00:00
amr.c Update to latest working version. 2000-04-01 00:35:15 +00:00
amrio.h Don't print the chipset value; it's not useful. 1999-11-02 03:24:09 +00:00
amrreg.h This is a driver for the AMI MegaRAID family of controllers. It all of 1999-10-07 02:23:12 +00:00
amrvar.h Update to latest working version. 2000-04-01 00:35:15 +00:00