From owner-freebsd-scsi@FreeBSD.ORG Wed Feb 1 20:50:09 2012 Return-Path: Delivered-To: freebsd-scsi@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF780106564A for ; Wed, 1 Feb 2012 20:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DD8328FC0A for ; Wed, 1 Feb 2012 20:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q11Ko9M9070786 for ; Wed, 1 Feb 2012 20:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q11Ko9Pr070785; Wed, 1 Feb 2012 20:50:09 GMT (envelope-from gnats) Date: Wed, 1 Feb 2012 20:50:09 GMT Message-Id: <201202012050.q11Ko9Pr070785@freefall.freebsd.org> To: freebsd-scsi@FreeBSD.org From: Marius Strobl Cc: Subject: Re: kern/163812: [mpt] problem with mpt driver for lsi controlled connected to FreeBSD thru VT-d technology X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marius Strobl List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2012 20:50:10 -0000 The following reply was made to PR kern/163812; it has been noted by GNATS. From: Marius Strobl To: Vitaly Belousov , bug-followup@FreeBSD.org Cc: Subject: Re: kern/163812: [mpt] problem with mpt driver for lsi controlled connected to FreeBSD thru VT-d technology Date: Wed, 1 Feb 2012 21:45:05 +0100 On Wed, Feb 01, 2012 at 01:56:43PM +0400, Vitaly Belousov wrote: > Good day Maruis, > > Yes, it helps. Now system can boot. Thanks a lot. > > Here is my pciconf list as you requested: > Thanks! Judging the VMware documentation, there should be some pciPassthru0.msiEnabled knob somewhere for configuring whether the PCI pass-through supports MSI or not. Could you please check whether it's set to true or false for that guest? Marius