Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2003 14:14:31 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/acpica madt.c src/sys/ia64/ia64 mp_machdep.c sapic.c src/sys/ia64/include intr.h
Message-ID:  <200301052214.h05MEVud014809@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/01/05 14:14:31 PST

  Modified files:
    sys/ia64/acpica      madt.c 
    sys/ia64/ia64        mp_machdep.c sapic.c 
    sys/ia64/include     intr.h 
  Log:
  Don't hardcode the address of the local (S)APIC (aka processor
  interrupt block). We use the previously hardcoded address as a
  default only, but will otherwise use whatever ACPI tells us.
  The address can be found in the MADT table header or in the
  LAPIC override table entry.
  
  Revision  Changes    Path
  1.13      +25 -0     src/sys/ia64/acpica/madt.c
  1.42      +2 -1      src/sys/ia64/ia64/mp_machdep.c
  1.11      +3 -0      src/sys/ia64/ia64/sapic.c
  1.3       +4 -2      src/sys/ia64/include/intr.h

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?200301052214.h05MEVud014809>