summaryrefslogtreecommitdiff
path: root/src/dev/x86/i8042.cc
AgeCommit message (Expand)Author
2018-02-09dev: Fix i8042 device errorsJason Lowe-Power
2018-01-20base: Rework bitunions so they can be more flexible.Gabe Black
2017-12-14misc: Updates for gcc7.2 for x86Jason Lowe-Power
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2015-08-07dev, x86: Fix serialization bug in the i8042 deviceAndreas Sandberg
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2013-07-11dev: make BasicPioDevice take size in constructorSteve Reinhardt
2013-03-28x86: changes to apic, keyboardNilay Vaish
2012-10-15Fix: Address a few minor issues identified by cppcheckAndreas Hansson
2012-07-09Port: Make getAddrRanges constAndreas Hansson
2012-01-17MEM: Separate queries for snooping and address rangesAndreas Hansson
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-02-06x86: Add checkpointing capability to devicesJoel Hestness
2009-02-25X86: Add makeAtomicResponse to the read/write functions of x86 devices.Gabe Black
2009-01-31X86: Refactor and clean up the keyboard controller.Gabe Black
2009-01-31X86: Add a keyboard controller device.Gabe Black