From owner-cvs-all Mon Nov 20 19:25:34 2000 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 F2DBD37B4CF; Mon, 20 Nov 2000 19:25:31 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03038; Mon, 20 Nov 2000 19:25:31 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <200011210325.TAA03038@freefall.freebsd.org> From: Andrew Gallatin Date: Mon, 20 Nov 2000 19:25:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci cia.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/11/20 19:25:31 PST Modified files: sys/alpha/pci cia.c Log: fix isa DMA on pyxis based machines: - move the call to cia_init_sgmap() to after we've determined if we're a pyxis - convert needed splhigh() in cia_sgmap_invalidate_pyxis() to disable_intr() Previously, any isa DMA on a pyxis based machine would cause a panic in cia_sgmap_invalidate_pyxis() because the pyxis workaround was never setup. - while i'm at it, convert needed splhigh() in cia_swiz_set_hae_mem to disable_intr() Revision Changes Path 1.31 +9 -8 src/sys/alpha/pci/cia.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message