From 92d47dce78526e339ad4d344aa0cd11b3ec479e8 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 1 Oct 2020 13:29:29 +0000 Subject: [PATCH] Add cd device to arm64 GENERIC Big-iron arm64 machines might have a CD, possibly provided by some IPMI emulation. Reported by: scottph --- sys/arm64/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index af851c1538d7..2807284b01f8 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -189,6 +189,7 @@ device scbus device da # ATA/SCSI peripherals +device cd # CD device pass # Passthrough device (direct ATA/SCSI access) # NVM Express (NVMe) support