Subject: unaligned mbufs and dma
To: None <tech-net@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: tech-net
Date: 11/08/1999 22:00:28
I guess there isn't any better way to solve hardware alignment
requirements than the one used by the roadrunner driver (basically
traverse the mbuf chain, and fix unaligned mbufs)? Should perhaps this
functionality be provided in some driver independent way?

/Johan