diff -u --recursive linux-2.4.0-test7.orig/arch/i386/kernel/mca.c linux-2.4.0-test7/arch/i386/kernel/mca.c
--- linux-2.4.0-test7.orig/arch/i386/kernel/mca.c Thu Aug 24 07:37:46 2000
+++ linux-2.4.0-test7/arch/i386/kernel/mca.c Thu Aug 24 08:10:24 2000
@@ -546,7 +546,7 @@
outb_p(0x7f, MCA_MOTHERBOARD_SETUP_REG);
byte = inb_p(MCA_POS_REG(reg));
- outp_b(0xff, MCA_MOTHERBOARD_SETUP_REG);
+ outb_p(0xff, MCA_MOTHERBOARD_SETUP_REG);
} else if(slot < MCA_MAX_SLOT_NR) {
/* Make sure motherboard setup is off */
-- Ueimor - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Aug 31 2000 - 21:00:13 EST