svn commit: r310206 - head/sys/arm64/conf

Jayachandran C. jchandra at FreeBSD.org
Sun Dec 18 11:15:32 UTC 2016


Author: jchandra
Date: Sun Dec 18 11:15:31 2016
New Revision: 310206
URL: https://svnweb.freebsd.org/changeset/base/310206

Log:
  Add virtio_pci to GENERIC arm64 conf
  
  virtio_pci was missing from the GENERIC arm64 configuration, while
  other virtio devices are present. Adding it will allow us to boot
  the GENERIC kernel on QEMU with virtio storage and networking.

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Sun Dec 18 09:32:23 2016	(r310205)
+++ head/sys/arm64/conf/GENERIC	Sun Dec 18 11:15:31 2016	(r310206)
@@ -101,6 +101,7 @@ device		al_udma			# Universal DMA
 
 # VirtIO support
 device		virtio
+device		virtio_pci
 device		virtio_mmio
 device		virtio_blk
 device		vtnet


More information about the svn-src-all mailing list