Date: Wed, 19 Apr 2000 01:31:21 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcic i82365.c i82365_isa.c i82365var.h src/sys/dev/pccard pccard.c pccard_cis.c pccard_cis_quirks.c pccardvar.h pccardchip.h Message-ID: <200004190831.BAA96161@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2000/04/19 01:31:21 PDT Modified files: sys/dev/pcic i82365.c i82365_isa.c i82365var.h sys/dev/pccard pccard.c pccard_cis.c pccard_cis_quirks.c pccardvar.h Removed files: sys/dev/pccard pccardchip.h Log: OK. Next step: we read in CIS. I've done this by having requests to allocate memory propigate up the tree. We'll see how well this works and reevaluate if it isn't working well. Also initialize ptr in the tuple. As well as minor reorg of memory allocation. Likely need to do similar things for I/O when the time comes. I've move all defines from pccardchip.h into pccardvar.h and eliminated pccardchip.h. Revision Changes Path 1.20 +26 -59 src/sys/dev/pcic/i82365.c 1.15 +1 -2 src/sys/dev/pcic/i82365_isa.c 1.17 +1 -4 src/sys/dev/pcic/i82365var.h 1.11 +1 -2 src/sys/dev/pccard/pccard.c 1.9 +3 -2 src/sys/dev/pccard/pccard_cis.c 1.3 +1 -2 src/sys/dev/pccard/pccard_cis_quirks.c 1.9 +8 -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?200004190831.BAA96161>