Add custom ISA/PCI/AGP clock facility, and fix PIT clock calculation oversight for CPU clocks ending in (but not equal to) 33 and 66 MHz
This commit is contained in:
@@ -49,7 +49,7 @@ typedef struct PIT {
|
||||
extern pit_t *pit,
|
||||
*pit2;
|
||||
|
||||
extern double SYSCLK, PCICLK;
|
||||
extern double SYSCLK, PCICLK, AGPCLK;
|
||||
|
||||
extern uint64_t PITCONST, ISACONST,
|
||||
CGACONST,
|
||||
|
||||
Reference in New Issue
Block a user