DragonFly BSD
DragonFly commits List (threaded) for 2006-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/dev/netif/bge Makefile if_bge.c


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 23 Mar 2006 05:45:12 -0800 (PST)

sephe       2006/03/23 05:45:12 PST

DragonFly src repository

  Modified files:
    sys/conf             options 
    sys/i386/conf        LINT 
    sys/dev/netif/bge    Makefile if_bge.c 
  Log:
  Add a new tunable "hw.bge.fake_autoneg", get rid of BGE_FAKE_AUTONEG kernel
  option.  This lets GENERIC kernel work with some broken "bge(4) + switch
  modules" configurations.
  
  By default this tunable is set to 0, if autonegociation breakage happens
  for certain switch modules shipped with IBM/Intel blades, set this tunable
  to 1.
  
  Thank Devon H. O'Dell <devon.odell at gmail.com> for confirming this is
  useful.
  
  Initial-idea-from: hmp
  Reminded-by: Devon H. O'Dell <devon.odell at gmail.com>
  
  Revision  Changes    Path
  1.44      +0 -3      src/sys/conf/options
  1.70      +0 -3      src/sys/i386/conf/LINT
  1.5       +1 -1      src/sys/dev/netif/bge/Makefile
  1.53      +9 -5      src/sys/dev/netif/bge/if_bge.c


http://www.dragonflybsd.org/cvsweb/src/sys/conf/options.diff?r1=1.43&r2=1.44&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/i386/conf/LINT.diff?r1=1.69&r2=1.70&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/bge/Makefile.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/bge/if_bge.c.diff?r1=1.52&r2=1.53&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]