CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2007/11/16 08:31:19
Modified files:
sys/arch/amd64/pci: pchb.c
sys/arch/i386/pci: pchb.c
Log message:
Remove microtime calls and RNG benchmarking from the pchb attachment
code. This is due to the fact that we do timecounter initialization
after autoconf(9).
ok deraadt