summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-06-28live happy w/ generic byte swapping macrosMichael Shalayeff
2004-06-28do not cast explicitly to unsigned; found by otto@Michael Shalayeff
2004-06-28shorten nameTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on macppc. drahn@ okAaron Campbell
2004-06-28Use new event counter API for interrupt counting on alpha. By me, with someAaron Campbell
2004-06-28pass pin instead of level out to userlandTheo de Raadt
2004-06-28move from unsafe ev_count32 to safe ev_count; aaron okTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on amd64. Based in partTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on sparc64. deraadt@ tholo@Aaron Campbell
2004-06-28Use new event counter API for interrupt counting on i386. deraadt@ tholo@Aaron Campbell
2004-06-27prettier printTheo de Raadt
2004-06-27quieter boot requested by artTheo de Raadt
2004-06-27for a syscall trapframe print out the number and a few argsMichael Shalayeff
2004-06-26Make this kernel config again.Miod Vallat
2004-06-26When altering mmu registers, disable interrupts rather than splhigh().Miod Vallat
2004-06-26Fix alignment problem between savectx and __savectx. How could this haveMiod Vallat
2004-06-26pop is quad in 64-bit modeAndreas Gunnarsson
2004-06-26Add supporting Sangoma network device driver.Alex Feldman
2004-06-26deinline splraise, spllower and setsoftint.Artur Grabowski
2004-06-26Initial stab at CPU identification code for i386 boot programs. AddedTom Cosgrove
2004-06-25Do not clear PSR_SER on 88110 when leaving single-stepping mode.Miod Vallat
2004-06-25'machine cpuinfo' and 'machine ddbcpu' in ddb for amd64Andreas Gunnarsson
2004-06-25prettyTheo de Raadt
2004-06-25SMP support. Big parts from NetBSD, but with some really serious debuggingArtur Grabowski
2004-06-25enable re(4) now that it worksPeter Valchev
2004-06-25Instead of accessing ci_dev (that's an MI field), provide a marco thatArtur Grabowski
2004-06-25Add extended CPUID flag value for AMD64 LONG identification. Taken fromTom Cosgrove
2004-06-24Do a better job at containing powerpc specific #defines to PPC_...Dale Rahn
2004-06-24A little better but still work in progress.Andreas Gunnarsson
2004-06-24Typos in DEBUG code.Miod Vallat
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-24Work in progress, early check-in requested by niklas@Andreas Gunnarsson
2004-06-24free() correct object; andrushock@korovino.netTheo de Raadt
2004-06-24Add ehci. ok drahn@Thomas Nordin
2004-06-23Do not send IPIs while cold. Should probably fix the pmap_kremove panics som...Niklas Hallqvist
2004-06-23oops, keep MP stuff inside MULTIPROCESSORNiklas Hallqvist
2004-06-23Renumber I/O APICs who clash with other APICs. Also clear the deliveryNiklas Hallqvist
2004-06-23Assorted night cleanups:Miod Vallat
2004-06-23Fix one-byte overflow in interrupt handling allocator. henning@, miod@ okAaron Campbell
2004-06-23Remove useless debug code.Miod Vallat
2004-06-23Add atw(4), commented out for now.Todd C. Miller
2004-06-23enable ahd by default (still some work for marco and krw, but it noTheo de Raadt
2004-06-23tabs vs spacesAaron Campbell
2004-06-23Remove some ifdef notyet symbols for non-existent floppy driver. art@ okAaron Campbell
2004-06-23When servicing 88110 exceptions, reset dsr and isr as fast as possible.Miod Vallat
2004-06-23Since the NMI interrupt source on 88110 is, well, non maskable, it isMiod Vallat
2004-06-23Hook cdbr and cdboot into the build (though nothing uses them yet).Tom Cosgrove
2004-06-23Enter cdboot, a CD-specific second-stage bootrap.Tom Cosgrove
2004-06-23daa should be 0x27 and aaa 0x37Andreas Gunnarsson
2004-06-22Remove... almost 10 years, and things have changed enough that thisTobias Weingartner