Date: Fri, 4 Jul 2003 04:46:23 -0700 (PDT) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c Message-ID: <200307041146.h64BkNGP095313@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2003/07/04 04:46:23 PDT FreeBSD src repository Modified files: sys/pci if_xl.c Log: - Ensure that the busdma API won't do deferred loads by using the BUS_DMA_NOWAIT flag, since the code can't handle this. - Use NULL, NULL for the lockfunc and lockfuncarg parameters of bus_dma_tag_create() since deferred loads can't happen now. Revision Changes Path 1.148 +9 -9 src/sys/pci/if_xl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307041146.h64BkNGP095313>