From owner-cvs-all Sat Jul 18 21:24:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29419 for cvs-all-outgoing; Sat, 18 Jul 1998 21:24:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29414; Sat, 18 Jul 1998 21:24:21 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA16722; Sat, 18 Jul 1998 21:23:00 -0700 (PDT) Date: Sat, 18 Jul 1998 21:23:00 -0700 (PDT) Message-Id: <199807190423.VAA16722@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/18 21:22:59 PDT Modified files: sys/i386/isa isa.c Log: Stop physical DMA for the non-auto case in isa_dmadone(). This fixes a small part of a bug suite beginning in the SLICE probes but mostly in the floppy driver. This is a quick fix: the auto case shouldn't be special; DMA should also be stopped in isa_dma_release(); isa_dmastop() probably shouldn't exist; common DMA registers should not be accessed without locking. Revision Changes Path 1.113 +3 -1 src/sys/i386/isa/isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message