Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2010 19:18:29 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/msk if_msk.c if_mskreg.h
Message-ID:  <201002261918.o1QJIeFx008672@repoman.freebsd.org>

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

yongari     2010-02-26 19:18:29 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/msk          if_msk.c if_mskreg.h 
  Log:
  SVN rev 204365 on 2010-02-26 19:18:29Z by yongari
  
  Don't hardcod register offset to set PCIe max read request size.
  The register offset is not valid on 88E8072 controller. Also don't
  blindly increase max read request size to 4096, instead, use 2048
  which seems to be more sane value and only change the value if the
  hardware default size(512) was used on that register.
  For PCIX controllers, use system defined constant rather than using
  magic value.
  While I'm here stop showing negotiated link width.
  
  Revision  Changes    Path
  1.83      +18 -29    src/sys/dev/msk/if_msk.c
  1.33      +2 -0      src/sys/dev/msk/if_mskreg.h



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