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:   uebayasi
Date:           Sat Oct 18 16:56:51 UTC 2014

Modified Files:
        src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0
        src/sys/arch/i386/conf: ALL GENERIC INSTALL_FLOPPY XEN3_DOM0
        src/sys/arch/x86/pci: files.pci

Log Message:
Install agp_* drivers where pchb(4) is installed except INSTALL_FLOPPY.

XXX
Config around agp(4) is done in quite wrong direction.
        "pchb <- (agpbus) <- agp <- agp_*"
should be:
        "pchb <- (pcibus) <- agp_* <- (agpbus) <- agp"


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.399 -r1.400 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.386 -r1.387 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1114 -r1.1115 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/i386/conf/INSTALL_FLOPPY
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x86/pci/files.pci

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