svn commit: r366313 - head/sys/arm64/conf

Ed Maste emaste at FreeBSD.org
Thu Oct 1 13:29:30 UTC 2020


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


More information about the svn-src-all mailing list