Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   dyoung
Date:           Tue Aug 18 17:02:01 UTC 2009

Modified Files:
        src/sys/arch/arm/footbridge/isa: isa_machdep.c
        src/sys/arch/atari/isa: isa_machdep.c
        src/sys/arch/evbarm/tsarm/isa: isa_machdep.c
        src/sys/arch/hpcmips/isa: isa_machdep.c plumisa_machdep.c
        src/sys/arch/mipsco/isa: isa_machdep.c
        src/sys/arch/shark/isa: isa_shark_machdep.c
        src/sys/arch/x86/include: isa_machdep.h
        src/sys/arch/x86/isa: isa_machdep.c
        src/sys/arch/xen/xen: isa_machdep.c

Log Message:
These are stragglers from my last commit ("Let us safely detach
the ISA bus and devices attaching to the ISA bus").  Define
isa_detach_hook() in MD ISA implementations.  Define isa_dmadestroy().


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/footbridge/isa/isa_machdep.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/atari/isa/isa_machdep.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/tsarm/isa/isa_machdep.c
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/hpcmips/isa/isa_machdep.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hpcmips/isa/plumisa_machdep.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mipsco/isa/isa_machdep.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/shark/isa/isa_shark_machdep.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/include/isa_machdep.h
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/x86/isa/isa_machdep.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/xen/xen/isa_machdep.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