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:           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.




Home | Main Index | Thread Index | Old Index