Source-Changes archive

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

CVS commit: src/sys/arch/sandpoint/stand/netboot



Module Name:    src
Committed By:   nisimura
Date:           Mon May 12 09:58:36 UTC 2008

Modified Files:
        src/sys/arch/sandpoint/stand/netboot: nvt.c pcn.c rge.c sip.c tlp.c
            vge.c wm.c

Log Message:
sprincle volatile attribute for struct desc on memory to ease the
target HW dependency on cache characteristic and load-store
serialization, and GCC compile time optimization strength.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/sandpoint/stand/netboot/nvt.c \
    src/sys/arch/sandpoint/stand/netboot/sip.c
cvs rdiff -r1.11 -r1.12 src/sys/arch/sandpoint/stand/netboot/pcn.c
cvs rdiff -r1.10 -r1.11 src/sys/arch/sandpoint/stand/netboot/rge.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/sandpoint/stand/netboot/tlp.c
cvs rdiff -r1.13 -r1.14 src/sys/arch/sandpoint/stand/netboot/vge.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/sandpoint/stand/netboot/wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index