cvs commit: src/sys/i386/i386 mptable.c mptable_pci.c src/sys/i386/include mptable.h

John Baldwin jhb at FreeBSD.org
Mon Nov 3 14:12:38 PST 2003


jhb         2003/11/03 14:12:37 PST

  FreeBSD src repository

  Modified files:
    sys/i386/i386        mptable.c 
    sys/i386/include     mptable.h 
  Added files:
    sys/i386/i386        mptable_pci.c 
  Log:
  Add the MP Table APIC enumerator.  This code uses the BIOS MP Table to
  enumerate I/O APICs as well as local APICs.  It also provides Host-PCI
  and PCI-PCI bridge drivers to use the MP Table to route PCI interrupts.
  
  Revision  Changes     Path
  1.220     +682 -2604  src/sys/i386/i386/mptable.c
  1.1       +157 -0     src/sys/i386/i386/mptable_pci.c (new)
  1.220     +45 -2764   src/sys/i386/include/mptable.h


More information about the cvs-all mailing list