Source-Changes archive

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

CVS commit: src/sys/arch/alpha



Module Name:    src
Committed By:   matt
Date:           Mon Jun  6 17:30:33 UTC 2011

Modified Files:
        src/sys/arch/alpha/isa: isa_machdep.c
        src/sys/arch/alpha/pci: ttwoga.c
        src/sys/arch/alpha/tlsb: tlsb.c

Log Message:
CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0
struct device * -> device_t
struct cfdata * -> cfdata_t


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/alpha/isa/isa_machdep.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/alpha/pci/ttwoga.c
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/alpha/tlsb/tlsb.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