git: 534a780edd77 - stable/13 - Add virtio_scsi to the arm64 GENERIC config

Andrew Turner andrew at FreeBSD.org
Fri Aug 6 12:51:26 UTC 2021


The branch stable/13 has been updated by andrew:

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

commit 534a780edd77c8de62903f990dd3d061d8d01515
Author:     Andrew Turner <andrew at FreeBSD.org>
AuthorDate: 2021-07-14 20:13:10 +0000
Commit:     Andrew Turner <andrew at FreeBSD.org>
CommitDate: 2021-08-05 20:50:24 +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
    
    (cherry picked from commit b644d64e8a4641a6e4c53b3f4be51e08cb17f6cc)
---
 sys/arm64/conf/GENERIC | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index c33ff2e6351a..eea4441f096f 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -365,6 +365,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-all mailing list