From owner-freebsd-virtualization@freebsd.org Mon Jan 9 13:35:29 2017 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 8007ACA6D44 for ; Mon, 9 Jan 2017 13:35:29 +0000 (UTC) (envelope-from tycho.nightingale@pluribusnetworks.com) Received: from mail-qt0-x236.google.com (mail-qt0-x236.google.com [IPv6:2607:f8b0:400d:c0d::236]) (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 487F11527 for ; Mon, 9 Jan 2017 13:35:29 +0000 (UTC) (envelope-from tycho.nightingale@pluribusnetworks.com) Received: by mail-qt0-x236.google.com with SMTP id x49so69432360qtc.2 for ; Mon, 09 Jan 2017 05:35:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pluribusnetworks.com; s=google; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=2p7Li431n/0NZTRrAoy+H0CHj/7r6/p83cMoQn/Jy9I=; b=maiZQeNGqhXzyWD3EWmgSf1+Dc3yFlbj/i5Nqx6p3L+RAh2yhSW31/uux/sjzaAU6W /NBoM/TRzOM4igdpX2yphU8cenODESAflZYEGZHeWk8FnH6nGrlpw4HXfz9GeCl0WUFT KIDXs908/sVFz/xdgIZ3AcpZoIXCnE3lVPdCY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=2p7Li431n/0NZTRrAoy+H0CHj/7r6/p83cMoQn/Jy9I=; b=BXHEX2kzBp00N7HKjeEGUpQkLjTfj1exTRQSBeYRsJq882xM8IWnZL+vzPj8D6Ena7 mbKDgS3B01x7YhLAmzfHWcAeeqOXvOWp8ywuMmAPkZ0o1WbRLYivMqpA5JGqcAqjGW5F ojc1G25wirylnLk+/aI00XiAmtQJdoTYVQ2beDYa+Zgl4GKrmL0ypzrA2DTtK1AYbaFQ tR9V7x5E8ZCscxsPazrOw6ZwDmIN7SC4/eWUQcUfVplujnlqrIxPCvvc5Q92ZiYNEbDg W52SolsCw8sHezAPffsJaomgH3hVQCLO6pZ1jmwVyV+i/4bV+H105xZ8+h9B9AxnB0Q3 dOtw== X-Gm-Message-State: AIkVDXICiwPiNCp46gkAvGTxPTmZDI29cIDKqc0/O+l3s7W9+zHkoRpBG4l1Tk2x3N3uTjdM X-Received: by 10.200.50.112 with SMTP id y45mr8468363qta.108.1483968928324; Mon, 09 Jan 2017 05:35:28 -0800 (PST) Received: from [10.0.1.5] (209-6-121-211.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com. [209.6.121.211]) by smtp.gmail.com with ESMTPSA id s20sm5927304qtc.39.2017.01.09.05.35.27 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 09 Jan 2017 05:35:27 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Booting 9front on bhyve From: Tycho Nightingale In-Reply-To: <20161214224429.GA76434@DESKTOP1> Date: Mon, 9 Jan 2017 08:35:25 -0500 Cc: Peter Grehan , freebsd-virtualization@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20161214181909.GA20065@chujemuje> <58c8124e-847b-3af9-eef0-faa27a45605a@freebsd.org> <20161214224429.GA76434@DESKTOP1> To: Piotr Kubaj X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 09 Jan 2017 13:35:29 -0000 Hi, On Dec 14, 2016, at 5:44 PM, Piotr Kubaj via freebsd-virtualization = wrote: > Is it possible to use other mouse drivers, ps2intellimouse etc.? Not at this point as the emulation doesn=92t currently support the ps2 = intellimouse. Tycho=