From owner-freebsd-mobile Thu Oct 23 17:04:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA07467 for mobile-outgoing; Thu, 23 Oct 1997 17:04:34 -0700 (PDT) (envelope-from owner-freebsd-mobile) Received: from ns.mt.sri.com (SRI-56K-FR.mt.net [206.127.65.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA07458 for ; Thu, 23 Oct 1997 17:04:30 -0700 (PDT) (envelope-from nate@rocky.mt.sri.com) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.7/8.8.7) with ESMTP id SAA13296; Thu, 23 Oct 1997 18:04:21 -0600 (MDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id SAA17893; Thu, 23 Oct 1997 18:04:20 -0600 (MDT) Date: Thu, 23 Oct 1997 18:04:20 -0600 (MDT) Message-Id: <199710240004.SAA17893@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Nate Williams Cc: Mike Smith , mobile@freebsd.org Subject: Re: Patches from -current for -stable I'd like to commit after testing In-Reply-To: <199710231611.KAA15468@rocky.mt.sri.com> References: <199710221610.KAA10346@rocky.mt.sri.com> <199710231344.XAA00290@word.smith.net.au> <199710231611.KAA15468@rocky.mt.sri.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Nate, hit me with them post-fishin' changes. > > Will do when I get them wrapped up. Unfortunately, they didn't work out. I was hoping to get suspend/resume to work without requiring the pccard daemon running. (Ie; once a driver was 'mapped' in, suspend/resume didn't require the daemon to re-register the device, which is how the apm_pccard_resume code from PAO works.) In any case, I'd like to figure out a way to have a device truly 'shutdown', and then come back up. However, I need to look at things a bit more closely, since my 'brute force and ignorance' patch didn't seem to help. However, on a positive note, I can suspend/resume with apm_pccard_resume set to 1 on my box. :) Nate