cvs commit: src/sys/dev/bfe if_bfe.c
    Scott Long 
    scottl at FreeBSD.org
       
    Thu Apr 27 23:03:01 UTC 2006
    
    
  
scottl      2006-04-27 23:03:00 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/bfe          if_bfe.c 
  Log:
  The alignment parameter to busdma must be a power of two, while the if_bfe
  driver was trying to use an arbitrary rx/tx ring size of the value.  Change
  to using unrestricted values for alignment and boundary instead.
  
  Revision  Changes    Path
  1.34      +2 -2      src/sys/dev/bfe/if_bfe.c
    
    
More information about the cvs-all
mailing list