cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 mptable.c

John Baldwin jhb at FreeBSD.org
Tue Nov 11 09:14:27 PST 2003


jhb         2003/11/11 09:14:26 PST

  FreeBSD src repository

  Modified files:
    sys/conf             options.i386 options.pc98 
    sys/i386/conf        NOTES 
    sys/i386/i386        mptable.c 
  Log:
  Disable probing of HTT CPUs by default for the MP Table case.  HTT CPUs
  should only be used if they are enabled in the BIOS.  Now that we support
  enumerating CPUs using the ACPI MADT, any HTT machine using ACPI should
  respect the BIOS setting.  For HTT machines with ACPI disabled in the
  kernel, the MPTABLE_FORCE_HTT kernel option can be used to try to probe HTT
  CPUs like have done in the past for the MP Table case.  This option should
  only be enabled if HTT is enabled in the BIOS.
  
  Revision  Changes    Path
  1.202     +1 -0      src/sys/conf/options.i386
  1.170     +1 -0      src/sys/conf/options.pc98
  1.1106    +13 -0     src/sys/i386/conf/NOTES
  1.224     +7 -0      src/sys/i386/i386/mptable.c


More information about the cvs-src mailing list