From owner-svn-src-head@FreeBSD.ORG Sat Oct 5 01:56:53 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF7E7CDD; Sat, 5 Oct 2013 01:56:53 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pb0-x22f.google.com (mail-pb0-x22f.google.com [IPv6:2607:f8b0:400e:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB3B72251; Sat, 5 Oct 2013 01:56:53 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id rr4so4706948pbb.6 for ; Fri, 04 Oct 2013 18:56:52 -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=ZQg8RR10MzKx2NI8/5QBdWnL9FJnn08hBIZXXDVbTdE=; b=XgF/VosTWHftqgdDdd1aFYr3GMyMUK/w/WEs2QL7psc2hlyi/g9FNTMBOGWr7/b2wt pwdRwvzupBxipoyiLeZTQcCfuWZWhJqvFTKGWxSwtgEZd7GnIMcW/fxMQHB7/5UAAkdz nK988m9U0xvq/6IX/7gsZXb32a2xkB/TIptQVaEH10AsVKzhzcITdHK6Lke+tVwiQHc8 RRSFc/KjSWymq2WAHIDM+oz3uM9LTVnlL75m/LIkt03XfqCdfQxETQxs7Gv8m778wmEb wiZYUIYeXUK85BhYHvK6ZLpwCJl4tHUYyQNi3C+Yj1tlEjjknkyfzknPs2z1mdYxj81N xAvQ== MIME-Version: 1.0 X-Received: by 10.67.14.231 with SMTP id fj7mr18794755pad.115.1380938212812; Fri, 04 Oct 2013 18:56:52 -0700 (PDT) Received: by 10.68.253.162 with HTTP; Fri, 4 Oct 2013 18:56:52 -0700 (PDT) In-Reply-To: <201310041831.r94IVcLJ067283@svn.freebsd.org> References: <201310041831.r94IVcLJ067283@svn.freebsd.org> Date: Fri, 4 Oct 2013 21:56:52 -0400 Message-ID: Subject: Re: svn commit: r256056 - head/usr.sbin/bhyve From: Aryeh Friedman To: Peter Grehan Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2013 01:56:54 -0000 > Log: > Import Zhixiang Yu's GSoC'13 AHCI emulation: > https://wiki.freebsd.org/SummerOfCode2013/bhyveAHCI > > This provides ICH8 SATA disk and ATAPI ports, selectable > via the bhyve slot command-line parameter: > > SATA > -s ,ahci-hd, > > ATAPI > -s ,ahci-cd, > Does this mean it will now take /dev/cdX as a parameter?