Property:Bus version
Jump to navigation
Jump to search
Malvineous (talk | contribs) (Set property type and description) |
Malvineous (talk | contribs) (Add PCIe versions) |
||
| Line 15: | Line 15: | ||
** '''[[Allows value::UDMA-6]]''' | ** '''[[Allows value::UDMA-6]]''' | ||
** Single-word and multi-word options can be added if they are ever needed | ** Single-word and multi-word options can be added if they are ever needed | ||
* AGP: Maximum AGP speed | * AGP: Maximum AGP speed | ||
** '''[[Allows value::1x]]''' | ** '''[[Allows value::1x]]''' | ||
| Line 21: | Line 20: | ||
** '''[[Allows value::4x]]''' | ** '''[[Allows value::4x]]''' | ||
** '''[[Allows value::8x]]''' | ** '''[[Allows value::8x]]''' | ||
* PCIe: PCI Express version | |||
** '''[[Allows value::1.0]]''' | |||
** '''[[Allows value::2.0]]''' | |||
** '''[[Allows value::3.0]]''' | |||
Revision as of 20:59, 25 March 2016
Text value containing the version of the bus in use. The value used depends on the bus. Valid values split by bus type are:
- IDE: Maximum transfer mode supported (Bus width and Bus speed parameters are set automatically for all except PIO-0)
- PIO-0 - Bus width must be set to 8-bit or 16-bit as appropriate for PIO-0 only (all others are 16-bit)
- PIO-1
- PIO-2
- PIO-3
- PIO-4
- UDMA-0
- UDMA-1
- UDMA-2
- UDMA-3
- UDMA-4
- UDMA-5
- UDMA-6
- Single-word and multi-word options can be added if they are ever needed
- AGP: Maximum AGP speed
- 1x
- 2x
- 4x
- 8x
- PCIe: PCI Express version
- 1.0
- 2.0
- 3.0
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "PIO-0", "PIO-1", "PIO-2", "PIO-3", "PIO-4", "UDMA-0", "UDMA-1", "UDMA-2", "UDMA-3", "UDMA-4", "UDMA-5", "UDMA-6", "1x", "2x", "4x", "8x", "1.0", "2.0", "3.0", "3.1", "SCSI-1", "SCSI-2", "SCSI-2W", "SCSI-3", "SCSI-U80", "SCSI-U160", "SCSI-U320" ] } }