Author: emaste
Date: Thu Oct  1 13:29:29 2020
New Revision: 366313
URL: https://svnweb.freebsd.org/changeset/base/366313

Log:
  Add cd device to arm64 GENERIC
  
  Big-iron arm64 machines might have a CD, possibly provided by some IPMI
  emulation.
  
  Reported by:  scottph

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC Thu Oct  1 09:50:08 2020        (r366312)
+++ head/sys/arm64/conf/GENERIC Thu Oct  1 13:29:29 2020        (r366313)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to