Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Sep 2010 21:42:19 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/sis if_sis.c if_sisreg.h
Message-ID:  <201009012142.o81LgZBt051842@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-09-01 21:42:19 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sis          if_sis.c if_sisreg.h 
  Log:
  SVN rev 212116 on 2010-09-01 21:42:19Z by yongari
  
  Overhaul link state change handling. Previously sis(4) blindly
  configured TX/RX MACs before getting a valid link. After that, when
  link state change callback is called, it called device
  initialization again to reconfigure TX/RX MACs depending on
  resolved link state. This hack created several bad side effects and
  it required more hacks to not collide with sis_tick callback as
  well as disabling switching to currently selected media in device
  initialization. Also it seems sis(4) was used to be a template
  driver for long time so other drivers which was modeled after
  sis(4) also should be changed.
  
  TX/RX MACs are now reconfigured after getting a valid link. Fix for
  short cable error is also applied after getting a link because it's
  only valid when the resolved speed is 100Mbps.
  
  While I'm here slightly reorganize interrupt handler such that
  sis(4) always read SIS_ISR register to see whether the interrupt is
  ours or not. This change removes another hack and make it possible
  to nuke sis_stopped variable in softc.
  
  Revision  Changes    Path
  1.16      +100 -86   src/sys/dev/sis/if_sis.c
  1.6       +0 -2      src/sys/dev/sis/if_sisreg.h



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