Re: panic in bus_dma_tag_destroy()

看板DFBSD_bugs作者時間21年前 (2004/10/14 02:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串11/12 (看更多)
:I'd prefer keeping the malloc in the bus_dma_tag_create. I think we :have two options here. The first is to explicitly specify the overall :number of segments in the parents too. This would waste some kernel memory. We can't do this because the drivers have no clue what the actual limits for the parents are. :Alternatively we can change the contenders to specify a maximum number of :segments of 0 or special case BUS_SPACE_UNRESTRICTED. We could special-case 0. That would be maybe ~2 lines of code or something similarly trivial, and makes a lot more sense then what the drivers are doing now. -Matt Matthew Dillon <dillon@backplane.com> :We are talking about the following drivers: :dev/disk/advansys :dev/disk/aha :dev/disk/bt_eisa :dev/disk/mpt :dev/netif/bfe :dev/raid/dpt : :Joerg
文章代碼(AID): #11RNI-00 (DFBSD_bugs)
討論串 (同標題文章)
文章代碼(AID): #11RNI-00 (DFBSD_bugs)