git: b644d64e8a46 - main - Add virtio_scsi to the arm64 GENERIC config

Andrew Turner andrew at FreeBSD.org
Thu Jul 15 10:03:03 UTC 2021


The branch main has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=b644d64e8a4641a6e4c53b3f4be51e08cb17f6cc

commit b644d64e8a4641a6e4c53b3f4be51e08cb17f6cc
Author:     Andrew Turner <andrew at FreeBSD.org>
AuthorDate: 2021-07-14 20:13:10 +0000
Commit:     Andrew Turner <andrew at 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


More information about the dev-commits-src-main mailing list