[Midnightbsd-cvs] src [6834] trunk/sys/amd64/conf/GENERIC: add partial virtio support to amd64 generic.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 3 08:37:30 EDT 2014


Revision: 6834
          http://svnweb.midnightbsd.org/src/?rev=6834
Author:   laffer1
Date:     2014-10-03 08:37:30 -0400 (Fri, 03 Oct 2014)
Log Message:
-----------
add partial virtio support to amd64 generic. scsi is still broken until cam is updated

Modified Paths:
--------------
    trunk/sys/amd64/conf/GENERIC

Modified: trunk/sys/amd64/conf/GENERIC
===================================================================
--- trunk/sys/amd64/conf/GENERIC	2014-10-03 12:06:02 UTC (rev 6833)
+++ trunk/sys/amd64/conf/GENERIC	2014-10-03 12:37:30 UTC (rev 6834)
@@ -248,7 +248,7 @@
 device		wlan_tkip	# 802.11 TKIP support
 device		wlan_amrr	# AMRR transmit rate control algorithm
 device		an		# Aironet 4500/4800 802.11 wireless NICs.
-device		ath		# Atheros NIC's
+device		ath		# Atheros NICs
 device		ath_pci		# Atheros pci/cardbus glue
 device		ath_hal		# pci/cardbus chip support
 options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
@@ -334,3 +334,11 @@
 device		snd_ich		# Intel, NVidia and other ICH AC'97 Audio
 device		snd_uaudio	# USB Audio
 device		snd_via8233	# VIA VT8233x Audio
+
+# VirtIO support
+device		virtio		# Generic VirtIO bus (required)
+device		virtio_pci	# VirtIO PCI Interface
+device		vtnet		# VirtIO Ethernet device
+device		virtio_blk	# VirtIO Block device
+#device		virtio_scsi	# VirtIO SCSI device
+device		virtio_balloon	# VirtIO Memory Balloon device



More information about the Midnightbsd-cvs mailing list