From owner-cvs-all Fri Jan 11 12:14: 9 2002 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 53B6D37B41A; Fri, 11 Jan 2002 12:14:03 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0BKE3d44582; Fri, 11 Jan 2002 12:14:03 -0800 (PST) (envelope-from imp) Message-Id: <200201112014.g0BKE3d44582@freefall.freebsd.org> From: Warner Losh Date: Fri, 11 Jan 2002 12:14:03 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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