Date: Mon, 27 Nov 2000 16:05:20 -0800 (PST) From: Jonathan Chen <jon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/cardbus cardbus.c src/sys/dev/pccbb pccbb.c pccbbvar.h pccbb_if.m src/sys/modules/cardbus Makefile src/sys/modules/pccbb Makefile Message-ID: <200011280005.QAA10973@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jon 2000/11/27 16:05:20 PST Modified files: sys/conf files sys/dev/cardbus cardbus.c sys/dev/pccbb pccbb.c pccbbvar.h sys/modules/cardbus Makefile Added files: sys/modules/pccbb Makefile Removed files: sys/dev/pccbb pccbb_if.m Log: A bunch of newcard/cardbus changes that's been sitting in my tree for a while: - Make pccbb/cardbus kld loadable and unloadable. - Make pccbb/cardbus use the power interface from pccard instead of inventing its own. - some other minor fixes Revision Changes Path 1.446 +1 -3 src/sys/conf/files 1.4 +51 -31 src/sys/dev/cardbus/cardbus.c 1.6 +307 -168 src/sys/dev/pccbb/pccbb.c 1.3 +28 -6 src/sys/dev/pccbb/pccbbvar.h 1.6 +5 -5 src/sys/modules/cardbus/Makefile 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?200011280005.QAA10973>