summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2002-02-01Clean up auxio a bit and add machdep.led_blink sysctl (like sparc),Jason Wright
2002-02-01Default kernel is bsd around these parts.Jason Wright
2002-02-01missing \nJason Wright
2002-01-31add USER_PCICONFJason Wright
2002-01-31add support for USER_PCICONFJason 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-31Don't need NFB (fb's aren't accessible this way)Jason 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-28add hifn, ubsec, and autri (warning, autri's sound defaults are a bitJason Wright
2002-01-25properly identify gem as a boot deviceJason Wright
2002-01-25CEAFSR defnsJason Wright
2002-01-25Reg defs for UEAFSRJason Wright
2002-01-25Don't defer attachment of devices on USB (we need the keyboard asap)Jason Wright
2002-01-25allocate pmaps with pool.Artur Grabowski
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-24Remove the ms (mainly at zs) stuffJason Wright
2002-01-24prettyJason 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-23move mb_map allocation to mbinit()Artur Grabowski
2002-01-23move definition of mb_map from zillions of machdep.c to uipc_mbuf.cArtur Grabowski
2002-01-23Use sparc64 fpu_extern.h not sparc.Jason Wright
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
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-17Enable the sab82532 driver (serial console for u5/u10/u30, etc).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-16keyboards are not directly accessibleJason Wright
2002-01-16add zskbd* and enable cg3 and cg6Jason Wright
2002-01-16More removal of tty stuffJason Wright
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
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-15add spif* at sbus?Jason Wright
2002-01-15allow zskbd* at zs?Jason Wright
2002-01-15Frontend driver for keyboards attached to zs's (instead of zstty's).Jason Wright
2002-01-13108 and 109 should point to stty/sbpp not mtty/mbppJason Wright
2002-01-13Port of my spif driver to sparc64 (untested)Jason Wright