Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Follow the recent pckbc@isa changes and always establish all the necessary | 2015-05-24 | 1 | -32/+8 | |
| | | | | | | | | | interrupts at pckbc attach time, and get rid of the `intr_establish' pckbc callback. Tested on hppa (gsckbc) and sgi (pckbc@hpc); not tested on sparc64 (pckbc@ebus) but this attachment was already behaving this way and its intr_establish callback was an empty function. | ||||
* | Print irq informations in pckbc_set_inputhandler(). | 2015-05-04 | 1 | -3/+2 | |
| | | | | ok miod@ | ||||
* | Don't include <mips64/archtype.h> unless you really need it. | 2012-10-03 | 1 | -2/+1 | |
| | |||||
* | Drivers for the Indy and Indigo 2 PS/2 keyboard ports, and the ``Newport'' | 2012-04-16 | 1 | -0/+143 | |
(NG1, XL, XGE) frame buffer. Adapted from NetBSD; newport extended to support underline and fonts wider than 8 pixels, such as the default 12x22 Gallant font. Framebuffer depth computation seems to be wrong on Indy models, to be investigated later (but doesn't prevent text console from working). |