From owner-freebsd-arch@FreeBSD.ORG Wed Nov 23 06:57:54 2005 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2F5416A420 for ; Wed, 23 Nov 2005 06:57:54 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA3743D49 for ; Wed, 23 Nov 2005 06:57:53 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id jAN6vq9Z033777; Tue, 22 Nov 2005 23:57:52 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <438412F0.8040901@samsco.org> Date: Tue, 22 Nov 2005 23:57:52 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bakul Shah References: <200511230622.jAN6MtZ9094323@gate.bitblocks.com> In-Reply-To: <200511230622.jAN6MtZ9094323@gate.bitblocks.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: babkin@verizon.net, damien.bergamini@free.fr, arch@freebsd.org, babkin@users.sourceforge.net, nate@root.org Subject: Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.cif_iwi X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2005 06:57:54 -0000 Bakul Shah wrote: > Right now suspend/resume is broken due to the iwi driver > loading firmware. While you guys hash this out would it be > possible to put in an interim simple fix? I can live with > 200KB+ bloat while you guys hash out a more comple{x,ete} > fix! As it is I kldload as much as possible so as to run > the same static image on all machines so overall I still > don't use up as much space as GENERIC. > > Thanks! Does the NDIS driver support suspend/resume better on this hardware? If so then I'd suggest using it for now (I use it for my iwi hardware). Scott