This change got the mouse working on arima/hdama (and automagically got the keyboard working as well) for ATI RageXL framebuffer console and X. Was this what you wanted? Maybe I misunderstood...
-Regards, Brian
[brian@localhost hdama]$ pwd /home/brian/freebios2/src/mainboard/arima/hdama [brian@localhost hdama]$ diff -u Config.lb.old Config.lb --- Config.lb.old 2004-04-23 11:45:01.000000000 -0400 +++ Config.lb 2004-04-23 11:46:56.000000000 -0400 @@ -291,7 +291,8 @@ io 0x60 = 0x3f8 irq 0x70 = 4 pnp 2e.4 off # SWC - pnp 2e.5 off # Mouse + pnp 2e.5 on # Mouse + irq 0x70 = 12 pnp 2e.6 on # Keyboard io 0x60 = 0x60 io 0x62 = 0x64 @@ -299,7 +300,7 @@ pnp 2e.7 off # GPIO pnp 2e.8 off # ACB pnp 2e.9 off # FSCM - pnp 2e.a off # WDT + pnp 2e.a off # WDT end end end
Quoting ron minnich rminnich@lanl.gov:
can you send me a diff -u and I will apply this path.
ron