Allow multiple panic devices

'model' attribute was added to a panic device but only one panic
device is allowed. This patch changes panic device presence
from 'optional' to 'zeroOrMore'.
This commit is contained in:
Dmitry Andreev
2015-11-24 15:26:36 +03:00
committed by Jiri Denemark
parent ca6ddffe2c
commit 59fc0d0609
10 changed files with 129 additions and 55 deletions

View File

@@ -4044,9 +4044,9 @@
<optional>
<ref name="nvram"/>
</optional>
<optional>
<zeroOrMore>
<ref name="panic"/>
</optional>
</zeroOrMore>
</interleave>
</element>
</define>