qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6772] do not pretend to support low voltage operation
@ 2009-03-07 22:10 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-03-07 22:10 UTC (permalink / raw)
  To: qemu-devel

Revision: 6772
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6772
Author:   aurel32
Date:     2009-03-07 22:10:40 +0000 (Sat, 07 Mar 2009)
Log Message:
-----------
do not pretend to support low voltage operation

Eliminate "mmc0: SD card claims to support the incompletely defined 'low voltage
range'. This will be ignored." warning. Qemu says the card is a SD card, and SD
spec doesn't define low-voltage cards, so do now pretend to be one.

Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

Modified Paths:
--------------
    trunk/hw/sd.c

Modified: trunk/hw/sd.c
===================================================================
--- trunk/hw/sd.c	2009-03-07 22:10:28 UTC (rev 6771)
+++ trunk/hw/sd.c	2009-03-07 22:10:40 UTC (rev 6772)
@@ -195,7 +195,7 @@
 static void sd_set_ocr(SDState *sd)
 {
     /* All voltages OK, card power-up OK, Standard Capacity SD Memory Card */
-    sd->ocr = 0x80ffff80;
+    sd->ocr = 0x80ffff00;
 }
 
 static void sd_set_scr(SDState *sd)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-07 22:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-07 22:10 [Qemu-devel] [6772] do not pretend to support low voltage operation Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).