Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2011 00:02:46 +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:  <201103010003.p21032Av008436@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2011-03-01 00:02:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/re           if_re.c 
    sys/pci              if_rlreg.h 
  Log:
  SVN rev 219113 on 2011-03-01 00:02:46Z by yongari
  
  MFC r217911:
    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.95.2.75  +7 -1      src/sys/dev/re/if_re.c
  1.67.2.41  +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?201103010003.p21032Av008436>