Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2008 09:50:04 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/118842: commit references a PR
Message-ID:  <200807230950.m6N9o4JF053733@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

The following reply was made to PR kern/118842; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/118842: commit references a PR
Date: Wed, 23 Jul 2008 09:44:57 +0000 (UTC)

 luoqi       2008-07-23 09:44:36 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/dev/pci          pci.c pci_pci.c pcivar.h 
   Log:
   SVN rev 180753 on 2008-07-23 09:44:36Z by luoqi
   
   SATA device on some nForce based boards could get confused if MSI is not
   used but MSI to HyperTransport IRQ mapping is enabled, and would act as
   if MSI is turned on, resulting in interrupt loss.
   
   This commit will,
   1. enable MSI mapping on a device only when MSI is enabled for that
      device and the MSI address matches the HT mapping window.
   2. enable MSI mapping on a bridge only when a downstream device is
      allocated an MSI address in the mapping window
   
   PR:             kern/118842
   Reviewed by:    jhb
   MFC after:      1 week
   
   Revision  Changes    Path
   1.358     +42 -4     src/sys/dev/pci/pci.c
   1.51      +7 -1      src/sys/dev/pci/pci_pci.c
   1.83      +10 -0     src/sys/dev/pci/pcivar.h
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



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