From owner-cvs-src@FreeBSD.ORG Sat Apr 5 05:17:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33AB9106566C; Sat, 5 Apr 2008 05:17:44 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.freebsd.org (Postfix) with ESMTP id CCEEA8FC0C; Sat, 5 Apr 2008 05:17:43 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) by watery.cc.kogakuin.ac.jp (unknown) with ESMTP id m354pBN8045041; Sat, 5 Apr 2008 13:51:11 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Sat, 05 Apr 2008 13:50:51 +0900 (JST) Message-Id: <20080405.135051.193733780.nyan@jp.FreeBSD.org> To: phk@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200803262009.m2QK9MAo082269@repoman.freebsd.org> References: <200803262009.m2QK9MAo082269@repoman.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/include clock.h timerreg.h src/sys/amd64/isa clock.c src/sys/dev/speaker spkr.c src/sys/dev/syscons syscons.c src/sys/i386/i386 trap.c src/sys/i386/include clock.h timerreg.h src/sys/i386/isa clock.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2008 05:17:44 -0000 In article <200803262009.m2QK9MAo082269@repoman.freebsd.org> Poul-Henning Kamp writes: > In the other function, sc_bell() it seems to get the period from > the KDMKTONE ioctl in terms if 1/1193182th second, so we hardcode > the 1193182 and leave it at that. It's probably not important. PC98 uses the different frequency. It's 1996800 or 2457600. Please see i8254_init(). --- TAKAHASHI Yoshihiro