1. 17 3月, 2009 1 次提交
  2. 10 12月, 2008 1 次提交
    • A
      MIPS Magnum: fix memory-mapped i8042 · 4efbe58f
      aurel32 提交于
      Current implementation of memory-mapped i8042 controller is atm
      implemented with an interface shift (it_shift) parameter, like most all
      memory-mapped devices in Qemu.
      However, this isn't suitable for MIPS Magnum, where i8042 controller is at
      0x80005000 up to 0x80005fff.
      
      Thomas Bogendoerfer (from #mipslinux) tested the behaviour of a real
      machine, and found that odd addresses are for status/command register, and
      even addresses for data register.
      
      Attached patch implements this behaviour by replacing the it_shift
      parameter by a mask one.
      Incidentally, keyboard now works on OpenBSD 2.3, which accesses i8042
      controller at 0x80005060 and 0x80005061.
      Signed-off-by: NHervé Poussineau <hpoussin@reactos.org>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5962 c046a42c-6fe2-441c-8c8c-71466251a162
      4efbe58f
  3. 02 12月, 2008 1 次提交
  4. 26 10月, 2008 1 次提交
  5. 19 7月, 2008 1 次提交
  6. 10 2月, 2008 1 次提交
  7. 18 11月, 2007 2 次提交
  8. 21 10月, 2007 1 次提交
  9. 17 9月, 2007 2 次提交
  10. 09 6月, 2007 1 次提交
  11. 17 4月, 2007 2 次提交
  12. 08 4月, 2007 1 次提交
  13. 21 3月, 2007 1 次提交
  14. 18 2月, 2007 1 次提交
  15. 08 4月, 2006 1 次提交
  16. 08 2月, 2006 1 次提交
  17. 26 11月, 2005 1 次提交
  18. 22 11月, 2005 1 次提交
  19. 28 1月, 2005 1 次提交
  20. 18 1月, 2005 1 次提交
  21. 10 7月, 2004 1 次提交
  22. 20 6月, 2004 1 次提交
  23. 04 6月, 2004 1 次提交
  24. 30 4月, 2004 1 次提交
  25. 17 4月, 2004 1 次提交
  26. 11 4月, 2004 1 次提交
  27. 01 4月, 2004 1 次提交
  28. 15 3月, 2004 1 次提交
  29. 14 3月, 2004 1 次提交