summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2002-02-12beep!Jason Wright
2002-02-12Much to my annoyance, teach zskbd how to bark.Jason Wright
2002-02-08vagfb_setcolor() needs to enter entries into the software copy of theJason Wright
2002-02-05Implement vgafb_mmap() fullyJason Wright
2002-02-01Clean up auxio a bit and add machdep.led_blink sysctl (like sparc),Jason Wright
2002-02-01missing \nJason Wright
2002-01-31Move ioctl userland accessible stuff to <dev/sun/uperfio.h>Jason Wright
2002-01-31Don't need uperf_psychovar.h to define one structure, put it in psychovar.hJason Wright
2002-01-31Fallout from moving SET/CLR/etcJason Wright
2002-01-30Driver for getting at performance counters. These manifest themJason Wright
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-29Don't install a handler for powerfail... this causes weird problems withJason Wright
2002-01-25CEAFSR defnsJason Wright
2002-01-25Reg defs for UEAFSRJason Wright
2002-01-25Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD.Jason Wright
2002-01-25Remove more NKBD/NMS references (jason == cpp tonight I guess)Jason Wright
2002-01-25move the scancode -> wskbd event map into a seperate file... more stillJason Wright
2002-01-24Add a driver for keyboards on com (ns16550 clones) as found on the AXi, etc.Jason Wright
2002-01-24Don't need ms.h (or SUNKBD/SUNMS)Jason Wright
2002-01-24Save the interrupt cookies and fix the printfs for failure.Jason Wright
2002-01-23handle split input/output devices (from NetBSD)Jason Wright
2002-01-20move a few more arch specific drivers to use new allocm and round_buffersize.Eric Jackson
2002-01-18o Remove some debugging prints (most of them wouldn't work anyway)Jason Wright
2002-01-17Better handling of transitions between our mode and what the prom wants.Jason Wright
2002-01-17add polled input handling and remove dead codeJason Wright
2002-01-17Add console handling (output works, input needs more work)Jason Wright
2002-01-17I'm a tree breaker... sorry... don't include "kbd.h"Jason Wright
2002-01-16More removal of tty stuffJason Wright
2002-01-16Enable the traditional Stop-A handlingJason Wright
2002-01-16Send input to wskbd_input() instead of line discipline and make sure RIE is set.Jason Wright
2002-01-16Initialize the rest of the wskbd_mapdata structure.Jason Wright
2002-01-15Frontend driver for keyboards attached to zs's (instead of zstty's).Jason Wright
2002-01-11enable/disable IEN in cs4231 pin control registerJason Wright
2002-01-10Check result from malloc(9) when using M_NOWAIT. jason@ okThomas Nordin
2002-01-04expose sbus_bus_addr() so cgsix actually compiles (oops)Jason Wright
2002-01-03call ukbd_cnattach() if the console keyboard is usbJason Wright
2002-01-03add get/set colormap functions (mostly stolen from macppc)Jason Wright
2001-12-14less confusing variable namesJason Wright
2001-12-14Driver for vga framebuffers on sparc64 based on cgsix (which is based onJason Wright
2001-12-14Use default mapping type (little endian) if the type is 0, otherwise useJason Wright
2001-12-14pass zero as type for bus_space_map2 (the current argument isn't used byJason Wright
2001-12-08db_console is declared in <ddb/db_var.h>. Fix a typo while there, too.Miod Vallat
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-10-28SAB82532 driver (missing console stuff, but working as a generic ttyJason Wright
2001-10-15Pull in several changes from NetBSD:Jason Wright
2001-10-12From NetBSD: convert printf's to debug only and remove a panicJason Wright
2001-10-07remove all assumptions that parent is psycho. Also, don't try to useJason Wright
2001-10-02fix dma problems... now blaring Berlin's The Metro around the house from U30.Jason Wright
2001-10-01driver for cs4231 at ebus: doesn't quite sound right yet (VERY choppy andJason Wright