From owner-freebsd-stable@FreeBSD.ORG Wed Feb 4 10:35:45 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C3ED669 for ; Wed, 4 Feb 2015 10:35:45 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E38AD1D for ; Wed, 4 Feb 2015 10:35:45 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id fb4so30751116wid.2 for ; Wed, 04 Feb 2015 02:35:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=N3ibFRkYVDLmUlCa6jL2czb74990jocHk/1xQ7HxOYM=; b=BjfcfctO0chbL4HhoTFIZux/mDy1MjRIdAvvH6yU3MDOwjBhE61a0f+kE3vwhFTY/P j9rc0lHXrX6VbYe2my9eKewz9DDnnlF8jLTEznOQZDZ8WIl+/AneG+8VYEUQwzCsNHt9 ReWsPAG3xBRH666w1CIwk57xmGeIFxufKkNyIVXyzZ4mHJ7FuXTrTVlM4X6hBM5oIWFQ My10O4N/mtH2WLbryvJSr6N5CPpfAIPoUnbyP6AT+O2JOZExNHQZpu/Q2hYfXJpaF87l mkROGn7xmxuIuE7EjJNfsdQfGPQk8lpW45JtTV2ajbtvyQq6yBmkWoprmJsgQyTd7dSe SRzw== X-Received: by 10.194.205.162 with SMTP id lh2mr33450131wjc.34.1423046143479; Wed, 04 Feb 2015 02:35:43 -0800 (PST) Received: from durkmonkey.iuniperus.loc (93-63-170-220.ip28.fastwebnet.it. [93.63.170.220]) by mx.google.com with ESMTPSA id r3sm28614046wic.10.2015.02.04.02.35.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Feb 2015 02:35:42 -0800 (PST) Message-ID: <54D1F5FA.1000806@gmail.com> Date: Wed, 04 Feb 2015 11:35:38 +0100 From: Mauro Medda User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: psm0: unable to allocate irq Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 10:35:45 -0000 Hi *, I installed FreeBSD 10.1 on my new DELL Inspiron 17 5000 series and I discovered that the touchpad doesn't work. Booting FreeBSD in verbose mode appears the message that I indicated in this e-mail subject: psm0: unable to allocate irq. Reading the source file /usr/src/sys/dev/atkbdc/psm.c I found that this message is displayed when irq is not available. Any ideas? Thanks in advance, kind regards -- Mauro