Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2009 18:34:18 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/et if_et.c if_etvar.h
Message-ID:  <200912211834.nBLIYdTw058513@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2009-12-21 18:34:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/et           if_et.c if_etvar.h 
  Log:
  SVN rev 200789 on 2009-12-21 18:34:18Z by yongari
  
  MFC r199558,199561
  r199558:
    Use bus_{read,write}_4 rather than bus_space_{read,write}_4.
  r199561:
    Use capability pointer to access PCIe registers rather than
    directly access them at fixed address. Frequently the register
    offset could be changed if additional PCI capabilities are added to
    controller.
    One odd thing is ET_PCIR_L0S_L1_LATENCY register. I think it's PCIe
    link capabilities register but the location of the register does
    not match with PCIe capability pointer + offset. I'm not sure it's
    shadow register of PCIe link capabilities register.
  
  Revision  Changes    Path
  1.3.2.5   +26 -20    src/sys/dev/et/if_et.c
  1.1.4.5   +2 -4      src/sys/dev/et/if_etvar.h



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