scottl      2006-04-15 08:13:07 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  Fix the interrupt handler to do the mandatory PCI flush before looking at
  DMA memory.  The could contribute towards missed link state changes under
  heavy bus load.
  
  Revision  Changes    Path
  1.126     +10 -14    src/sys/dev/bge/if_bge.c