Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2008 18:42:17 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h
Message-ID:  <200805051842.m45IgHVp007366@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805051842.m45IgHVp007366>