K 10 svn:author V 6 scottl K 8 svn:date V 27 2005-01-16T07:34:26.000000Z K 7 svn:log V 404 Lock the AMR driver: - Introduce the amr_io_lock to control access to command queues, bio queues, and the hardware. - Eliminate the taskqueue and do all completion processing in the ithread. - Assign a static slot number to each command instead of doing a linear search for free slots each time a command is needed. - Modify the interrupt handler to more closely match what Linux does, for safety. END