From owner-freebsd-mobile Mon Sep 8 22:01:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA02921 for mobile-outgoing; Mon, 8 Sep 1997 22:01:09 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA02914 for ; Mon, 8 Sep 1997 22:01:04 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id XAA22828; Mon, 8 Sep 1997 23:00:55 -0600 (MDT) Date: Mon, 8 Sep 1997 23:00:55 -0600 (MDT) Message-Id: <199709090500.XAA22828@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John Sellens Cc: freebsd-mobile@freebsd.org Subject: Re: 3Com 3C589D not resuming after APM suspend/resume?? In-Reply-To: <199709090234.WAA02633@pollux.uunet.ca> References: <199709090234.WAA02633@pollux.uunet.ca> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have a Toshiba Tecra740CDT and a 3Com 3C589D PCMCIA ethernet card. > I use the pccardd(8) support and the ep(4) driver on FreeBSD > 2.2-970713-RELENG (the RELENG versions added support for the "D" > revision of the card). > > Most times I suspend/resume, I get this on the console after > resuming: > > Sep 8 22:12:25 pollux /kernel: ep0: suspending > Sep 8 22:12:25 pollux /kernel: resumed from suspended mode (slept 01:12:38) Wow, you're computer actually resumed with the card in it? That's pretty good, considering that for most folks it panics the kernel. Anyways, I digress. The point I'm trying to make (in a very round-about fashion) is that suspend/resume with cards simply doesn't work reliably in FreeBSD, and hasn't ever. Someday someone will come and correctly fix the architectural problems with the current system (which is a great start, but needs to be finished, rather than extended thus continuing the breakage). My suggestion is to pop out the card before suspending, and then pop it back in when you resume. (I know, it's silly, but see above...) Nate