Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 12:55:22 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/acpica acpi_machdep.c
Message-ID:  <200211212055.gALKtMhx095473@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/11/21 12:55:22 PST

  Modified files:
    sys/i386/acpica      acpi_machdep.c 
  Log:
  *sigh*.  It seems that in the ACPICA code, Intel defines its own APIC_IO
  macro for use when parsing MADT tables, thus we always tried to set the
  interrupt model to APIC.  This proved to be harmful on UP machines with
  IO APIC's (or for UP kernels on SMP machines) since the wrong interrupt
  routing information would be returned.
  
  Pointy hat to:  jhb
  Approved by:    re (rwatson)
  
  Revision  Changes    Path
  1.6       +1 -1      src/sys/i386/acpica/acpi_machdep.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211212055.gALKtMhx095473>