summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/localbus
AgeCommit message (Expand)Author
2007-11-13Expose mace_bus_dma_tag and extend the crimebus extent. This allows theJoel Sing
2007-11-11Add spurious interrupt detection to macebus. This allows for the detectionJoel Sing
2007-10-31comment fixes.Joel Sing
2007-10-18Add support for the Moosehead PS/2 controller as found on SGI O2 workstations.Joel Sing
2007-10-14Disable timer/compare interrupts on the macebus. This prevents interruptJoel Sing
2007-10-13Various typos in comments; Joel SingMiod Vallat
2007-10-10Make context switching much more MI:Artur Grabowski
2007-07-09change the behaviour of the LED on the O2 so that it's red in user modeJasper Lievisse Adriaanse
2007-06-21Extent sgi bus_dma to cope with different views of memory: non-contiguousMiod Vallat
2007-06-20Do not hardcode imask[] size when intializing it.Miod Vallat
2007-06-20Make sure IPL_CLOCK blocks device interrupts.Miod Vallat
2007-06-18Disable instruction reordering around cpl assignments.Miod Vallat
2007-05-29Use atomic operations to operate on netisr, instead of clearing it at splhigh.Miod Vallat
2007-05-03Enable support for > 512MB of physical memory on mips64 systems, by usingMiod Vallat
2007-03-23Real atomic_{set,clear}bits_int implementation, and replace similarMiod Vallat
2006-01-04Stop abusing phys_map to know if it is safe to use malloc in extent routines;Miod Vallat
2006-01-04Do not return zero in bus_space_map() on failure (sigh).Miod Vallat
2006-01-04Use symbolic constants for the MACE ISA address range in mace_space_unmap()Miod Vallat
2005-12-20Remove initial extent storage for crime and mace bus_space. By the timeMiod Vallat
2005-12-19Use MACE ISA constants instead of magic values.Miod Vallat
2005-08-14catched->caughtMiod Vallat
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-01-31Un-__P.Alexander Yurchenko
2005-01-24Fix MACE ISA ringbuffer alignment.Mark Kettenis
2005-01-02Add a few missing constants.Mark Kettenis
2004-10-20Fix some 64 bit address problems.Per Fogelstrom
2004-09-27Rewrite parts of the interrupt system to achive:Per Fogelstrom
2004-09-27comment and cleanPer Fogelstrom
2004-09-24new style interrupt counters; pefo okTheo de Raadt
2004-09-21Nuke commons.Miod Vallat
2004-09-20Add support for R10K cpu classPer Fogelstrom
2004-09-16Typo in comment.Miod Vallat
2004-09-10Fix LEAF usage adding new extra arg. spotted by miod.Per Fogelstrom
2004-09-09Kernel moves to 64 bit. A few more tweaks when binutils is updated.Per Fogelstrom
2004-08-11various ansi and spacing issues; pefo okTheo de Raadt
2004-08-11$OpenBSD$ - ok pefo@.Xavier Santolaria
2004-08-10spacingTheo de Raadt
2004-08-10use generic net/netisr_dispatch.h; pefo@ okMichael Shalayeff
2004-08-10give mace some dma; pefo@ okMichael Shalayeff
2004-08-09Big cleanup. Removed some unused obsolete stuff and fixed copyrightsPer Fogelstrom
2004-08-06initial sgi importPer Fogelstrom