[coreboot] [v2] r4246 - trunk/coreboot-v2/src/southbridge/intel/i82801xx

svn at coreboot.org svn at coreboot.org
Fri May 1 06:53:58 CEST 2009


Author: linux_junkie
Date: 2009-05-01 06:53:58 +0200 (Fri, 01 May 2009)
New Revision: 4246

Modified:
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_lpc.c
Log:
This is a patch to use another IRQ besides IRQ12 to fix conflicts with i8042 - PS/2 Mouse. 
Signed-off-by: Joseph Smith <joe at settoplinux.org> 
Acked-by: Myles Watson <mylesgw at gmail.com>

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_lpc.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_lpc.c	2009-05-01 04:44:36 UTC (rev 4245)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_lpc.c	2009-05-01 04:53:58 UTC (rev 4246)
@@ -58,14 +58,16 @@
  */
 
 #define PIRQA 0x03
-#define PIRQB 0x05
-#define PIRQC 0x06
-#define PIRQD 0x07
-#define PIRQE 0x09
-#define PIRQF 0x0A
-#define PIRQG 0x0B
-#define PIRQH 0x0C
+#define PIRQB 0x04
+#define PIRQC 0x05
+#define PIRQD 0x06
+#define PIRQE 0x07
+#define PIRQF 0x09
+#define PIRQG 0x0A
+#define PIRQH 0x0B
 
+/* Use 0x0ef8 for a bitmap to cover all these IRQ's. */
+
 void i82801xx_enable_apic(struct device *dev)
 {
 	uint32_t reg32;





More information about the coreboot mailing list