From owner-cvs-all Mon Apr 20 08:27:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13604 for cvs-all-outgoing; Mon, 20 Apr 1998 08:27:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13411; Mon, 20 Apr 1998 15:25:16 GMT (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA29136; Mon, 20 Apr 1998 08:24:30 -0700 (PDT) Date: Mon, 20 Apr 1998 08:24:30 -0700 (PDT) Message-Id: <199804201524.IAA29136@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-all@FreeBSD.ORG Precedence: bulk nate 1998/04/20 08:24:29 PDT Modified files: usr.sbin/pccard/pccardd cardd.c Log: - Don't try and keep track of the previous state, since the kernel may change it w/out informing the program. Instead, use the (now available) previous state returned by the kernel to make intelligent card removal/insertion decisions. Revision Changes Path 1.31 +7 -19 src/usr.sbin/pccard/pccardd/cardd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message