Date: Sun, 15 Oct 2000 10:21:50 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h Message-ID: <200010151721.KAA17553@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010151721.KAA17553>