40d39
< #include "dev/intel_8254_timer.hh"
42a42
> #include "dev/x86/i8254.hh"
43a44
> #include "dev/x86/south_bridge/south_bridge.hh"
61c62
< Intel8254Timer & timer = southBridge->pit.pit;
---
> I8254 & timer = *southBridge->pit;