summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/isa
AgeCommit message (Collapse)Author
2007-08-02copy nvram code from i386, because amd64 can use it too. done byTheo de Raadt
tybollt@solace.miun.se, ok jcs
2007-05-03Remove MCA ghosts, no changes in .o files.Alexander Yurchenko
Free commit ticket from miod@.
2007-04-28Remove a duplicate copyright statement.Jonathan Gray
2007-01-15ansi/deregisterJonathan Gray
2006-11-25sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for ↵Niklas Hallqvist
multi-ioapic systems. ok kettenis
2006-11-07Timecounters for amd64. Diff by art@, tested by many. ok deraadt@Otto Moerbeek
2006-06-08Move ISA logic of allocation functions to better place.Tobias Weingartner
Thanks for krw@ for testing isa floppies. brad@ ok, jason@ ok.
2006-03-08Properly route ISA interrupts through ioapics.Mark Kettenis
tested by many; ok mickey@, brad@
2006-03-01from mickey, like on i386:Theo de Raadt
prioritise <16m memory for isa bus_dma'ble memorble memory allocations why? this is now needed because the nvidia ethernet running with jumbo frames is allocating much more memory, and was robbing isadma of bounce buffers.
2006-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
rescinded 22 July 1999. Checked by ian@, deraadt@ and millert@, arm portion checked by drahn@
2005-12-11Remove some dead code spotted by lint.Kenneth R Westerback
ok miod@ deraadt@
2005-12-10Kill MCA related includes.Kenneth R Westerback
ok deraadt@
2005-09-27make options TIMEZONE and DST work; from formTheo de Raadt
2005-09-19floppy support; form@openbsd.ruTheo de Raadt
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? ;)