Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/24/1998 18:08:16
Module Name: src
Committed By: thorpej
Date: Tue Aug 25 01:08:16 UTC 1998
Modified Files:
src/sys/dev/pci: if_fxp.c if_fxpreg.h
Log Message:
Change the 32-bit fields of the RFA to an arrays of bytes, so that
egcs won't attempt to optimize inline copies of them into a single
load/store (the RFA is not 4-byte aligned in the DMA area).
Just use memcpy() to copy those fields, now, not our own home-grown.