CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/08/12 09:13:52
Modified files: sys/arch/amd64/amd64: est.c Log message: Sync amd64's p3_get_bus_clock() with i386 The printfs complaining about unknown FSB_FREQ values didn't end with a newline. jsg points out that this is because the original i386 code then prints MSR_EBL_CR_POWERON, which was omitted when the code was adapted for amd64. ok jsg