From owner-freebsd-current@FreeBSD.ORG Sun Nov 20 18:52:52 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 7B4DC16A41F for ; Sun, 20 Nov 2005 18:52:52 +0000 (GMT) (envelope-from spil.oss@googlemail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00E5343D45 for ; Sun, 20 Nov 2005 18:52:51 +0000 (GMT) (envelope-from spil.oss@googlemail.com) Received: by xproxy.gmail.com with SMTP id s10so656054wxc for ; Sun, 20 Nov 2005 10:52:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mjNTcPmvqxbO/qmWPWluu0Xi19mbNIo7WriXfbZ9t2H0AtU/vJMRIWs6tdWL8f3wlz6V7qX9tYQJINeCXK0/CLCSGbd/2LAw6ET2uzAy0hDPD+ycJY4gVg25nDhG8QhqI11tR+vZshhYbB8DWyryzkd3/Ad8gShNpy0AtRYqVoQ= Received: by 10.64.251.9 with SMTP id y9mr2001303qbh; Sun, 20 Nov 2005 10:52:51 -0800 (PST) Received: by 10.64.178.9 with HTTP; Sun, 20 Nov 2005 10:52:51 -0800 (PST) Message-ID: <5fbf03c20511201052n566858f7m3498db435b4814ca@mail.gmail.com> Date: Sun, 20 Nov 2005 19:52:51 +0100 From: spil oss To: Doug Rabson In-Reply-To: <200511201051.42444.dfr@nlsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4352E841.6000601@psam.se> <4353F3D5.6060309@psam.se> <20051017.130631.73017921.imp@bsdimp.com> <200511201051.42444.dfr@nlsystems.com> Cc: freebsd-current@freebsd.org, Thierry DELHAISE , "M. Warner Losh" , freebsd@psam.se Subject: Re: Thoshiba Tecra 8000 with 3com 3CXFE575CT 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: Sun, 20 Nov 2005 18:52:52 -0000 Doug, Thanks a lot for the reply. This indeed resolved the watchdog timeouts on my 3c575B. Still would be great if this were fixed for non-polling. Now acpi seems to be misbehaving, a fan that used to stop when the CPU < 62C now continuously runs. Spil. On 11/20/05, Doug Rabson wrote: > On Monday 17 October 2005 20:06, M. Warner Losh wrote: > > : When I start it outside and then connect the card it will detect > > : and configure it correctly. > > > > OK. This is a HUGE clue. One that shouldn't be overlooked :-). > > What it is telling me is that FUNCTION interrupts aren't getting > > through, but STATUS interrupts ARE getting through. I'll have to go > > re-read my two TOPIC data sheets to make sure, but I think that the > > TOPIC chips, especially the older ones, have a number of knobs for > > function interrupts that are not in the standard bridge chipset. > > > > Please refresh my recollection: Did this used to work with 5.4? > > IIRC, I did some work to fix o2 micro hangs that disabled the > > function interrupts during card insertion by routing them via IRQ 1 > > (which the o2micro actually doesn't route, so they just disappear). > > Maybe that work around had bad effects for the TOPIC95B that you > > have? > > I get this (xl0 watchdog etc) with my little Sony picturebook, trying to > run current. I'm getting around it using polling for now. I've attached > a verbose dmesg from 7.0 here. This combination works great with 5.4 > but getting a dmesg for that configuration would be a bit trickier. > > As far as I can see from vmstat, some interrupts are getting through to > irq9 but not the ones that were intended for xl0. > > $ vmstat -i > interrupt total rate > irq0: clk 1145039 999 > irq1: atkbd0 2 0 > irq8: rtc 146591 127 > irq9: cbb0 fwohci* 194 0 > irq13: npx0 1 0 > irq14: ata0 3980 3 > Total 1295807 1130 > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " > > >