Date: Fri, 11 Jan 2002 12:14:03 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/pcic Makefile src/sys/modules/pccard Makefile src/sys/modules/cardbus Makefile Message-ID: <200201112014.g0BKE3d44582@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2002/01/11 12:14:03 PST Modified files: sys/modules/pcic Makefile sys/modules/pccard Makefile sys/modules/cardbus Makefile Log: I don't think that these modules should export symbols at all. All intermodule communication is done via kobj calls. If anything currently depends on them, let it break so that we can fix it. Maybe we'll need to export some of the card_if.c or power_if.c symbols, but I think those should be in the base kernel (since all *_if.c should be in the base kernel for just these reasons). Revision Changes Path 1.10 +0 -2 src/sys/modules/cardbus/Makefile 1.10 +0 -2 src/sys/modules/pccard/Makefile 1.24 +0 -2 src/sys/modules/pcic/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?200201112014.g0BKE3d44582>