K 10 svn:author V 3 jfv K 8 svn:date V 27 2009-11-16T18:58:45.617082Z K 7 svn:log V 309 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. END