From owner-freebsd-stable@FreeBSD.ORG Sat Sep 26 03:00:25 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6953F1065672 for ; Sat, 26 Sep 2009 03:00:25 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 010DD8FC14 for ; Sat, 26 Sep 2009 03:00:24 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so686693eyf.9 for ; Fri, 25 Sep 2009 20:00:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=nikgR5FU2ExLRnl9q+D8tCg2fvLRD8HlZypDhetG+os=; b=S2nVoxQ3OIj1D6f0fHRk4FH0HIUIGqt44c6kfZJdmra+s2ZYsItlCtLL4PNZCeu2KO NRsrFPI1x3EeGRbv/ddbVAiAedHYcCD50s7GodAz9pBKMzcnGBwJDDKCsGwYatiIse7M egsCYhsA3ovJcTtDPRFydjXO0/+49v48enucQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fvHONr5gwQBOcrrG6O7xKE21kl84o49RzdwwJfC2ZUGrCKM/ZXoVNWgZxFLhp7kCcS +jlUXOCDYmfWj8MVJpjO758aTzCcskSb1isikmhEwCVhsiaedSDilyBAkzYMzJ2vusaL FL+bDjbixTeOCaEy0EYskXG7hPLza8L+v1cp4= MIME-Version: 1.0 Received: by 10.211.147.8 with SMTP id z8mr376932ebn.87.1253932406173; Fri, 25 Sep 2009 19:33:26 -0700 (PDT) In-Reply-To: <20090925232922.GE4858@sysmon.tcworks.net> References: <539c60b90909250847j392d9002kf3daebeb7f2b143f@mail.gmail.com> <20090925232922.GE4858@sysmon.tcworks.net> Date: Sat, 26 Sep 2009 02:33:26 +0000 Message-ID: <179b97fb0909251933u6a415aden43b86a131698e749@mail.gmail.com> From: Brandon Gooch To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: 8-RC1: ral0: need multicast update callback X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2009 03:00:25 -0000 On Fri, Sep 25, 2009 at 11:29 PM, Scott Lambert wrote: > iwn does not function after resume so I've actually run ethernet cables > to where I use the laptop now. I have to unload the if_iwn module on suspend, and reload it on resume (via /etc/rc.[suspend|resume], of course). Have you tried that? -Brandon