Port-mips archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Implementation of _bus_dmamap_load_raw for MIPs
Hi,
In current release, implementation of _bus_dmamap_load_raw() for MIPs in
/sys/arch/mips/mips/bus_dma.c is MISSING.
int
_bus_dmamap_load_raw(bus_dma_tag_t t, bus_dmamap_t map,
bus_dma_segment_t *segs, int nsegs, bus_size_t size, int flags)
{
panic("_bus_dmamap_load_raw: not implemented");
}
But it is used by WLAN code.
Reference:
In sys/dev/ic/arn9003.c, ar9003_dma_alloc() => ar9003_tx_alloc() =>
bus_dmamap_load_raw()
Please help us to get implementation of bus_dmamap_load_raw() by providing
the required commit details.
Thanks & Regards,
Vennila
--
View this message in context:
http://netbsd.2816.n7.nabble.com/Implementation-of-bus-dmamap-load-raw-for-MIPs-tp290172.html
Sent from the port-mips mailing list archive at Nabble.com.
Home |
Main Index |
Thread Index |
Old Index