summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/isa
AgeCommit message (Collapse)Author
2004-06-28Use new event counter API for interrupt counting on amd64. Based in partTheo de Raadt
on some changes in the i386 codebase.
2004-06-25SMP support. Big parts from NetBSD, but with some really serious debuggingArtur Grabowski
done by me, niklas and others. Especially wrt. NXE support. Still needs some polishing, especially in dmesg messages, but we're now building kernel faster than ever.
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-03-22Initialize msb and lsb tables (from NetBSD).Thomas Nordin
Use lsb table when calculating microtime. deraadt@ ok
2004-03-09simplify the delay stuffTheo de Raadt
2004-01-28an amd64 arch support.Michael Shalayeff
hacked by art@ from netbsd sources and then later debugged by me into the shape where it can host itself. no bootloader yet as needs redoing from the recent advanced i386 sources (anyone? ;)