summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/hpc/pckbc_hpc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Follow the recent pckbc@isa changes and always establish all the necessarymiod2015-05-241-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().mpi2015-05-041-3/+2
| | | | ok miod@
* Don't include <mips64/archtype.h> unless you really need it.miod2012-10-031-2/+1
|
* Drivers for the Indy and Indigo 2 PS/2 keyboard ports, and the ``Newport''miod2012-04-161-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).