Re: cvs commit: src/sys/dev/raid/ciss ciss.c

看板DFBSD_commit作者時間20年前 (2005/04/26 13:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串6/6 (看更多)
On Mon, Apr 25, 2005 at 10:24:40PM +0200, Thomas E. Spanjaard wrote: > Joerg Sonnenberger wrote: > >This can be considered a whole subproject of its own -- ensuring that > >all DMA maps are properly created and destroyed. I expect a lot of > >bugs lurking around in the code. > > > >Someone interested? > > Is this ciss(4) specific or a generic DMA mapping problem? This is a problem of many drivers using the BUS DMA infrastructure. In the old days, it wasn't a problem because we allocated the segment list on the stack, but now we allocate it in bus_dmamap_create, so not calling it is very bad. Joerg
文章代碼(AID): #12RT9L00 (DFBSD_commit)
討論串 (同標題文章)
文章代碼(AID): #12RT9L00 (DFBSD_commit)