From owner-freebsd-mobile@FreeBSD.ORG Wed Jul 21 17:40:39 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 5022116A4CF for ; Wed, 21 Jul 2004 17:40:39 +0000 (GMT) Received: from zardoz.rd.imagescape.com (zardoz.rd.imagescape.com [66.100.151.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE1D543D2F for ; Wed, 21 Jul 2004 17:40:38 +0000 (GMT) (envelope-from puna@imagescape.com) Received: from [192.168.0.59] (nikko.rd.imagescape.com [192.168.0.59]) (authenticated bits=0)i6LHeYcH053271; Wed, 21 Jul 2004 12:40:34 -0500 (CDT) (envelope-from puna@imagescape.com) Message-ID: <40FEAB1B.3010704@imagescape.com> Date: Wed, 21 Jul 2004 12:42:51 -0500 From: Puna Tannehill Organization: Imaginary Landscape, LLC User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Langille References: <40FAE4C8.12288.1D22C90A@localhost> In-Reply-To: <40FAE4C8.12288.1D22C90A@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: Netgear MA401 and 4.x-STABLE 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: Wed, 21 Jul 2004 17:40:39 -0000 Dan Langille wrote: > Despite what it says on the hardware release notes and > http://gerda.univie.ac.at/freebsd-laptops, I can't get a recently > acquired Netgear MA401 to appear under ifconfig. > > FWIW, FreeSBIE panic'd if the Netgear MA401 is inserted when booting. > If added after boot, all is well. FWIW, I found a similar problem > with the cards provided by USENIX in Boston. > > Should I be expecting this card to work under -STABLE. Everything > I've read indicates so. Try adding the following line to /boot/loader.conf: hw.pcic.intr_path="1" and reboot. It enables ISA interrupt routing. Puna