Property:Bus type

From Vogons Wiki
Jump to navigation Jump to search
m (Bold valid types)
(Add more buses)
Line 1: Line 1:
The bus type is a [[Has type::text]] field containing only one of the following permitted values:
The bus type is a [[Has type::text]] field containing only one of the following permitted values:


* '''[[Allows value::ISA]]''' - original ISA bus
* Expansion cards
* '''[[Allows value::EISA]]''' - IBM's extended ISA bus (VLB cards are often mistakenly called EISA, make sure it really is EISA!)
** '''[[Allows value::ISA]]''' - original ISA bus
* '''[[Allows value::VLB]]''' - VESA Local Bus
** '''[[Allows value::EISA]]''' - IBM's extended ISA bus (VLB cards are often mistakenly called EISA, make sure it really is EISA!)
* '''[[Allows value::PCI]]''' - original PCI (not PCI Express)
** '''[[Allows value::VLB]]''' - VESA Local Bus
* '''[[Allows value::AGP]]'''
** '''[[Allows value::PCI]]''' - original PCI (not PCI Express)
* '''[[Allows value::PCIe]]''' - PCI Express
** '''[[Allows value::AGP]]'''
** '''[[Allows value::PCIe]]''' - PCI Express
* Drives
** '''[[Allows value::IDE]]''' - standard IDE drives
** '''[[Allows value::SCSI]]''' - devices connected to the SCSI bus
** '''[[Allows value::PC Floppy]]''' - standard floppy drives with Shugart 34-pin interface
** '''[[Allows value::USB]]''' - devices that connect to USB


Other buses should be added to [[:Property:Bus type]] as needed.  If a device is available with more than one bus type, a different page should be created for each version of the device, as technically those cards are slightly different models.
Other buses should be added to [[:Property:Bus type]] as needed.  If a device is available with more than one bus type, a different page should be created for each version of the device, as technically those cards are slightly different models.

Revision as of 00:16, 4 February 2016

The bus type is a text field containing only one of the following permitted values:

  • Expansion cards
    • ISA - original ISA bus
    • EISA - IBM's extended ISA bus (VLB cards are often mistakenly called EISA, make sure it really is EISA!)
    • VLB - VESA Local Bus
    • PCI - original PCI (not PCI Express)
    • AGP
    • PCIe - PCI Express
  • Drives
    • IDE - standard IDE drives
    • SCSI - devices connected to the SCSI bus
    • PC Floppy - standard floppy drives with Shugart 34-pin interface
    • USB - devices that connect to USB

Other buses should be added to Property:Bus type as needed. If a device is available with more than one bus type, a different page should be created for each version of the device, as technically those cards are slightly different models.

If a card has multiple bus connections (e.g. some POST cards support both PCI and ISA on different edges of the card) then pick the oldest one, and list the others in the article text using code similar to this:

This card also has a [[Bus type::PCI]] connector.
Showing 20 pages using this property.
The request is being processed and may take a moment. Preparing...
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "ISA", "EISA", "VLB", "PCI", "AGP", "PCIe", "IDE", "SCSI", "PC Floppy", "USB", "Shugart 50-pin", "FSB" ] } }