From owner-freebsd-stable Tue Jul 17 8:12:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id D7A2337B407; Tue, 17 Jul 2001 08:12:03 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f6HFC1F24887; Tue, 17 Jul 2001 09:12:02 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f6HFC1o41693; Tue, 17 Jul 2001 09:12:01 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200107171512.f6HFC1o41693@harmony.village.org> To: Shizuka Kudo Subject: Re: wi0 watchdog timeout with latest pccard MFC Cc: freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 17 Jul 2001 02:57:57 PDT." <20010717095757.85744.qmail@web11404.mail.yahoo.com> References: <20010717095757.85744.qmail@web11404.mail.yahoo.com> Date: Tue, 17 Jul 2001 09:12:01 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010717095757.85744.qmail@web11404.mail.yahoo.com> Shizuka Kudo writes: : I have sent this out a week ago, but haven't get any : reply yet. Basically, I have an ASUS CUSL2 mb with : PIII, 256M RAM and an Orinoco PCI adpater. With -stable, This is not a supported configuration. I have a set of patches that I need to update to the latest -stable kernel that you need for this. -current should work. : Is this an IRQ problem? I have tried (1) specify : whatever assigned to pcic0-pci in "-I -i" flag; (2) : used BIOS to assign IRQ 10 exclusively for the card : and specify pccardd_flags as "-I -i 10". All came with : the same result. What can I do to investigate? Any : hints? Yes. It is an IRQ problem. However, it is because the TI chip is programmed to use ISA interrupts. This means that the interrupt isn't going over the PCI bus, which means that the wi card won't get interrupts, which is why you are seeing what you are seeing. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message