I'm not sure what may have changed in your configuration to
make these problems start, but there is one recent fix that
may apply to your problem. I do not know if this will apply
to the 6.2.28 driver version you are using since it is based
on the latest driver release from here:
http://people.FreeBSD.org/~gibbs/linux/SRC/
Here's the patch:
-- Justin==== //depot/aic7xxx/aic7xxx/aic7xxx.c#134 (ktext) ====
@@ -37,7 +37,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.c#133 $ + * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.c#134 $ * * $FreeBSD$ */ @@ -1469,7 +1469,7 @@ * current connection, so we must * leave it on while single stepping. */ - ahc_outb(ahc, SIMODE1, ENBUSFREE); + ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE); else ahc_outb(ahc, SIMODE1, 0); ahc_outb(ahc, CLRINT, CLRSCSIINT);
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/