Messages in this thread Patch in this message |  | | Date | Thu, 24 Aug 2000 09:26:24 +0000 | From | Francois romieu <> | Subject | [patch] linux-2.4.0-test7 - typo in arch/i386/kernel/mca.c |
| |
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/
|  |