cvs commit: src/sys/dev/aic7xxx aic79xx.h aic79xx.reg
Scott Long
scottl at FreeBSD.org
Thu May 29 19:14:24 PDT 2003
scottl 2003/05/29 19:14:22 PDT
FreeBSD src repository
Modified files:
sys/dev/aic7xxx aic79xx.h aic79xx.reg
Log:
Fix a reported case of severe data corruption:
aic79xx.h:
aic79xx.reg:
Return the SCB_TAG field to 16byte alignment.
It seems that on some PCI systems, SCBs are not
transferred correctly to the controller with
the previous placement of the SCB_TAG field.
Approved by: re (rwatson)
Revision Changes Path
1.12 +13 -13 src/sys/dev/aic7xxx/aic79xx.h
1.14 +32 -29 src/sys/dev/aic7xxx/aic79xx.reg
More information about the cvs-src
mailing list