Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2006 14:31:50 +0000 (UTC)
From:      Gleb Smirnoff <glebius@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:  <200606151431.k5FEVoEN051181@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2006-06-15 14:31:50 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  Possess some work from OpenBSD, with some local additions.
  
  - Add more device IDs, ASIC revisions and chip IDs.
  - Rewrite a bit code that picks the description for device.
  - Introduce several macros to shorten quirks for bugs and
    features.[*]
  - Use some magic values, that OpenBSD has successfully
    possessed from Linux (Broadcom supplied) driver.
  - Remove disabled code that tried to access VPD.
  
  [*] The macro that matches Jumbo capable NICs is
      rewritten to preserve our current behavior. I
      need clarify whether our or theirs is correct.
  
  PR:             68351 (and may be others)
  Obtained from:  OpenBSD, brad@ mostly
  
  Revision  Changes    Path
  1.132     +323 -272  src/sys/dev/bge/if_bge.c
  1.49      +58 -20    src/sys/dev/bge/if_bgereg.h



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