cvs commit: src/sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h
    Nate Lawson 
    nate at root.org
       
    Wed Apr  2 10:23:53 PST 2003
    
    
  
On Wed, 2 Apr 2003, Maxime Henrion wrote:
>   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.
Nice!  I have some locking patches for fxp that I'll post soon.  It looks
like some nice comments were removed in your diff.  It would be good if
you rewrote equivalent ones based on the change in behavior.
-Nate
    
    
More information about the cvs-all
mailing list