Add sysctl parameters to query the CPU and i/o bus frequency:

machdep.cpu_khz and machdep.bus_khz.
Fix bug in machdep.console_device parameter.
This commit is contained in:
Serge Vakulenko
2015-10-08 11:34:20 -07:00
parent 61cc452f1b
commit 793e6052bd
5 changed files with 50 additions and 36 deletions

View File

@@ -108,7 +108,6 @@ main()
startup();
printf ("\n%s", version);
kconfig();
cnidentify();
/*
* Set up system process 0 (swapper).