From owner-cvs-src@FreeBSD.ORG Fri Oct 20 06:53:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2E316A40F; Fri, 20 Oct 2006 06:53:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B667143D64; Fri, 20 Oct 2006 06:53:01 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9K6r16o071909; Fri, 20 Oct 2006 06:53:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9K6r1d7071904; Fri, 20 Oct 2006 06:53:01 GMT (envelope-from imp) Message-Id: <200610200653.k9K6r1d7071904@repoman.freebsd.org> From: Warner Losh Date: Fri, 20 Oct 2006 06:52:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/mmc Makefile src/sys/modules/mmcsd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2006 06:53:09 -0000 imp 2006-10-20 06:52:59 UTC FreeBSD src repository Added files: sys/modules/mmc Makefile sys/modules/mmcsd Makefile Log: Loadable modules for mmc (the bus) amd mmcsd (the MMC and SD support code). A little green, so not yet connected to the build. Revision Changes Path 1.1 +8 -0 src/sys/modules/mmc/Makefile (new) 1.1 +8 -0 src/sys/modules/mmcsd/Makefile (new)