From owner-freebsd-virtualization@freebsd.org Tue Jul 28 16:22:10 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 317419AD228 for ; Tue, 28 Jul 2015 16:22:10 +0000 (UTC) (envelope-from igor.arabesc.pavlov@gmail.com) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E23F3759 for ; Tue, 28 Jul 2015 16:22:09 +0000 (UTC) (envelope-from igor.arabesc.pavlov@gmail.com) Received: by qged69 with SMTP id d69so78253788qge.0 for ; Tue, 28 Jul 2015 09:22:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Q6vx6qLpLRg89+VnrzTO8J7xmvoFZv9wvlDnM3L0xwg=; b=g1g7iDm55aSS5DTNGrjUjKsuuOTSWWWPaDkQFFa/yiqy/hHWljPCHEvyRGU8v/LLck Z6AIUaSLkW7lfoTAX7PsL0WMJCS3yA9VFCV+BLJI4L38Uk8X3w4W5oeoU5OIj+3DwVEm xi1lqdoh4DwEvLTwBRO8N3q0SZZ1XDVGDDTRET3jP2tdteO6b4AU0JMwtlYr0VvUiISO 88/x53RYMFjxU7EjsaLPpbcgxVlRsTbbUlMqmdvotFn3QH+w7NxO0LWTYLj4AiQFDDi/ nVuXEXEHV9pgL/JjNSiEh9Br+7t7VTXOym1EP1PZbVKb8aFjzOGu1n45dgJMeOItdHjW DlgQ== MIME-Version: 1.0 X-Received: by 10.140.21.138 with SMTP id 10mr50237175qgl.47.1438100529068; Tue, 28 Jul 2015 09:22:09 -0700 (PDT) Received: by 10.140.98.138 with HTTP; Tue, 28 Jul 2015 09:22:08 -0700 (PDT) In-Reply-To: References: Date: Tue, 28 Jul 2015 19:22:08 +0300 Message-ID: Subject: Re: An issue with a pair of wi-fi adapters in a guest OS From: Igor Pavlov To: Neel Natu Cc: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2015 16:22:10 -0000 Hi Neel, 2015-07-28 3:36 GMT+03:00 Neel Natu : > > bhyve does not passthrough legacy PCI interrupts so the guest ath9k > driver is not able to attach an interrupt handler to PCI INT_A. > =E2=80=8B=E2=80=8B > > Is it possible to get the ath9k driver to use MSI instead? The device > does support it. > =E2=80=8B=E2=80=8B =E2=80=8BIt seems that ath9k driver lacks MSI support and I can't find succ= essful attempts to enable it in the sources. e.g.: http://comments.gmane.org/gmane.linux.drivers.ath9k.devel/2986 http://comments.gmane.org/gmane.linux.drivers.ath9k.devel/6201 =E2=80=8BIt's going to be=E2=80=8B simpler to replace the ath9k to another = ath10k device. Thank you for support Neel! -- Igor