Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Mar 2005 23:25:46 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c
Message-ID:  <200503082325.j28NPkY5032559@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2005-03-08 23:25:46 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              if_dc.c 
  Log:
  The DC driver asks for an alignment of PAGE_SIZE for data buffers, but also
  asks that each buffer be (2048 * 256) bytes long.  I suspect that alignment
  isn't a real requirement since busdma only recently started honoring it.  The
  size is also bogus.  Fix both of these and stop busdma from trying to
  exhaust the system memory pool with bounce pages.
  
  Submitted by: Kevin Oberman
  MFC After: 7 days
  
  Revision  Changes    Path
  1.156     +3 -3      src/sys/pci/if_dc.c



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