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:           Sun Mar 14 20:19:06 UTC 2010

Modified Files:
        src/sys/arch/x86/include: pci_machdep.h
        src/sys/arch/x86/pci: pci_intr_machdep.c pci_machdep.c
        src/sys/arch/xen/include: pci_machdep.h
Added Files:
        src/sys/arch/x86/include: pci_machdep_common.h

Log Message:
Add a new member, pc_super, to x86's pci_chipset_tag: pc.pc_super points
to the tag that pc inherits its behavior from.  Add code to deal with
pc.pc_super.

Pull identical declarations out of xen/include/pci_machdep.h and
x86/include/pci_machdep.h into x86/include/pci_machdep_common.h.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/include/pci_machdep.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/x86/include/pci_machdep_common.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/pci/pci_intr_machdep.c
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/x86/pci/pci_machdep.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/xen/include/pci_machdep.h

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