0

During the PCI Express Bus enumeration, How does BIOS figure out the type of the device i.e. whether its a PCI or PCI express device?

v123
  • 385
  • 3
  • 10

1 Answers1

1

A PCI Express device must have a capability list and must have the PCI Express capability—capability ID 0x10.

prl
  • 11,716
  • 2
  • 13
  • 31
  • I am aware of PCI Express capability register which has the type field indicating port type (root ports, switch downstream port, upstream switch port etc) but not sure if the same port type field indicates if its pci or pci express device ? – v123 May 29 '19 at 07:39