From owner-freebsd-mobile@FreeBSD.ORG Thu Jul 31 10:03:00 2003 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 C419737B404 for ; Thu, 31 Jul 2003 10:03:00 -0700 (PDT) Received: from purple.nge.isi.edu (csperkins.demon.co.uk [193.237.26.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DDD443FAF for ; Thu, 31 Jul 2003 10:02:50 -0700 (PDT) (envelope-from csp@csperkins.org) Received: from purple.nge.isi.edu (localhost [127.0.0.1]) by purple.nge.isi.edu (8.12.9/8.12.9) with SMTP id h6TGpcTI001168 for ; Tue, 29 Jul 2003 17:51:39 +0100 (BST) (envelope-from csp@csperkins.org) Date: Tue, 29 Jul 2003 09:51:38 -0700 From: Colin Perkins To: freebsd-mobile@freebsd.org Message-Id: <20030729095138.736ccbb8.csp@csperkins.org> Organization: http://csperkins.org/ X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-unknown-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Latest wi changes break suspend/resume 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: Thu, 31 Jul 2003 17:03:01 -0000 I'm running the latest 4-STABLE on a ThinkPad X22, and the recent MFC of changes to the wi driver seem to have broken suspend/resume if the driver is active (the machine hangs with a blank screen when resuming from apm suspend). Backing out the wi changes fixes the problem. The relevent part of dmesg is: wi0: mem 0xf0000000-0xf0000fff irq 11 at device 5.0 on pci2 wi0: 802.11 address: 00:20:e0:89:cb:be wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) wi0: Intersil Firmware: Primary 1.00.05, Station 1.03.03 Any suggestions for how to debug this? Cheers, Colin