Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2006 22:57:19 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106688 for review
Message-ID:  <200609252257.k8PMvJDp029042@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106688

Change 106688 by imp@imp_lighthouse on 2006/09/25 22:56:59

	Tweak

Affected files ...

.. //depot/projects/arm/src/sys/dev/mmc/mmcbr_if.m#3 edit
.. //depot/projects/arm/src/sys/dev/mmc/mmcbus_if.m#3 edit

Differences ...

==== //depot/projects/arm/src/sys/dev/mmc/mmcbr_if.m#3 (text+ko) ====

@@ -68,17 +68,15 @@
 
 #
 # Claim the current bridge, blocking the current thread until the host
-# is no longer busy.  The method is called claim_host because the
-# Linux interface has a mmc_claim_host function.
+# is no longer busy.
 #
-METHOD int claim_host {
+METHOD int aquire_host {
 	device_t	brdev;
 	device_t	reqdev;
 }
 
 #
-# Release the current bridge.  The method is called release_host because the
-# Linux interface has a mmc_release_host function.
+# Release the current bridge.
 #
 METHOD int release_host {
 	device_t	brdev;

==== //depot/projects/arm/src/sys/dev/mmc/mmcbus_if.m#3 (text+ko) ====

@@ -45,3 +45,20 @@
 	struct mmc_request *req;
 	int		status;
 };
+
+#
+# Claim the current bridge, blocking the current thread until the host
+# is no longer busy.
+#
+METHOD int aquire_bus {
+	device_t	brdev;
+	device_t	reqdev;
+}
+
+#
+# Release the current bridge.
+#
+METHOD int release_bus {
+	device_t	brdev;
+	device_t	reqdev;
+}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609252257.k8PMvJDp029042>