cvs commit: src/sys/dev/disk/aic7xxx aic79xx.c aic79xx.h
Peter Avalos
pavalos at crater.dragonflybsd.org
Wed Jul 4 19:50:04 PDT 2007
pavalos 2007/07/04 19:47:43 PDT
DragonFly src repository
Modified files:
sys/dev/disk/aic7xxx aic79xx.c aic79xx.h
Log:
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.
Obtained-from: FreeBSD
Revision Changes Path
1.16 +14 -9 src/sys/dev/disk/aic7xxx/aic79xx.c
1.4 +4 -3 src/sys/dev/disk/aic7xxx/aic79xx.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic7xxx/aic79xx.c.diff?r1=1.15&r2=1.16&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic7xxx/aic79xx.h.diff?r1=1.3&r2=1.4&f=u
More information about the Commits
mailing list