Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 13:29:29 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366313 - head/sys/arm64/conf
Message-ID:  <202010011329.091DTTn9012392@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010011329.091DTTn9012392>