cvs commit: src/sys/conf options src/sys/dev/bge if_bge.c src/sys/modules/bge Makefile

Doug White dwhite at FreeBSD.org
Fri Jun 24 21:43:48 GMT 2005


dwhite      2005-06-24 21:43:47 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             options 
    sys/dev/bge          if_bge.c 
    sys/modules/bge      Makefile 
  Log:
  Backout the change I made before 5.4-R since I wasn't aware that it was only
  a problem with one particular switch module.  Create a kernel option
  BGE_FAKE_AUTONEG that restores the 5.4 behavior, which should make the DNLK
  switch module work. IBM/Intel blades with Intel or AD switch modules should
  work without patching or kernel options with this commit.
  
  Hardware for testing provided by several folks, including
  Danny Braniss <danny at cs.huji.ac.il>, Achim Patzner <ap at bnc.net>,
  and OffMyServer.
  
  Approved by: re
  
  Revision  Changes    Path
  1.509     +3 -0      src/sys/conf/options
  1.91      +21 -0     src/sys/dev/bge/if_bge.c
  1.3       +1 -1      src/sys/modules/bge/Makefile


More information about the cvs-src mailing list