From owner-cvs-src-old@FreeBSD.ORG Sat Oct 11 13:05:27 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2C1D1065696 for ; Sat, 11 Oct 2008 13:05:27 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 999288FC14 for ; Sat, 11 Oct 2008 13:05:27 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9BD5RxF066799 for ; Sat, 11 Oct 2008 13:05:27 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9BD5RA9066798 for cvs-src-old@freebsd.org; Sat, 11 Oct 2008 13:05:27 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200810111305.m9BD5RA9066798@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sat, 11 Oct 2008 13:05:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mmc mmc.c mmcsd.c mmcvar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2008 13:05:27 -0000 mav 2008-10-11 13:05:13 UTC FreeBSD src repository Modified files: sys/dev/mmc mmc.c mmcsd.c mmcvar.h Log: SVN rev 183763 on 2008-10-11 13:05:13Z by mav Give mmcsd driver a bit more information about card. It allows to reorganize log message in a way a bit more common for disk devices. Also it will allow mmcsd driver to use MMC/SD specific commands when needed. Revision Changes Path 1.23 +23 -12 src/sys/dev/mmc/mmc.c 1.11 +7 -2 src/sys/dev/mmc/mmcsd.c 1.7 +6 -0 src/sys/dev/mmc/mmcvar.h