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

Bill Paul wpaul at FreeBSD.org
Wed Jun 9 16:02:13 GMT 2004


wpaul       2004-06-09 16:02:00 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  Add some special case code to fix a problem with the BCM5704 in TBI (fiber)
  mode. The 5704 apparently has some s00p3r s33kr1t registers for setting
  the advertisement of pause frame ability (i.e flow control) when in
  autoneg mode. If we don't set these registers correctly, we may not
  be able to negotiate a proper link with some switches. (Symptom is that
  the NIC reports the link as up (PCS synched) but no traffic can be
  exchanged.)
  
  PR:             kern/67598
  
  Revision  Changes    Path
  1.71      +33 -0     src/sys/dev/bge/if_bge.c
  1.28      +38 -0     src/sys/dev/bge/if_bgereg.h


More information about the cvs-src mailing list