From 69badeb2fb3ae160c681568b2d7b3e013c4a1be5 Mon Sep 17 00:00:00 2001 From: emaste 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 af851c1538d..2807284b01f 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 -- 2.45.0