Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/ic



Module Name:    src
Committed By:   thorpej
Date:           Fri Aug 29 04:50:00 UTC 2003

Modified Files:
        src/sys/dev/ic: aic79xx.c aic79xxvar.h

Log Message:
Apply the following change from 06/28/2003 04:45:25 by gibbs to the
FreeBSD ahd driver:

aic79xx.h:
        Add softc flag to indicate that we have seen at
        least one selection since the last bus reset or
        SE/LVD bus change.

aic79xx.c:
        Fix a few style nits.

        In ahd_update_pending_scbs(), only touch card registers
        once we have found an SCB that needs to be updated.
        This removes lots of clutter from PCI traces taken of
        error recovery performed by the driver.

        Short circuit the first selection iocell workaround handler
        if we've run once since the last bus reset or iocell change.
        This also removes clutter from PCI traces.

        Note if completions are pending in the qoutfifo when we dump
        card state.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/dev/ic/aic79xx.c
cvs rdiff -r1.10 -r1.11 src/sys/dev/ic/aic79xxvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index