Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 2010 20:54:08 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c
Message-ID:  <201003102054.o2AKsT8Q029630@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-03-10 20:54:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  SVN rev 204978 on 2010-03-10 20:54:08Z by yongari
  
  Set maximum read byte count to 2048 for PCI-X BCM5703/5704 devices.
  Also disable relaxed ordering as recommended by data sheet for
  PCI-X devices. For PCI-X BCM5704, set maximum outstanding split
  transactions to 0 as indicated by data sheet.
  For BCM5703 in PCI-X mode, DMA read watermark should be less than
  or equal to maximum read byte count configuration. Enforce this
  limitation in DMA read watermark configuration.
  
  Revision  Changes    Path
  1.279     +29 -1     src/sys/dev/bge/if_bge.c



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