]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
On a 32 bit kernel the igb driver may cause a page
authorjfv <jfv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 16 Nov 2009 18:58:45 +0000 (18:58 +0000)
committerjfv <jfv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 16 Nov 2009 18:58:45 +0000 (18:58 +0000)
commit1854806a237a74095e0ba519f5fd2db4edde3fe9
tree69e1682605603e9ebe9622f421b045881cd683bd
parent8c5bafefd4c7350507f5b28adc845c558cb4aed0
On a 32 bit kernel the igb driver may cause a page
fault panic due to a failed bounce page allocation
during RX mbuf setup. The large demand on bounce pages
is due to the alignment requirement in the tag. This
restriction was removed in the ixgbe driver with no
ill effects and so is being removed here also.

git-svn-id: svn://svn.freebsd.org/base/stable/8@199327 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/e1000/if_igb.c