From owner-freebsd-current@FreeBSD.ORG Sat Dec 4 08:57:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA6216A4CE for ; Sat, 4 Dec 2004 08:57:12 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A021B43D60 for ; Sat, 4 Dec 2004 08:57:11 +0000 (GMT) (envelope-from graycells@gmail.com) Received: by wproxy.gmail.com with SMTP id 37so9263wra for ; Sat, 04 Dec 2004 00:57:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=mfcq8IvSMnoPIskfV/TqZ+J5ZVudkbIPAvaAshe12UCMvUVEr9E+zeyGrhk4Qc+olSib14oanyhM8eQaTwNCFbY1EVuIQOMCL2Pbles3AOPdpFdcafYBcO//JwA9FFlcMM27QhxNMRRYAwebO0EokS0edmKbh7CeEzibeErA48c= Received: by 10.54.48.4 with SMTP id v4mr246344wrv; Sat, 04 Dec 2004 00:57:10 -0800 (PST) Received: by 10.54.47.51 with HTTP; Sat, 4 Dec 2004 00:57:10 -0800 (PST) Message-ID: Date: Sat, 4 Dec 2004 17:57:10 +0900 From: bsjang To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ukbd problem.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bsjang List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 08:57:12 -0000 when i plug and unplug several times, i can get following panic. (right after unplugging) ukbd_timeout + 0x18 softclock() ... i am sure that ukbd_timeout() is untimeout()ed in ukbd_term() and then, kbd is free()ed. but ukbed_timeout() is unexpectedly timeout()ed. where is problem...? thank you in advance