The branch main has been updated by andrew:

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

commit b644d64e8a4641a6e4c53b3f4be51e08cb17f6cc
Author:     Andrew Turner <and...@freebsd.org>
AuthorDate: 2021-07-14 20:13:10 +0000
Commit:     Andrew Turner <and...@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
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to