Property:Bus version
Jump to navigation
Jump to search
Malvineous (talk | contribs) (Add PCIe versions) |
Malvineous (talk | contribs) (Add USB versions) |
||
| Line 24: | Line 24: | ||
** '''[[Allows value::2.0]]''' | ** '''[[Allows value::2.0]]''' | ||
** '''[[Allows value::3.0]]''' | ** '''[[Allows value::3.0]]''' | ||
* USB: Fastest USB standard the device can make full use of | |||
** '''[[Allows value::1.0]]''' | |||
** '''[[Allows value::2.0]]''' | |||
** '''[[Allows value::3.0]]''' | |||
** '''[[Allows value::3.1]]''' | |||
Revision as of 21:01, 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
- USB: Fastest USB standard the device can make full use of
- 1.0
- 2.0
- 3.0
- 3.1
{ "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" ] } }