pci: Use device PCI header type for our root bridge
The Bridge header type is really meant to be for PCI-to-PCI bridges. Fixes: #85 Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
d6d9b76c7e
commit
2b2c31d206
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ impl PciRoot {
|
|||
PciClassCode::BridgeDevice,
|
||||
&PciBridgeSubclass::HostBridge,
|
||||
None,
|
||||
PciHeaderType::Bridge,
|
||||
PciHeaderType::Device,
|
||||
0,
|
||||
0,
|
||||
None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue