Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2011 21:14:20 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h
Message-ID:  <201101262114.p0QLEeAm061247@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

yongari     2011-01-26 21:14:20 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/re           if_re.c 
    sys/pci              if_rlreg.h 
  Log:
  SVN rev 217911 on 2011-01-26 21:14:20Z by yongari
  
  Add support for RTL8105E PCIe Fast Ethernet controller. It seems
  the controller has a kind of embedded controller/memory and vendor
  applies a large set of magic code via undocumented PHY registers in
  device initialization stage. I guess it's a firmware image for the
  embedded controller in RTL8105E since the code is too big compared
  to other DSP fixups. However I have no idea what that magic code
  does and what's purpose of the embedded controller. Fortunately
  driver seems to still work without loading the firmware.
  
  While I'm here change device description of RTL810xE controller.
  
  H/W donated by: Realtek Semiconductor Corp.
  
  Revision  Changes    Path
  1.194     +7 -1      src/sys/dev/re/if_re.c
  1.114     +1 -0      src/sys/pci/if_rlreg.h



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