Date: Sun, 18 Dec 2016 11:15:31 +0000 (UTC) From: "Jayachandran C." <jchandra@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r310206 - head/sys/arm64/conf Message-ID: <201612181115.uBIBFV3P027869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612181115.uBIBFV3P027869>