Change the number of CD/FD drive to 1 instead of 2
This patch changes the number of CD/FD drive to 1 instead of 2 respectively. Partial-Bug: #1561852 Change-Id: I3f0ce87d9b88fea5f2388c23b882fa1c33c7faf2
This commit is contained in:
		| @@ -125,7 +125,7 @@ _VIRTUAL_MEDIA_CD_SETTINGS = ''' | ||||
|   <!-- "ConfBmcMediaOptionsCdNumber" --> | ||||
|   <!-- Number of emulated CDROM/DVD Devices --> | ||||
|   <CMD Context="SCCI" OC="ConfigSpace" OE="1A68" OI="0" Type="SET"> | ||||
|     <DATA Type="xsd::integer">2</DATA> | ||||
|     <DATA Type="xsd::integer">1</DATA> | ||||
|   </CMD> | ||||
|   <!-- "ConfBmcRemoteCdImageServer" --> | ||||
|   <CMD Context="SCCI" OC="ConfigSpace" OE="1A60" OI="0" Type="SET"> | ||||
| @@ -171,7 +171,7 @@ _VIRTUAL_MEDIA_FD_SETTINGS = ''' | ||||
|   <!-- "ConfBmcMediaOptionsFdNumber" --> | ||||
|   <!-- Number of emulated FD Devices --> | ||||
|   <CMD Context="SCCI" OC="ConfigSpace" OE="1A58" OI="0" Type="SET"> | ||||
|     <DATA Type="xsd::integer">2</DATA> | ||||
|     <DATA Type="xsd::integer">1</DATA> | ||||
|   </CMD> | ||||
|   <!-- "ConfBmcRemoteFdImageServer" --> | ||||
|   <CMD Context="SCCI" OC="ConfigSpace" OE="1A50" OI="0" Type="SET"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Naohiro Tamura
					Naohiro Tamura