cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h
Thomas Moestl
tmm at FreeBSD.org
Thu Sep 4 08:25:12 PDT 2003
tmm 2003/09/04 08:25:11 PDT
FreeBSD src repository
Modified files:
sys/sparc64/pci psycho.c psychoreg.h
Log:
- Clear the CE AFSR bits which indicate the error condition when handling
a correctable DMA error. Failing to do so can cause the error interrupt
to be triggered over and over again.
- Clean up the comments for UEAFSR_* constants, fix a typo (UEAFSR_BLK is
(1 << 23), not (1 << 22)), and add two more. Also, add similar constants
for the CE AFSR bits.
Revision Changes Path
1.44 +3 -1 src/sys/sparc64/pci/psycho.c
1.7 +22 -7 src/sys/sparc64/pci/psychoreg.h
More information about the cvs-src
mailing list