Date: Thu, 4 Sep 2003 08:25:11 -0700 (PDT) From: Thomas Moestl <tmm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h Message-ID: <200309041525.h84FPBLZ007985@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309041525.h84FPBLZ007985>