The patch titled
     i386: reboot fixup for WRAP 2C board (SC1100 based)
has been added to the -mm tree.  Its filename is
     i386-reboot-fixup-for-wrap-2c-board-sc1100-based.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: i386: reboot fixup for WRAP 2C board (SC1100 based)
From: "Denys" <[EMAIL PROTECTED]>

Needed to make the wireless board, WRAP2C reboot.

Cc: Thomas Gleixner <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/x86/kernel/reboot_fixups_32.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN 
arch/x86/kernel/reboot_fixups_32.c~i386-reboot-fixup-for-wrap-2c-board-sc1100-based
 arch/x86/kernel/reboot_fixups_32.c
--- 
a/arch/x86/kernel/reboot_fixups_32.c~i386-reboot-fixup-for-wrap-2c-board-sc1100-based
+++ a/arch/x86/kernel/reboot_fixups_32.c
@@ -53,6 +53,7 @@ static struct device_fixup fixups_table[
 { PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5530_LEGACY, cs5530a_warm_reset },
 { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_ISA, cs5536_warm_reset },
 { PCI_VENDOR_ID_RDC, PCI_DEVICE_ID_RDC_R6030, rdc321x_reset },
+{ PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SC1100_BRIDGE, cs5530a_warm_reset },
 };
 
 /*
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

i386-reboot-fixup-for-wrap-2c-board-sc1100-based.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to