Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2009 19:13:40 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/e1000 if_igb.c
Message-ID:  <200911111914.nABJE0ao012609@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jfv         2009-11-11 19:13:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/e1000        if_igb.c 
  Log:
  SVN rev 199192 on 2009-11-11 19:13:40Z by jfv
  
  With an i386 kernel the igb driver can cause a
  page fault panic on initialization due to a large
  number of bounce pages being allocated. This is due
  to the dma tag requiring page alignment on mbuf mapping.
  This was removed some time back from the ixgbe driver
  and is not needed here either.
  
  Revision  Changes    Path
  1.25      +3 -3      src/sys/dev/e1000/if_igb.c



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