Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Aug 2010 17:28:08 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/alc if_alc.c if_alcreg.h if_alcvar.h
Message-ID:  <201008091728.o79HSLEC086897@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-08-09 17:28:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/alc          if_alc.c if_alcreg.h if_alcvar.h 
  Log:
  SVN rev 211105 on 2010-08-09 17:28:08Z by yongari
  
  Add support for Atheros AR8151/AR8152 PCIe gigabit/fast ethernet
  controller. These controllers are known as L1D(AR8151) and
  L2CB/B2(AR8152). This change adds supports for the following
  controllers.
   o AR8151 v1.0(L1D) gigabit ethernet controller
   o AR8151 v2.0(L1D) gigabit ethernet controller
   o AR8152 v1.1(L2CB) fast ethernet controller
   o AR8152 v2.0(L2CB2) fast ethernet controller
  These controllers have the same feature of AR8131/AR8132 and
  support improved power saving control. The user visible change at
  this moment is reduced jumbo frame size from 9KB to 6KB. Many
  thanks to Atheros for continuing to support FreeBSD.
  
  HW donated by:  Atheros Communications, Inc.
  
  Revision  Changes    Path
  1.15      +345 -90   src/sys/dev/alc/if_alc.c
  1.3       +31 -3     src/sys/dev/alc/if_alcreg.h
  1.3       +12 -6     src/sys/dev/alc/if_alcvar.h



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