Add optional model attribute to the controller element

This is a step towards controller support for the ESX driver.
This commit is contained in:
Matthias Bolte
2010-06-17 16:39:50 +02:00
parent f8f29b1fc2
commit c391291244
4 changed files with 55 additions and 0 deletions

View File

@@ -670,6 +670,15 @@
<attribute name="index">
<ref name="unsignedInt"/>
</attribute>
<optional>
<attribute name="model">
<choice>
<value>buslogic</value>
<value>lsilogic</value>
<value>lsisas1068</value>
</choice>
</attribute>
</optional>
<optional>
<ref name="address"/>
</optional>