Date: Wed, 6 Dec 2006 22:03:13 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em.c Message-ID: <200612062203.kB6M3DN0017573@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-12-06 22:03:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/em if_em.c Log: Reduce diffs to RELENG_6: - Use bus_dmamap_load_mbuf_sg() rather than a private simple callback in conjuction with bus_dmamap_load_mbuf(). - Use bus_alloc_resource_any(). - Remove bogus BUS_DMA_ALLOCNOW flag. Revision Changes Path 1.2.2.25 +14 -40 src/sys/dev/em/if_em.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612062203.kB6M3DN0017573>