Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2009 01:19:55 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201034 - head/release/picobsd/bridge
Message-ID:  <200912270119.nBR1JtP0033359@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: luigi
Date: Sun Dec 27 01:19:55 2009
New Revision: 201034
URL: http://svn.freebsd.org/changeset/base/201034

Log:
  put back the HZ setting or we see poor timing under qemu
  
  MFC after:	3 days

Modified:
  head/release/picobsd/bridge/PICOBSD

Modified: head/release/picobsd/bridge/PICOBSD
==============================================================================
--- head/release/picobsd/bridge/PICOBSD	Sat Dec 26 22:36:05 2009	(r201033)
+++ head/release/picobsd/bridge/PICOBSD	Sun Dec 27 01:19:55 2009	(r201034)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912270119.nBR1JtP0033359>