From 569893861d7937ec53a450b789f8ce793d558833 Mon Sep 17 00:00:00 2001 From: joevt Date: Sat, 10 Jun 2023 01:40:29 -0700 Subject: [PATCH] heathrow: Don't set lat_timer. It will be set by firmware. --- devices/ioctrl/heathrow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/devices/ioctrl/heathrow.cpp b/devices/ioctrl/heathrow.cpp index afc9ee2..a634cc7 100644 --- a/devices/ioctrl/heathrow.cpp +++ b/devices/ioctrl/heathrow.cpp @@ -53,7 +53,6 @@ HeathrowIC::HeathrowIC() : PCIDevice("mac-io/heathrow"), InterruptCtrl() this->device_id = 0x0010; this->class_rev = 0xFF000001; this->cache_ln_sz = 8; - this->lat_timer = 0x40; this->setup_bars({{0, 0xFFF80000UL}}); // declare 512Kb of memory-mapped I/O space