patch-2.4.19 linux-2.4.19/include/asm-alpha/keyboard.h

Next file: linux-2.4.19/include/asm-alpha/page.h
Previous file: linux-2.4.19/include/asm-alpha/jensen.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-alpha/keyboard.h linux-2.4.19/include/asm-alpha/keyboard.h
@@ -60,7 +60,7 @@
  * Machine specific bits for the PS/2 driver
  */
 
-#define AUX_IRQ 12
+#define AUX_IRQ ((RTC_PORT(0) == 0x170) ? 9 : 12) /* for JENSEN 9, others 12 */
 
 #define aux_request_irq(hand, dev_id)                                  \
        request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)