freebsd-src/sys/dev/fxp
Maxime Henrion b2badf0214 Convert the fxp(4) driver to the busdma API.
This patch is rather big because I had to significantly redesign
the driver to make the busdma conversion possible.  Most notably,
hardware and software structures were carefully splitted to get
rid of all the structs overlapping evilness.

Special thanks to phk and Richard Puga <puga@mauibuilt.com> for
providing me with fxp(4) hardware to do this work.

Thanks to marcel for testing this on ia64, and to Fred Clift
<fclift@verio.net> for testing this on alpha.

Tested on:	i386, ia64, alpha
2003-04-02 16:47:16 +00:00
..
if_fxp.c Convert the fxp(4) driver to the busdma API. 2003-04-02 16:47:16 +00:00
if_fxpreg.h Convert the fxp(4) driver to the busdma API. 2003-04-02 16:47:16 +00:00
if_fxpvar.h Convert the fxp(4) driver to the busdma API. 2003-04-02 16:47:16 +00:00
rcvbundl.h Add Intel's loadable microcode to implement receive side bundling. 2001-10-25 05:23:31 +00:00