summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2005-06-28add xl@pciBrad Smith
2005-06-25the local macro _id was removed before this code was even imported from NetBSDBrad Smith
2005-06-23Dead code.Artur Grabowski
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-17- remove old debugging codeMarco Peereboom
2005-06-08revert enabling iommu on amd64 as it breaks at least one MP host.Marco S Hyman
2005-06-07make it prettier; jason okTheo de Raadt
2005-06-06enable iommu on all systems where we support it. We'll support it on moreJason Wright
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
2005-06-02- wish there was a better way to do this... put splhigh() around theJason Wright
2005-06-01as Jason requested, be gone vtophys().Brad Smith
2005-06-01disable sf* too, until it is vtophys cleanTheo de Raadt
2005-05-31spelling corrections in comments;Jason McIntyre
2005-05-31Lock the apic with a mutex, not a SIMPLE_LOCK.Artur Grabowski
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-28*slightly drunk*Tobias Weingartner
2005-05-28If irq-sharing happens over different ioapics, we must not overwrite setup in...Niklas Hallqvist
2005-05-27oops, need to get the boundary from the map when allocating gart addressesJason Wright
2005-05-27 - Use the direct map for mapping the PTEs.Artur Grabowski
2005-05-27Stop pretending that amd64 is i386. We're insulting the cpu by not evenArtur Grabowski
2005-05-27use a fixed address for the base dva, also don't forget to setup theJason Wright
2005-05-27add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@Dale Rahn
2005-05-27hook in iommu, but it's still disabled by default for nowJason Wright
2005-05-27fix printfJason Wright
2005-05-27remove support for sf and ste. vtophys is NOT a working solution.Jason Wright
2005-05-27build iommu by default (it's still not hooked in, but this is harmless)Jason Wright
2005-05-27handle multi-cpu GART allocation:Jason Wright
2005-05-27first step of removing the obsolete PCI ncr(4) driver, it was superseded byMartin Reindl
2005-05-26Add atapiscsi in parallel with scsibus@usb, this only changes systemDale Rahn
2005-05-26make all mappings valid/coherent. For pages not currently mapped, fillJason Wright
2005-05-26iommu meets amd64. This currently only works on machines where the GARTJason Wright
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2005-05-25comment typoJason Wright
2005-05-24add a new field to vm_space and use it to track the number of anonTed Unangst
2005-05-24add stge(4)Brad Smith
2005-05-24do not print cpu startup messages (because they are obvious)Theo de Raadt
2005-05-24add aapic driver which currently is used to workaround errata onBrad Smith
2005-05-23add USER_PCICONFJason Wright
2005-05-22these do not fit; brad did not testTheo de Raadt
2005-05-17- add epic(4)Brad Smith
2005-05-15enable ep(4)Martin Reindl
2005-05-14remove redundant definition of PCI_ID_CODE. I added this to theBrad Smith
2005-05-13enable spkr by default; ckuethe 4201Theo de Raadt
2005-05-10Add epic(4) driver which supersedes tx(4).Brad Smith
2005-05-06generate vim-compatible tag files, from netbsdPedro Martelletto
2005-05-06Fix links target.Marco Peereboom
2005-05-06Add tags to amd64.Marco Peereboom
2005-05-03The return value from getEBDAaddr() (info) is not used in bios_E820(),Tom Cosgrove
2005-05-03Convert the size of a memory chunk from bytes to megabytes beforeTom Cosgrove
2005-05-01To allow for MD override of in4_cksum()...Brad Smith