diff options
| author | Evan Lojewski <github@meklort.com> | 2020-01-29 20:54:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-29 20:54:08 -0700 |
| commit | 3479bccff3e1a45efefdd5bc178a97d4f43b18cf (patch) | |
| tree | 6c333e5f4132d68642c9e1336adb720dd1da0d9e /ipxact/bcm5719.xml | |
| parent | d0e143ed6a338dc33241563d8784de8075ab8e3f (diff) | |
| download | bcm5719-ortega-3479bccff3e1a45efefdd5bc178a97d4f43b18cf.tar.gz bcm5719-ortega-3479bccff3e1a45efefdd5bc178a97d4f43b18cf.zip | |
ipxact: Update ipxact and regenerate to include updated error checking. (#19)
Diffstat (limited to 'ipxact/bcm5719.xml')
| -rw-r--r-- | ipxact/bcm5719.xml | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/ipxact/bcm5719.xml b/ipxact/bcm5719.xml index ce52bee..9433c82 100644 --- a/ipxact/bcm5719.xml +++ b/ipxact/bcm5719.xml @@ -1085,17 +1085,40 @@ <ipxact:volatile>true</ipxact:volatile> <ipxact:field> <ipxact:name>Revision</ipxact:name> - <ipxact:description></ipxact:description> + <ipxact:description>Device revision number</ipxact:description> <ipxact:bitOffset>0</ipxact:bitOffset> <ipxact:bitWidth>4</ipxact:bitWidth> <ipxact:access>read-write</ipxact:access> </ipxact:field> <ipxact:field> <ipxact:name>Model</ipxact:name> - <ipxact:description></ipxact:description> + <ipxact:description>Device model number</ipxact:description> <ipxact:bitOffset>4</ipxact:bitOffset> <ipxact:bitWidth>6</ipxact:bitWidth> <ipxact:access>read-write</ipxact:access> + <ipxact:enumeratedValues> + <!-- LINK: enumeratedValue: see 6.11.10, Enumeration values --> + <ipxact:enumeratedValue> + <ipxact:name>5720</ipxact:name> + <ipxact:value>0x36</ipxact:value> + </ipxact:enumeratedValue> + <ipxact:enumeratedValue> + <ipxact:name>5719</ipxact:name> + <ipxact:value>0x22</ipxact:value> + </ipxact:enumeratedValue> + <ipxact:enumeratedValue> + <ipxact:name>5718</ipxact:name> + <ipxact:value>0x20</ipxact:value> + </ipxact:enumeratedValue> + <ipxact:enumeratedValue> + <ipxact:name>5717C0</ipxact:name> + <ipxact:value>0x36</ipxact:value> + </ipxact:enumeratedValue> + <ipxact:enumeratedValue> + <ipxact:name>5717B0</ipxact:name> + <ipxact:value>0x22</ipxact:value> + </ipxact:enumeratedValue> + </ipxact:enumeratedValues> </ipxact:field> <ipxact:field> <ipxact:name>OUI Low</ipxact:name> |

