Date: Wed, 2 Apr 2003 08:47:16 -0800 (PST) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h Message-ID: <200304021647.h32GlGVU002336@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2003/04/02 08:47:16 PST
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h
Log:
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
Revision Changes Path
1.152 +396 -206 src/sys/dev/fxp/if_fxp.c
1.28 +2 -14 src/sys/dev/fxp/if_fxpreg.h
1.24 +54 -9 src/sys/dev/fxp/if_fxpvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304021647.h32GlGVU002336>
