From owner-cvs-sys Thu Dec 28 16:30:11 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA10759 for cvs-sys-outgoing; Thu, 28 Dec 1995 16:30:11 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA10750 Thu, 28 Dec 1995 16:30:09 -0800 (PST) Date: Thu, 28 Dec 1995 16:30:09 -0800 (PST) From: Peter Wemm Message-Id: <199512290030.QAA10750@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa aha1542.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 95/12/28 16:30:08 Modified: sys/i386/isa aha1542.c Log: Add the attempted DMA address to the 'DMA beyond end of ISA' message so that we can see if it's a small distance beyond the end, or way out. This may give some clues as to whether it is being caused by something coalescing the transfers in spite of the bounce buffers, or simply because of buffer corruption. (The BT driver seems to occasionally get hit by from this too, except that it does not trap the transfer, and the system panics later with vm_bounce_page_free.) This "event" usually happens to me during a savecore (on the rare occasion that a kernel coredump is actually taken after a crash - the lack of kernel core dumps is another problem...). Revision Changes Path 1.54 +3 -2 src/sys/i386/isa/aha1542.c