From owner-freebsd-hackers@FreeBSD.ORG Tue May 13 12:25:45 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CD9637B401 for ; Tue, 13 May 2003 12:25:45 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E915243FB1 for ; Tue, 13 May 2003 12:25:43 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h4DJPUkA027228; Tue, 13 May 2003 13:25:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 13 May 2003 13:24:33 -0600 (MDT) Message-Id: <20030513.132433.37584599.imp@bsdimp.com> To: olivas@digiflux.org From: "M. Warner Losh" In-Reply-To: <200305131530.41493.olivas@digiflux.org> References: <200305131530.41493.olivas@digiflux.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org Subject: Re: wi network driver woes X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 19:25:45 -0000 In message: <200305131530.41493.olivas@digiflux.org> Stacy Olivas writes: : I've ran into some strangeness with the wi wireless network card driver under : a PicoBSD build (WarBSD). : : I can get the kernel to recognize PCMCIA card services and detect the WLAN NIC : at startup, but if you try to use it for anything you get the following : error: : : wi0: watchdog timeout Interrupts are wrong. : And, if you remove the NIC from the PCMCIA card slot and re-insert it, the : system doesn not automatically re-detect it... Interrupts are wrong. : Any suggestions on what I can do to make this work? Use the right interrupts. Warner