We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4810e63 commit 5aa015bCopy full SHA for 5aa015b
1 file changed
src/app/intel_pmc.rs
@@ -7,8 +7,6 @@ pub struct IntelPmc {
7
impl IntelPmc {
8
pub fn tigerlake() -> Self {
9
Self {
10
- //TODO: read from PCI 00:1f.2 BAR? This device is hidden
11
- // so that may not work.
12
pwrmbase: 0xfe000000,
13
gen_pmcon_b_offset: 0x1024,
14
gen_pmcon_b_rtc_pwr_sts: 1 << 2,
0 commit comments