From owner-freebsd-current@FreeBSD.ORG Thu May 5 13:50:48 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DC061065670 for ; Thu, 5 May 2011 13:50:48 +0000 (UTC) (envelope-from damjan.marion@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 158A78FC18 for ; Thu, 5 May 2011 13:50:47 +0000 (UTC) Received: by eyg7 with SMTP id 7so879942eyg.13 for ; Thu, 05 May 2011 06:50:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:content-type:content-transfer-encoding :subject:date:message-id:to:mime-version:x-mailer; bh=68zogYXTxKBGkZMoOL1f/tF+adg2xnBzX0t1n2l5xLI=; b=eloznae31EcH3cc+eM/uwaBq1kis7irBRrQMeM2KNUoMhpRQLKcO5uX9SLkhBL9Voi FVwhYLRS1z9kaNbEUnLHhTJikLsypEF68fSmVLEbp70xdpn5xMZ/+zwUZoiE/aoWcnrB 1bWfnzvli8mjCt8oLGB32OSd6SgIHo8mu2ZDs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=QOqsVCc21FHx3E1ee1cx3JFdIJ7MxljQVSqW754Os64QZA8+i5hF5F2OM6czCH4XxW stUMxK/WLxvkZ1zgotWRUe5TWqQRKHTbsWkq740VycdbSoLFuYIQmW+pEWOKQ9y3zboN 2pGSExFsTf/jnMEsTL7nSoDdN6St2vnnUBuyE= Received: by 10.14.124.133 with SMTP id x5mr1179585eeh.41.1304601665482; Thu, 05 May 2011 06:21:05 -0700 (PDT) Received: from [192.168.123.4] (cpe-109-60-66-194.zg3.cable.xnet.hr [109.60.66.194]) by mx.google.com with ESMTPS id x5sm511043eea.0.2011.05.05.06.21.04 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 05 May 2011 06:21:04 -0700 (PDT) From: Damjan Marion Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Thu, 5 May 2011 15:21:04 +0200 Message-Id: <5BEF0D0F-3717-42CE-ADF7-8876558004CA@gmail.com> To: freebsd-current@freebsd.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) Subject: atkbdc broken on current ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2011 13:50:48 -0000 Hi, I have issue with old HP DL380G3 server. When I use ILO virtual console = to manage server. Seems that 9-CURRENT fails to detect atkbdc. When I boot 8.2-RELEASE it works well. 8.2 dmesg shows: atkbdc0: port 0x60,0x64 irq 1 on acpi0 9.0: atkbdc0: failed to probe at port 0x60 on = isa0 Is this a known issue? Should I enable some additional outputs, like KBDIO_DEBUG? Thanks, Damjan=