Hi, When one creates a DMA tag for a PCI device, using "bus_dma_tag_create()", I see that most drivers use "NULL" for the parent field, at some point, but shouldn't this field actually point to the DMA tag of the bus where the device is physically attached ? --HPS