Skip to content

Commit d2681cb

Browse files
martin-hughesIsaacWoods
authored andcommitted
Update PCI config location
1 parent 21e8039 commit d2681cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aml/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2630,7 +2630,7 @@ where
26302630
Some(value) => value.as_integer()?,
26312631
None => 0,
26322632
};
2633-
let bus = match self.evaluate_if_present(AmlName::from_str("_BBR").unwrap().resolve(path)?, vec![])? {
2633+
let bus = match self.evaluate_if_present(AmlName::from_str("_BBN").unwrap().resolve(path)?, vec![])? {
26342634
Some(value) => value.as_integer()?,
26352635
None => 0,
26362636
};

0 commit comments

Comments
 (0)