summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-21nam2blk[] needs a "vnd" entry for some things (like softraid)Todd T. Fries
2008-07-20no, ipmi is still not fine on some machines (since acpi got enabled)Theo de Raadt
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-07-18Add new uvm function called uvm_map_pie() which takes align as aKurt Miller
2008-07-16Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels.Miod Vallat
2008-07-07Comment correction, actually -> actualBrad Smith
2008-07-07Add AGP and hostbridge support for the Intel 82945GME chipset.Bernd Ahlers
2008-07-02add CRYPTOTodd T. Fries
2008-07-02add softraidTodd T. Fries
2008-07-02* Dynamically set the rbus start address. from netbsd.Federico G. Schwindt
2008-07-01Enable FFS2 on most of the larger RAMDISK media.Brad Smith
2008-06-30re* at cardbus? 'Put it in' brad@ 'Go for it' deraadt@Ian Darwin
2008-06-29Split k8_powernow_setperf into two functions, the new function calledGordon Willem Klok
2008-06-27Clear swap encryption keys before dumping a kernel image.Miod Vallat
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-26add bio & bioctl to a couple cd based ramdisksTodd T. Fries
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25Support the Intel G35 which apparently works similarly to the 965.Owain Ainsworth
2008-06-25this diff changes the bootloader to skip the CHS sanity check if LBAReyk Floeter
2008-06-25allow to install and boot the OpenBSD A6 partition and disklabel in anReyk Floeter
2008-06-24On user/kernel shared page table machines, do not let processes map theirTheo de Raadt
2008-06-23amd64s bus_dma internals use a pointer to a lastaddr variable to keepDavid Gwynne
2008-06-19add ix(4) to GENERIC, enable it on i386.Reyk Floeter
2008-06-15ipmi is working a wee bit better, but still not perfectly. let us re-enableTheo de Raadt
2008-06-15On AMD64 running on Intel processors with EST add support for retreivingGordon Willem Klok
2008-06-15Ensure that when using the ACPI tables the RVO field is initialized from the ...Gordon Willem Klok
2008-06-13Detect if Intel's Safer Mode Extensions (SMX) are present,Jonathan Gray
2008-06-12theo says: enable, enable, enable uvideo(4)Robert Nagy
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11Fix GART enabling by using segment end address instead of totalTobias Weingartner
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-11actually unbreak RAMDISK. double plus minus cookie for mePeter Hessler
2008-06-11unbreak RAMDISKPeter Hessler
2008-06-11Synchronize the MTRR API with i386, and enablePeter Hessler
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-10Add /dev/video* for amd64.Marcus Glocker
2008-06-10All your memory belong to us. This has been in snaps for a while,Tobias Weingartner
2008-06-09Remove fillw(). Bonus points if you do not remember what it was used for.Miod Vallat
2008-06-08alpha/conf/RAMDISKTheo de Raadt
2008-06-08Make serial console on non-primary ports work to on i386.Mark Kettenis
2008-06-07Kill ACPIVERBOSE. It was never used and is worthless to boot.Marco Peereboom
2008-06-05Allow pchb(4) to find additional non-coherent HyperTransport linksBrad Smith
2008-06-04olf support starts to die (easy stuff first); ok miodTheo de Raadt
2008-06-02Move interrupt setup to before ddb setup not after.Jonathan Gray
2008-06-01Re-enable new parser. Lots of testing by various folks. Fits all mediaMarco Peereboom
2008-05-27Since the vtophys stuff was nuked, drm now works on amd64 too. Add theOwain Ainsworth
2008-05-26do not muck with the mountroot variable, since setroot() uses the state ofTheo de Raadt
2008-05-26- also zap userldt hereJasper Lievisse Adriaanse
2008-05-25Nuke a couple of unused variables (booted_device, booted_partition).Kenneth R Westerback