From owner-freebsd-mobile@FreeBSD.ORG Thu Jul 5 13:12:06 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B39C16A41F for ; Thu, 5 Jul 2007 13:12:06 +0000 (UTC) (envelope-from zhangweiwu@realss.com) Received: from bossdog.realss.com (bossdog.realss.com [211.157.108.128]) by mx1.freebsd.org (Postfix) with ESMTP id CEBA613C455 for ; Thu, 5 Jul 2007 13:12:05 +0000 (UTC) (envelope-from zhangweiwu@realss.com) Received: from localhost (unknown [127.0.0.1]) by bossdog.realss.com (Postfix) with ESMTP id 15B701C800A for ; Thu, 5 Jul 2007 20:42:45 +0800 (CST) Received: from bossdog.realss.com ([127.0.0.1]) by localhost (bossdog.realss.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28894-09 for ; Thu, 5 Jul 2007 20:42:28 +0800 (CST) Received: from [218.193.55.202] (unknown [125.77.224.188]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by bossdog.realss.com (Postfix) with ESMTP id 8E65F1C8007 for ; Thu, 5 Jul 2007 20:42:28 +0800 (CST) From: Zhang Weiwu To: freebsd-mobile@freebsd.org Content-Type: text/plain Organization: Real Softservice Date: Thu, 05 Jul 2007 20:42:00 +0800 Message-Id: <1183639320.9913.51.camel@esmeralda> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at bossdog.realss.com Subject: second PCMCIA card doesn't work X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2007 13:12:06 -0000 Dear list Aanything plugged on my second PCMCIA slot doesn't work, doesn't even trigger a message in dmesg. Including the devices which works just fine in first slot. The box is Thinkpad 380XD and I recall when I was using FreeBSD 4.7 both slots work. I attached both of my kernel config file here and my dmesg. Note that the device on first slot always take IRQ 11, which is not in the list of usable irq as specified by me in /etc/pccard.conf; which is using the same IRQ as uchi0. I am not sure how to go on checking this issue, pccardc always complains either "0 slots found" or "/dev/card0: no such file or directory". Thanks.