Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



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.




Home | Main Index | Thread Index | Old Index