Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 2021 12:51:25 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 534a780edd77 - stable/13 - Add virtio_scsi to the arm64 GENERIC config
Message-ID:  <202108061251.176CpP5h017304@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by andrew:

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108061251.176CpP5h017304>