Date: Mon, 5 Dec 2005 22:31:55 +0000 (UTC) From: Søren Schmidt <sos@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-dma.c ata-lowlevel.c Message-ID: <200512052231.jB5MVt53063569@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 2005-12-05 22:31:55 UTC FreeBSD src repository Modified files: sys/dev/ata ata-dma.c ata-lowlevel.c Log: Dont use the BUS_DMA_ALLOCNOW flag. Instead use BUS_DMA_NOWAIT and return ENOMEM to the upper layers if we run out of memory. This solves part of the trouble with running on >4GB memory systems. Revision Changes Path 1.140 +10 -8 src/sys/dev/ata/ata-dma.c 1.74 +9 -7 src/sys/dev/ata/ata-lowlevel.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512052231.jB5MVt53063569>