We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe29f8b commit 019c752Copy full SHA for 019c752
src/app/bios.rs
@@ -134,7 +134,8 @@ impl BiosComponent {
134
"oryp5" |
135
"oryp6" |
136
"oryp7" |
137
- "oryp8"
+ "oryp8" |
138
+ "oryp9"
139
=> {
140
let mcfg = match pci_mcfg() {
141
Some(some) => some,
src/app/ec.rs
@@ -182,6 +182,7 @@ impl EcComponent {
182
"PCx0Dx2" => "system76/oryp6".to_string(),
183
"PCx0Dx" => "system76/oryp7".to_string(),
184
"PCxxHX" => "system76/oryp8".to_string(),
185
+ "PDxxPNx" => "system76/oryp9".to_string(),
186
"X170SM-G" => "system76/bonw14".to_string(),
187
_ => model.to_string(),
188
}
0 commit comments