* PCI Rescan Problems with Fakephp
@ 2006-09-11 15:58 Daniel Qarras
2006-09-12 3:14 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Qarras @ 2006-09-11 15:58 UTC (permalink / raw)
To: linux-hotplug
Hi,
Summary: a patch seems to be needed for fakephp to get proper hotplug
events but the reason why the patch is needed is unclear.
Longer version: I have an Acer Aspire 1692 WLMi laptop (1) with a Texas
Instruments FlashMedia xx12/xx21 memory card controller (MMC) that has
two modes of operation: TI's own proprietary FlashMedia and the
standard SDHCI interface. By default, the proprietary mode is in use
and to use the SDHCI mode one needs to disable the FlashMedia part and
enable the SDHCI part. It seems that the best way to achieve this is by
using PCI hotplug events (2). However, as mentioned in (2) a patch is
needed for the fakephp module and this of course makes life hard for an
ordinary user. I would like to know is there any other way to enable
the SDHCI part on my TI chip other than using the patched fakephp or
would it be possible to apply the patch to the fakephp driver? I'll
provide any additional information that you might need. Thanks.
1) http://www.aalbiol.upv.es/ACER.html
2)
http://gentoo-wiki.com/HARDWARE_Gentoo_Acer_Ferrari_4005WLMi_Manual#SDHCI
And the patch copypasted for reference:
--- fakephp.c.orig 2006-02-18 00:19:56.240839250 +1100
+++ fakephp.c 2006-02-17 02:55:28.598947500 +1100
@@ -212,6 +212,8 @@
}
}
}
+ pci_bus_size_bridges(bus);
+ pci_bus_assign_resources(bus);
}
}
Thanks.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-12 3:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-11 15:58 PCI Rescan Problems with Fakephp Daniel Qarras
2006-09-12 3:14 ` Greg KH
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).