K 10 svn:author V 8 bschmidt K 8 svn:date V 27 2011-01-02T09:03:53.461223Z K 7 svn:log V 276 MFC r216824: The RX path is missing a few bus_dmamap_*() calls, this results in modification of memory which was already free'd and eventually in: wpi0: could not map mbuf (error 12) wpi0: wpi_rx_intr: bus_dmamap_load failed, error 12 and an usuable device. PR: kern/144898 END