Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2003 14:17:44 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/acpica madt.c
Message-ID:  <200311032217.hA3MHi3a096666@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2003/11/03 14:17:44 PST

  FreeBSD src repository

  Added files:
    sys/i386/acpica      madt.c 
  Log:
  Add the ACPI MADT table APIC enumerator.  This code uses the ACPI Multiple
  APIC Descriptor Table to enumerate both I/O APICs and local APICs.  ACPI
  does not embed PCI interrupt routing information in the MADT like the MP
  Table does.  Instead, ACPI stores the PCI interrupt routing information
  in the _PRT object under each PCI bus device.  The MADT table simply
  provides hints about which interrupt vectors map to which I/O APICs.  Thus
  when using ACPI, the existing ACPI PCI bridge drivers are sufficient to
  route PCI interrupts.
  
  Revision  Changes    Path
  1.1       +650 -0    src/sys/i386/acpica/madt.c (new)



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