Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2010 21:20:54 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 msi.c src/sys/i386/i386 msi.c
Message-ID:  <201002172121.o1HLLVgg081712@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-02-17 21:20:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/amd64/amd64      msi.c 
    sys/i386/i386        msi.c 
  Log:
  SVN rev 204014 on 2010-02-17 21:20:54Z by jhb
  
  Fix a bug where MSI interrupts on x86 were always routed to APIC ID 0 rather
  than the APIC ID of the boot CPU prior to SI_SUB_SMP.  This resulted in
  some storage controllers not being able to enumerate attached devices when
  using MSI/MSI-X interrupts.  This only affects <= 7.x, so it is a direct
  commit to 7 rather than an MFC.
  
  Revision  Changes    Path
  1.4.2.5   +2 -0      src/sys/amd64/amd64/msi.c
  1.4.2.5   +2 -0      src/sys/i386/i386/msi.c



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