From 03c65ef4e73a5f78947e88ad6255b9ab8eaa028f Mon Sep 17 00:00:00 2001 From: Joseph Smith Date: Fri, 1 May 2009 04:53:58 +0000 Subject: This is a patch to use another IRQ besides IRQ12 to fix conflicts with i8042 - PS/2 Mouse. Signed-off-by: Joseph Smith Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4246 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/intel/i82801xx/i82801xx_lpc.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src/southbridge') diff --git a/src/southbridge/intel/i82801xx/i82801xx_lpc.c b/src/southbridge/intel/i82801xx/i82801xx_lpc.c index 17d4819c62..c9a00a88cd 100644 --- a/src/southbridge/intel/i82801xx/i82801xx_lpc.c +++ b/src/southbridge/intel/i82801xx/i82801xx_lpc.c @@ -58,13 +58,15 @@ */ #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) { -- cgit v1.2.3