freebsd-dev/sys/dev/mlx
Mike Smith 5792b7fe0b Major update to the Mylex DAC960 driver adding new hardware support
and fixing some major bugs.

 - Add support for the v5 firmware interface, used by the DAC1164P
   (tested) and AcceleRAID 352 (untested but should work).  We now cover
   all of the Mylex family's protocols except for v2 (used by EISA and
   Alpha-compatible cards).

 - Fix an accounting bug which resulted in endless 'poll still busy'
   messages.  In situations of high controller load the count of poll
   commands could be incremented without actually successfully launching
   a command.  This totally removes the accounting for status poll
   commnads; it was its own worst enemy.

 - Add some simple reentry prevention locks to processing of the waiting
   and completed command queues to prevent races which could result in
   I/O being done or completed twice (both are fatal).  This highlights
   a need for simple locking primitives in both the UP and SMP kernels.

 - Streamline the handling of command completion to reduce the amount of
   redundant work being done.  Remove the code which tests for commands
   that have gone missing in action; nobody has ever seen one of these
   and it wouldn't have worked properly anyhow.

 - Handle disconnection of drives from the controller in the detach,
   not shutdown method.  This avoids problems flushing the cache in
   a panic when a drive is mounted.

 - Don't call bus_generic_detach when disconnecting drives; it doesn't
   actually do anything useful.

 - Increment the log message index regardless of whether we actually
   retrieved one or not.  If we run into a message that we can't fetch,
   we don't want to spin endlessly complaining about the fact.

 - Don't assume that interrupts will work when we're flushing the
   controller.  We may think they are enabled, but in eg. a panic
   situation the controller may not be able to deliver an interrupt.
1999-12-11 00:00:13 +00:00
..
mlx_disk.c Major update to the Mylex DAC960 driver adding new hardware support 1999-12-11 00:00:13 +00:00
mlx_pci.c Major update to the Mylex DAC960 driver adding new hardware support 1999-12-11 00:00:13 +00:00
mlx.c Major update to the Mylex DAC960 driver adding new hardware support 1999-12-11 00:00:13 +00:00
mlxio.h This is a driver for the Mylex DAC960 family of integrated RAID 1999-10-07 02:20:32 +00:00
mlxreg.h Major update to the Mylex DAC960 driver adding new hardware support 1999-12-11 00:00:13 +00:00
mlxvar.h Major update to the Mylex DAC960 driver adding new hardware support 1999-12-11 00:00:13 +00:00