Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2010 21:09:37 +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_alcvar.h
Message-ID:  <201008302109.o7UL9oaL045477@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-08-30 21:09:37 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/alc          if_alc.c if_alcvar.h 
  Log:
  SVN rev 212018 on 2010-08-30 21:09:37Z by yongari
  
  MFC r211047-211048,211051-211053,211285:
  r211047:
    Controller does not seem to support more than 1024 bytes DMA burst.
    Limit DMA burst size to be less than or equal to 1024 bytes.
  
  r211048:
    Do not touch CMB TX threshold register when CMB is not used.
    Note, alc(4) does not use CMB at all due to silicon bug.
  
  r211051:
    Always disable ASPM L0s and enable L1 before entering into WOL
    suspend state.  Also disable master clock after PHY power down,
    this is supposed to save more power. The master clock should be
    enabled if WOL is active.
  
  r211052:
    Remove unnecessary assignment.
  
  r211053:
    Cache PCIY_PMG and PCIY_EXPRESS capability pointer to softc and use
    it instead of calling pci_find_extcap().
  
  r211285:
    Make sure to disable RX MAC in alc_stop_mac(). Previously there
    was a logic error which it always enabled RX MAC.
  
  Revision  Changes    Path
  1.1.2.8   +31 -26    src/sys/dev/alc/if_alc.c
  1.1.2.2   +3 -0      src/sys/dev/alc/if_alcvar.h



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