Date: Thu, 15 Jul 2021 10:03:02 GMT From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b644d64e8a46 - main - Add virtio_scsi to the arm64 GENERIC config Message-ID: <202107151003.16FA321Y039930@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=b644d64e8a4641a6e4c53b3f4be51e08cb17f6cc commit b644d64e8a4641a6e4c53b3f4be51e08cb17f6cc Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2021-07-14 20:13:10 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2021-07-14 20:13:10 +0000 Add virtio_scsi to the arm64 GENERIC config This is needed to boot on the Oracle Cloud VM.Standard.A1.Flex instance Sponsored by: The FreeBSD Foundation --- sys/arm64/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index 152257783a96..c096c4774f41 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -381,6 +381,7 @@ device virtio # Generic VirtIO bus (required) device virtio_pci # VirtIO PCI device device virtio_mmio # VirtIO Memory Mapped IO device device virtio_blk # VirtIO Block device +device virtio_scsi # VirtIO SCSI device device vtnet # VirtIO Ethernet device # Chip-specific errata
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107151003.16FA321Y039930>