From owner-svn-soc-all@freebsd.org Fri Jul 3 08:55:01 2015 Return-Path: Delivered-To: svn-soc-all@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 C4D20993BFF for ; Fri, 3 Jul 2015 08:55:01 +0000 (UTC) (envelope-from btw@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B618D2B67 for ; Fri, 3 Jul 2015 08:55:01 +0000 (UTC) (envelope-from btw@FreeBSD.org) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.9/8.14.9) with ESMTP id t638t1L4069571 for ; Fri, 3 Jul 2015 08:55:01 GMT (envelope-from btw@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.9/8.14.9/Submit) id t638t1n1069559 for svn-soc-all@FreeBSD.org; Fri, 3 Jul 2015 08:55:01 GMT (envelope-from btw@FreeBSD.org) Date: Fri, 3 Jul 2015 08:55:01 GMT Message-Id: <201507030855.t638t1n1069559@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to btw@FreeBSD.org using -f From: btw@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r287899 - soc2015/btw/head/sys/amd64/conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 08:55:01 -0000 Author: btw Date: Fri Jul 3 08:55:00 2015 New Revision: 287899 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287899 Log: Enable the virtio drivers in CUSTOM. Modified: soc2015/btw/head/sys/amd64/conf/CUSTOM Modified: soc2015/btw/head/sys/amd64/conf/CUSTOM ============================================================================== --- soc2015/btw/head/sys/amd64/conf/CUSTOM Fri Jul 3 07:00:24 2015 (r287898) +++ soc2015/btw/head/sys/amd64/conf/CUSTOM Fri Jul 3 08:55:00 2015 (r287899) @@ -332,13 +332,13 @@ # device mmcsd # MMC/SD memory card # device sdhci # Generic PCI SD Host Controller # -# # VirtIO support -# device virtio # Generic VirtIO bus (required) -# device virtio_pci # VirtIO PCI device -# device vtnet # VirtIO Ethernet device -# device virtio_blk # VirtIO Block device -# device virtio_scsi # VirtIO SCSI device -# device virtio_balloon # VirtIO Memory Balloon device +# VirtIO support +device virtio # Generic VirtIO bus (required) +device virtio_pci # VirtIO PCI device +device vtnet # VirtIO Ethernet device +device virtio_blk # VirtIO Block device +device virtio_scsi # VirtIO SCSI device +device virtio_balloon # VirtIO Memory Balloon device # # # HyperV drivers and enchancement support # # NOTE: HYPERV depends on hyperv. They must be added or removed together.