cvs commit: src/sys/dev/bfe if_bfe.c

Mike Silbersack silby at FreeBSD.org
Fri Apr 28 05:27:30 UTC 2006


silby       2006-04-28 05:27:27 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bfe          if_bfe.c 
  Log:
  Switch all bus_dmamap_sync calls that used PREREAD to PREWRITE and all
  POSTWRITE to POSTREAD.
  
  No guarantee that all busdma is usage is perfect, but this change (in
  addition to scott's last two commits) makes if_bfe work with > 1GB of
  memory in my laptop.
  
  Revision  Changes    Path
  1.35      +10 -10    src/sys/dev/bfe/if_bfe.c


More information about the cvs-all mailing list