cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

Bjoern A. Zeeb bz at FreeBSD.org
Mon May 5 18:42:17 UTC 2008


bz          2008-05-05 18:42:17 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  Use a better approach to force the interrupt which should work for
  all cards/modes.
  In addition to the intr forcing added with rev. 1.205 adopt the other
  places to use the same logic.
  
  We need to exclude a few chips/revisions (5700, 5788) from using the
  enhanced version and fall back to the old way as that is the only
  method they support.
  
  Tested by:      phk
  Suggested by:   davidch, Broadcom (thanks a lot for the help!)
  MFC after:      16 days
  
  Revision  Changes    Path
  1.210     +21 -6     src/sys/dev/bge/if_bge.c
  1.79      +4 -0      src/sys/dev/bge/if_bgereg.h


More information about the cvs-all mailing list