tsbogend

Thomas Bogendoerfer tsbogend@puffin.external.hp.com
Sun, 6 Feb 2000 07:56:29 -0700 (MST)


Update of /home/cvs/parisc/linux-2.3/drivers/net
In directory puffin.external.hp.com:/tmp/cvs-serv24861

Modified Files:
	tulip.c 
Log Message:
The kernel assumes that the IP header starts on longword boundary, but
this isn't possible because of the limited receive dma of the tulip.
Since we don't have a kernel unaligned handler (and maybe don't even
want one for that), we need to copy incoming frames to make them properly
aligned. Alphas have the same problem.