Date: Sat, 18 Jul 1998 21:23:00 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa isa.c Message-ID: <199807190423.VAA16722@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807190423.VAA16722>