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:   fvdl
Date:           Thu May 29 20:22:33 UTC 2003

Modified Files:
        src/sys/arch/amd64/amd64: mainbus.c
        src/sys/arch/amd64/conf: GENERIC
        src/sys/arch/i386/conf: GENERIC
        src/sys/arch/i386/i386: mainbus.c
        src/sys/arch/x86/conf: files.x86
        src/sys/arch/x86/include: mpacpi.h mpbiosvar.h mpconfig.h
        src/sys/arch/x86/pci: pci_machdep.c
        src/sys/arch/x86/x86: mpacpi.c mpbios.c

Log Message:
Add the options MPBIOS_SCANPCI and MPACPI_SCANPCI to configure PCI roots
with the MPBIOS/ACPI bus information, by walking through the buses, and
descending down every bus that hasn't been marked configured yet.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/amd64/amd64/mainbus.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -r1.560 -r1.561 src/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.50 -r1.51 src/sys/arch/i386/i386/mainbus.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/x86/conf/files.x86
cvs rdiff -r1.1 -r1.2 src/sys/arch/x86/include/mpacpi.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/x86/include/mpbiosvar.h \
    src/sys/arch/x86/include/mpconfig.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/x86/pci/pci_machdep.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/x86/x86/mpacpi.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/x86/x86/mpbios.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