summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/keyboard.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-13 20:55:15 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-13 20:55:15 +0000
commit1471f525455788c20b130690e0f104df451aeb43 (patch)
tree3778beba56558beb9a9548ea5b467e9c44ea966f /include/asm-ia64/keyboard.h
parente80d2c5456d30ebba5b0eb8a9d33e17d815d4d83 (diff)
Merge with Linux 2.3.51.
Diffstat (limited to 'include/asm-ia64/keyboard.h')
-rw-r--r--include/asm-ia64/keyboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ia64/keyboard.h b/include/asm-ia64/keyboard.h
index c77324377..38dbbc7bb 100644
--- a/include/asm-ia64/keyboard.h
+++ b/include/asm-ia64/keyboard.h
@@ -13,7 +13,7 @@
#include <linux/config.h>
-#define KEYBOARD_IRQ 1
+#define KEYBOARD_IRQ isa_irq_to_vector(1)
#define DISABLE_KBD_DURING_INTERRUPTS 0
extern int pckbd_setkeycode(unsigned int scancode, unsigned int keycode);
@@ -59,7 +59,7 @@ extern unsigned char pckbd_sysrq_xlate[128];
* Machine specific bits for the PS/2 driver
*/
-#define AUX_IRQ 12
+#define AUX_IRQ isa_irq_to_vector(12)
#define aux_request_irq(hand, dev_id) \
request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)