From owner-cvs-usrsbin Tue Oct 28 09:53:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA07662 for cvs-usrsbin-outgoing; Tue, 28 Oct 1997 09:53:55 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA07454; Tue, 28 Oct 1997 09:51:42 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA20266; Tue, 28 Oct 1997 09:51:26 -0800 (PST) Date: Tue, 28 Oct 1997 09:51:26 -0800 (PST) Message-Id: <199710281751.JAA20266@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/28 09:51:26 PST Modified files: usr.sbin/pccard/pccardd cardd.c Log: - Disable cards when doing a suspend by emulating that they have been removed. Add a new state 'suspend' so we 'fake' insertion events at resume time for the cards that have been suspended. [ The code still works if you remove the card during suspend, switch the card during suspend, or combinations of both. ] Reviewed by: frf@xocolatl.com Revision Changes Path 1.20 +4 -1 src/usr.sbin/pccard/pccardd/cardd.c