From owner-freebsd-arch@FreeBSD.ORG Wed Nov 23 06:23:06 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 04BFF16A41F for ; Wed, 23 Nov 2005 06:23:06 +0000 (GMT) (envelope-from bakul@bitblocks.com) Received: from gate.bitblocks.com (bitblocks.com [209.204.185.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E71643D64 for ; Wed, 23 Nov 2005 06:23:05 +0000 (GMT) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (localhost [127.0.0.1]) by gate.bitblocks.com (8.13.4/8.13.1) with ESMTP id jAN6MtZ9094323; Tue, 22 Nov 2005 22:22:55 -0800 (PST) (envelope-from bakul@bitblocks.com) Message-Id: <200511230622.jAN6MtZ9094323@gate.bitblocks.com> To: "M. Warner Losh" In-reply-to: Your message of "Mon, 21 Nov 2005 17:53:15 MST." <20051121.175315.56348077.imp@bsdimp.com> Date: Tue, 22 Nov 2005 22:22:55 -0800 From: Bakul Shah Cc: arch@freebsd.org, babkin@users.sourceforge.net, babkin@verizon.net, damien.bergamini@free.fr, 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:23:06 -0000 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!