看板 DFBSD_bugs 關於我們 聯絡資訊
: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