Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2015 08:55:01 GMT
From:      btw@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r287899 - soc2015/btw/head/sys/amd64/conf
Message-ID:  <201507030855.t638t1n1069559@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507030855.t638t1n1069559>