/***************************************************************************** * Maxtor Shared Storage II Info
****************************************************************************/
staticint __init mss2_pci_init(void)
{ if (machine_is_mss2())
pci_common_init(&mss2_pci);
return 0;
}
subsys_initcall(mss2_pci_init);
/***************************************************************************** * MSS2 power off method
****************************************************************************/ /* * On the Maxtor Shared Storage II, the shutdown process is the following : * - Userland modifies U-boot env to tell U-boot to go idle at next boot * - The board reboots * - U-boot starts and go into an idle mode until the user press "power"
*/ staticvoid mss2_power_off(void)
{
u32 reg;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.