cvs commit: src/sys/dev/disk/aic7xxx aic7xxx.c aic7xxx.h
Peter Avalos
pavalos at crater.dragonflybsd.org
Thu Jul 5 22:46:13 PDT 2007
pavalos 2007/07/05 22:45:52 PDT
DragonFly src repository
Modified files:
sys/dev/disk/aic7xxx aic7xxx.c aic7xxx.h
Log:
aic7xxx.h:
Add constants for SPI protocol delays that are needed for
target mode.
aic7xxx.c:
Correct a target mode issue that caused an occassional
spurious REQ to be seen on the bus when performing manual
message processing (e.g. transfer rate negotiation).
Enforce phase change bus settle rules with explicit
delays when performing manual message processing in
target mode. The sequencer already did this for
"fast-path", target mode message processing.
Obtained-from: FreeBSD
Revision Changes Path
1.20 +88 -15 src/sys/dev/disk/aic7xxx/aic7xxx.c
1.5 +5 -1 src/sys/dev/disk/aic7xxx/aic7xxx.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic7xxx/aic7xxx.c.diff?r1=1.19&r2=1.20&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic7xxx/aic7xxx.h.diff?r1=1.4&r2=1.5&f=u
More information about the Commits
mailing list