Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/arch



Module Name:    src
Committed By:   snj
Date:           Fri Jun 19 21:33:57 UTC 2009

Modified Files:
        src/sys/arch/amd64/amd64 [netbsd-5]: mainbus.c
        src/sys/arch/i386/i386 [netbsd-5]: mainbus.c
        src/sys/arch/x86/x86 [netbsd-5]: mpacpi.c mpbios.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #819):
        sys/arch/amd64/amd64/mainbus.c: revision 1.28 via patch
        sys/arch/i386/i386/mainbus.c: revision 1.85 via patch
        sys/arch/x86/x86/mpacpi.c: patch
        sys/arch/x86/x86/mpbios.c: patch
Apply fixes from jmcneill@ for PR port-i386/38729
(ACPI kernel booted under qemu cannot detect devices):
- make MP SCANPCI function for ACPI_SCANPCI and MPBIOS_SCANPCI
  return a number of attached PCI busses
- if no valid PCI busses are attached in the MP SCANPCI function,
  try to probe and attach pci0 at mainbus as well as kernels
  with no SCANPCI options


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.8.1 src/sys/arch/amd64/amd64/mainbus.c
cvs rdiff -u -r1.77 -r1.77.8.1 src/sys/arch/i386/i386/mainbus.c
cvs rdiff -u -r1.69.4.1 -r1.69.4.2 src/sys/arch/x86/x86/mpacpi.c
cvs rdiff -u -r1.47 -r1.47.4.1 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