diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2009-12-27 10:13:31 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2009-12-27 10:13:31 +0000 |
| commit | e2b7b47402a3b60f806f0376d8aa90dbb409441a (patch) | |
| tree | 00b1622969a38a6429b6b8c94cf74e4ff676556a /release | |
| parent | 8f923cfaf1af9d4303e032731fd30c1a42104395 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/picobsd/bridge/PICOBSD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD index 07e3bc2d53cf..3d206efb2a09 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 |
