Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2009 16:03:44 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/acpica madt.c src/sys/i386/acpica madt.c
Message-ID:  <200903051604.n25G4gTL024164@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-03-05 16:03:44 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/acpica     madt.c 
    sys/i386/acpica      madt.c 
  Log:
  SVN rev 189404 on 2009-03-05 16:03:44Z by jhb
  
  At least one BIOS bogusly includes duplicate entries for I/O APICs.  The
  bogus entries have a starting IRQ that is invalid (> 255, so won't fit
  into a PCI intline config register).  It had the side effect of breaking
  MSI by "claiming" several IRQs in the MSI range.  Fix this by ignoring such
  I/O APICs.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.27      +4 -0      src/sys/amd64/acpica/madt.c
  1.31      +4 -0      src/sys/i386/acpica/madt.c



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