From owner-cvs-all Thu Dec 9 23:22:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE59B150D8; Thu, 9 Dec 1999 23:22:55 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA16559; Thu, 9 Dec 1999 23:22:55 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199912100722.XAA16559@freefall.freebsd.org> From: Warner Losh Date: Thu, 9 Dec 1999 23:22:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed.c if_ed_pccard.c if_edvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/12/09 23:22:54 PST Modified files: sys/dev/ed if_ed.c if_ed_pccard.c if_edvar.h Log: Fix pccard ed driver, I think. o Expose ed_stop and call it early to shutdown the hardware. o When releasing the interrupt, pass the cookie for the irq, not a pointer to the cookie (this is the base problem). o Release other resources used, just like the ep driver Revision Changes Path 1.173 +2 -3 src/sys/dev/ed/if_ed.c 1.8 +4 -2 src/sys/dev/ed/if_ed_pccard.c 1.4 +2 -1 src/sys/dev/ed/if_edvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message