cvs commit: src/sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h

Maxime Henrion mux at FreeBSD.org
Wed Apr 2 08:47:17 PST 2003


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 at 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 at 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


More information about the cvs-src mailing list