From owner-cvs-all Sun Oct 15 10:21:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 043C037B503; Sun, 15 Oct 2000 10:21:51 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17553; Sun, 15 Oct 2000 10:21:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200010151721.KAA17553@freefall.freebsd.org> From: Warner Losh Date: Sun, 15 Oct 2000 10:21:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/10/15 10:21:50 PDT Modified files: sys/dev/pccard pccard.c pccardvar.h Log: Lots of little fixes. We no longer panic on card insert: o initialize ivars with bzero. o remove interrupt function pointer. netbsd needs it, but we don't. o add lots of comments about bogus things that I've been kludging to try to make the simple cases work. o add new ivar accessor for cis4 to match cis3. likely neither will be needed, but it doesn't hurt to have it. Revision Changes Path 1.21 +52 -16 src/sys/dev/pccard/pccard.c 1.19 +3 -5 src/sys/dev/pccard/pccardvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message