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

Gleb Smirnoff glebius at FreeBSD.org
Thu Jun 15 14:31:50 UTC 2006


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


More information about the cvs-src mailing list