Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2003 15:15:52 -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 src/sys/i386/i386 mptable.c
Message-ID:  <200311052315.hA5NFqXp055248@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2003/11/05 15:15:52 PST

  FreeBSD src repository

  Modified files:
    sys/i386/acpica      madt.c 
    sys/i386/i386        mptable.c 
  Log:
  When remapping an ISA interrupt from one intpin to another, disable the
  pin that is used by the default identity mapping if it still maps to the
  old vector.  The ACPI case might need some tweaking for the SCI interrupt
  case since ACPI likes to address the intpin using both the IRQ remapped to
  it as well as the previous existing PCI IRQ mapped to it.
  
  Reported by:    kan
  
  Revision  Changes    Path
  1.3       +16 -8     src/sys/i386/acpica/madt.c
  1.222     +5 -1      src/sys/i386/i386/mptable.c



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