From owner-freebsd-arch@FreeBSD.ORG Wed Nov 23 17:12:37 2005 Return-Path: X-Original-To: freebsd-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 27FD516A41F for ; Wed, 23 Nov 2005 17:12:37 +0000 (GMT) (envelope-from damien.bergamini@free.fr) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB7BB43D55 for ; Wed, 23 Nov 2005 17:12:33 +0000 (GMT) (envelope-from damien.bergamini@free.fr) Received: from COMETE (pas38-1-82-67-68-158.fbx.proxad.net [82.67.68.158]) by smtp5-g19.free.fr (Postfix) with SMTP id 81EB69696; Wed, 23 Nov 2005 18:12:29 +0100 (CET) Message-ID: <00c401c5f050$f4a10390$0300a8c0@COMETE> From: "Damien Bergamini" To: Date: Wed, 23 Nov 2005 18:11:33 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Cc: freebsd-arch@freebsd.org Subject: Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/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 17:12:37 -0000 This is FreeBSD 7. If you can't afford temporary breakage, use RELENG_6. Are you sure your suspend/resume problem comes from iwi ? Does it happen if you ifconfig iwi0 down before suspending ? Was suspend/resume working with the old iwicontrol stuff ? Damien | 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!