From owner-FreeBSD-users-jp@jp.FreeBSD.org Sun Oct  5 20:38:02 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h95Bc2k81586;
	Sun, 5 Oct 2003 20:38:02 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id h95Bc1J81581
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Sun, 5 Oct 2003 20:38:02 +0900 (JST)
	(envelope-from yasu@utahime.org)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by utahime.as.wakwak.ne.jp (Postfix) with ESMTP
	id 7182C7E; Sun,  5 Oct 2003 20:38:01 +0900 (JST)
Received: from 127.0.0.1 (localhost.home.utahime.org [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with SMTP
	id 4381054AC; Sun,  5 Oct 2003 20:38:01 +0900 (JST)
Received: from localhost (angel.home.utahime.org [192.168.174.4])
	by eastasia.home.utahime.org (Postfix) with ESMTP
	id 1985454AA; Sun,  5 Oct 2003 20:38:01 +0900 (JST)
Message-Id: <20031005.203800.96184445.yasu@utahime.org>
To: FreeBSD-users-jp@jp.FreeBSD.org, clin@imasy.org
From: KIMURA Yasuhiro <yasu@utahime.org>
In-Reply-To: <20031005.173743.104053109.clin@imasy.org>
References: <20031005.173743.104053109.clin@imasy.org>
Organization: Utahime no Mori
X-Mailer: Mew version 4.0.59 on Emacs 21.3.1 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Sun, 05 Oct 2003 20:38:00 +0900
X-Sequence: FreeBSD-users-jp 76666
Subject: [FreeBSD-users-jp 76666] Re: Can't make kernel of 4-stable (typo
 in atkbdc.c?) 
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: yasu@utahime.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030902

>>>>> Hiroyuki CHIBA <clin@imasy.org> wrote:

> $B:rHU(B cvsup2.jp.freebsd.org $B$+$i(B cvsup $B$7$?!"(B4-stable $B$N(B kernel $B$,%3%s(B
> $B%Q%$%k$G$-$^$;$s!#(B
> sys/dev/kbd/atkbdc.c $B$N(B 499$B9TL\$N(B res $B$H$$$&JQ?t$,!"(Brec $B$H$J$C$F$$$k$N(B
> $B$,860x$NMM$G$9!#(B

$B@h$[$IF1$8%5!<%P$+$i(Btag=RELENG_4$B$r;XDj$7$F(Bcvusp$B$7$F$_$^$7$?!#%3%s%Q%$(B
$B%k$O$7$F$J$$$G$9$,!"7o$N$H$3$m$r8+$k$H(B

     494 /* send a command to the keyboard and wait for ACK */
     495 int
     496 send_kbd_command(KBDC p, int c)
     497 {
     498     int retry = KBD_MAXRETRY;
     499     int res = -1;
     500 
     501     while (retry-- > 0) {
     502         if (!write_kbd_command(p, c))
     503             continue;
     504         res = wait_for_kbd_ack(kbdcp(p));
     505         if (res == KBD_ACK)
     506             break;
     507     }
     508     return res;
     509 }
     510 

$B$N$h$&$K(B499$B9TL\$O$A$c$s$H(Bres$B$K$J$C$F$$$^$9!#(B

$B;n$7$K:FEYF1$8%5!<%P$+$i(Bcvsup$B$7$F$_$F$OG!2?$G$7$g$&$+!#(B

---
$BLZB<(B $B9/9@(B 
Mail: yasu@utahime.org
WWW:  http://www.utahime.org/

