summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2009-12-27 01:19:55 +0000
committerluigi <luigi@FreeBSD.org>2009-12-27 01:19:55 +0000
commit49dc424fe3c651e5c9750453c0e8a60f833c50cd (patch)
treed4771a05f77f41887259bc99836e04254ff48927 /release
parent2062dc2dbfc1a90fe4ab19dac08bf244edcdd6b9 (diff)
downloadFreeBSD-src-49dc424fe3c651e5c9750453c0e8a60f833c50cd.zip
FreeBSD-src-49dc424fe3c651e5c9750453c0e8a60f833c50cd.tar.gz
put back the HZ setting or we see poor timing under qemu
MFC after: 3 days
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/bridge/PICOBSD4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD
index bb69d1b..47f8896 100644
--- a/release/picobsd/bridge/PICOBSD
+++ b/release/picobsd/bridge/PICOBSD
@@ -46,7 +46,9 @@ options IPDIVERT # divert (for natd)
# Support for bridging and bandwidth limiting
options DUMMYNET
device if_bridge
-#options HZ=1000
+# Running with less than 1000 seems to give poor timing on
+# qemu, so we set HZ explicitly.
+options HZ=1000
device random # used by ssh
device pci
OpenPOWER on IntegriCloud