Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/05/1999 14:09:48
Module Name:	src
Committed By:	thorpej
Date:		Fri Feb  5 22:09:47 UTC 1999

Modified Files:
	src/sys/dev/pci: if_vr.c
Log Message:
Make this driver work on the Alpha.  Apparently the receive DMA mechanism
has the same 4-byte alignment requirement that the transmit side does.  This
causes the packet payload to be misaligned.  So, on systems which require
strict alignment, we must copy the incoming frame to a new packet buffer,
suitably aligned.