This is a patch to use another IRQ besides IRQ12 to fix conflicts with i8042 - PS/2 Mouse.

Signed-off-by: Joseph Smith <joe@settoplinux.org> 
Acked-by: Myles Watson <mylesgw@gmail.com>

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4246 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Joseph Smith 2009-05-01 04:53:58 +00:00 committed by Joseph Smith
parent 5252b1184a
commit 03c65ef4e7
1 changed files with 9 additions and 7 deletions

View File

@ -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)
{