From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 26 14:56:18 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C08D16A4CE for ; Fri, 26 Nov 2004 14:56:18 +0000 (GMT) Received: from ultra5.eskimo.com (ultra5.eskimo.com [204.122.16.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15DE743D5D for ; Fri, 26 Nov 2004 14:56:18 +0000 (GMT) (envelope-from joji@eskimo.com) Received: from eskimo.com (joji@eskimo.com [204.122.16.13]) by ultra5.eskimo.com (8.12.10/8.12.10) with ESMTP id iAQEu602013989; Fri, 26 Nov 2004 06:56:06 -0800 Received: (from joji@localhost) by eskimo.com (8.9.1a/8.9.1) id GAA24522; Fri, 26 Nov 2004 06:56:06 -0800 (PST) Date: Fri, 26 Nov 2004 06:56:06 -0800 From: Joseph Olatt To: Richard Schilling Message-ID: <20041126065606.A24185@eskimo.com> References: <41A4F2E1.4070801@rsmba.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <41A4F2E1.4070801@rsmba.biz>; from rschi@rsmba.biz on Wed, Nov 24, 2004 at 12:45:21PM -0800 cc: freebsd-mobile@freebsd.org Subject: Re: IRQ conflicts on RELEASE 5.2.1: Thinkpad 600x and PCM100 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2004 14:56:18 -0000 Hello Richard, On Wed, Nov 24, 2004 at 12:45:21PM -0800, Richard Schilling wrote: > uname -a output: > > FreBSD 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Wed Nov 24 02:10:02 GMT > 2004 root@:/usr/obj/usr/src/sys/COGNITION i386 > > > Can someone give me a clue on how to identify IRQ conflicts on 5.2.1? Usually "/var/log/messages" or "dmesg" will inform you about IRQ conflicts. It would say something like "detected interrupt storm... throttling input..." You can also use 'kenv | grep irq' to see all the interrupts being used. > But, here's the bigger problem: > > I've been crusing around the list archives and technical documentation > for about a week now trying to get my ThinkPad 600x working with a > Linksys PCM100 card. > > I'm still getting device timeouts (which suggests to me an IRQ > conflict). Here is my system configuration: > > in /boot/loader.conf: > hw.pci.allow_unsupported_io_range="1" > hw.cbb.start_memory="0x20000000" > > > in /boot/device/hints, all references to hint.ed.0 are commented out. I > have tried setting the following values (rebooting with each change) > with no result: > > hint.ed.0.at="isa" & hint.ed.0.at="pci" > hint.ed.0.port="0x280" & hint.ed.0.port="0x100" > hint.ed.0.irq="10" & hint.ed.0.irq="3" > hint.ed.0.maddr="0xd8000" > > Any further help in getting this card working would be apprecitated. > > Thanks. > > Richard Schilling > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org"