summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-01-18o Remove some debugging prints (most of them wouldn't work anyway)Jason Wright
2002-01-18Move CS_TIMEOUT declJason Wright
2002-01-18Replace resource maps with extents.Miod Vallat
2002-01-18Replace resource maps with extents.Miod Vallat
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-17Allow nested interrupts on the mac interrupt controllers, previouslyDale Rahn
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-17Replace resource maps with extents.Miod Vallat
2002-01-16Replace resource maps with extents. 3 files left to go...Miod Vallat
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-16Make our minds and do not list the same line, once commented, once not.Miod Vallat
2002-01-16Replace resource maps with extents.Miod Vallat
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-14volatile police.Miod Vallat
2002-01-14The return value of lcsplx is used in locore. however at some pointDale Rahn
2002-01-13better accounting for 'soft' interrupts, before all exceptions wereDale Rahn
2002-01-13Regress this one additional change, with this change more systemsDale Rahn
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
2002-01-13comment typosJason Wright
2002-01-12Port of Iain Hibbert's magma driver to sparc64Jason Wright
2002-01-12Not used.Miod Vallat
2002-01-11Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231regJason Wright
2002-01-11enable/disable IEN in cs4231 pin control registerJason Wright
2002-01-11Oops, that's -disable- interrupt enable in cs4231_close()...Jason Wright
2002-01-11Remove last nights interrupt handling hack and do it right:Jason Wright
2002-01-11for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it'sJason Wright
2002-01-11Only check for playback interrupts if we're actually expecting them.Jason Wright
2002-01-10Bring back pmap_motorola for mac68k.Miod Vallat
2002-01-10Replace asm statements with stuff from asm*.h, or even simple equivalentMiod Vallat
2002-01-10Switch m68k arches that do not exist in 68060 models back to pmap_motorola.Miod Vallat
2002-01-10Reintroduce the pmap_motorola framework.Miod Vallat
2002-01-10larger SSIZE and smaller NKMEMPAGES_MIN_DEFAULTMichael Shalayeff
2002-01-10cache_align is not usedMichael Shalayeff
2002-01-10Check result from malloc(9) when using M_NOWAIT. hugh@ okThomas Nordin
2002-01-10Check result from malloc(9) when using M_NOWAIT. jason@ okThomas Nordin
2002-01-09Call gdt_init() earlier and only once. Work done with millert@Thomas Nordin
2002-01-09better iobase for rtii, from Maxim Tsyplakov <tm@oganer.net>Michael Shalayeff
2002-01-09Put explicit register qualifiers into the inlines, so that they work correctlyMiod Vallat