socsvn commit: r287899 - soc2015/btw/head/sys/amd64/conf

btw at FreeBSD.org btw at FreeBSD.org
Fri Jul 3 08:55:01 UTC 2015


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.


More information about the svn-soc-all mailing list