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:   sekiya
Date:           Mon Jun 20 11:04:15 UTC 2005

Modified Files:
        src/sys/arch/i386/pci: pcibios.c pcibios.h
        src/sys/arch/x86/include: pci_machdep.h
        src/sys/arch/x86/pci: pci_machdep.c

Log Message:
pci_device_foreach(), pci_device_foreach_min(), pci_bridge_foreach(), and
pci_bridge_hook don't actually have any dependancies on PCIBIOS-specific code,
and they can be used to fixup PCI bus numbering in the absence of the BIOS.

To that end, decouple them from PCIBIOS.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/arch/i386/pci/pcibios.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/i386/pci/pcibios.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/x86/include/pci_machdep.h
cvs rdiff -r1.10 -r1.11 src/sys/arch/x86/pci/pci_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