Date: Mon, 6 Jan 2003 14:12:57 -0800 (PST) From: Thomas Moestl <tmm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hme if_hme.c if_hmereg.h if_hmevar.h Message-ID: <200301062212.h06MCwqA038245@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tmm 2003/01/06 14:12:57 PST Modified files: sys/dev/hme if_hme.c if_hmereg.h if_hmevar.h Log: Convert to use bus_dmamap_load_mbuf(); decouple software TX descriptors from the hardware descriptors to avoid the overhead of having a DMA map for each of them. Bump the number of hardware descriptors to 128, and use half as many software descriptors for now. Some minor cleanups. Revision Changes Path 1.8 +124 -201 src/sys/dev/hme/if_hme.c 1.4 +3 -0 src/sys/dev/hme/if_hmereg.h 1.3 +23 -16 src/sys/dev/hme/if_hmevar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301062212.h06MCwqA038245>