From owner-cvs-all Sat Mar 23 12:42:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7018137B419; Sat, 23 Mar 2002 12:42:29 -0800 (PST) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2NKgOK52929; Sat, 23 Mar 2002 12:42:24 -0800 (PST) (envelope-from tmm) Message-Id: <200203232042.g2NKgOK52929@freefall.freebsd.org> From: Thomas Moestl Date: Sat, 23 Mar 2002 12:42:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h src/sys/sparc64/sparc64 iommu.c src/sys/sparc64/include iommuvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/03/23 12:42:24 PST Modified files: sys/sparc64/pci psychoreg.h psycho.c sys/sparc64/sparc64 iommu.c sys/sparc64/include iommuvar.h Log: Add code to print the fault virtual address for uncorrectable DMA errors caused by IOMMU misses to aid debugging. This will only work on UltraSPARC-IIi and IIe. Revision Changes Path 1.4 +1 -0 src/sys/sparc64/include/iommuvar.h 1.7 +8 -0 src/sys/sparc64/pci/psycho.c 1.3 +9 -0 src/sys/sparc64/pci/psychoreg.h 1.4 +15 -0 src/sys/sparc64/sparc64/iommu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message