cmosクロックが正しい(部屋の電波時計と同じ時刻)のに、ntpdが変な挙動をします。offset, jitterが異常で、ntpdがどんどん時間を遅らせようとするのです。
半日放っておいたら、半日分ぐらい遅らせられました。再起動してBIOSで時刻を見ると、電波時計と同じなんですが…
何故かお分かりの方、いらっしゃいますか?

# ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
ntp1.jst.mfeed. 210.173.176.4 2 u 8 64 1 35.048 62569.8 0.002
ring.nict.go.jp 210.173.160.27 3 u 7 64 1 35.575 63112.0 0.002
ring.atr.jp 133.186.4.10 3 u 6 64 1 40.510 63714.2 0.002

# cat /var/log/messages | grep ntpd
Jun 10 14:09:58 router ntpd[509]: ntpd 4.2.0-a Tue May 23 13:17:40 UTC 2006 (1)
Jun 10 14:09:58 router ntpd[509]: no IPv6 interfaces found

# cat /etc/ntp.conf | grep "^[^#]"
restrict default ignore
restrict 127.0.0.1
restrict 192.168.1.0 mask 255.255.255.0 nopeer noquery notrust nomodify notrap
restrict 210.173.160.27 nomodify notrap noquery # ntp1.jst.mfeed.ad.jp
restrict 210.173.160.57 nomodify notrap noquery # ntp2.jst.mfeed.ad.jp
restrict 210.173.160.87 nomodify notrap noquery # ntp3.jst.mfeed.ad.jp
restrict 133.243.3.209 nomodify notrap noquery # ring.nict.go.jp
restrict 133.186.4.15 nomodify notrap noquery # ring.atr.jp
server ntp.jst.mfeed.ad.jp
server 133.243.3.209 # ring.nict.go.jp
server 133.186.4.15 # ring.atr.jp
driftfile /var/db/ntpd.drift
logfile /var/log/ntpd.log

# uname -r -s
FreeBSD 5.5-RELEASE