summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2008-10-09Skip memory areas smaller than 1 MB above the 16 MB boundary to deal withMark Kettenis
2008-10-09replace M_WAITOK with M_NOWAITCharles Longeau
2008-10-09remove a dead store.Charles Longeau
2008-10-08uhci(4) at cardbus(4) seems to work (to the same extent that ohci(4) andTheo de Raadt
2008-10-06Remove useless comment.Mark Kettenis
2008-10-06remove dead stores and newly created unused variables.Charles Longeau
2008-10-03Backout. kettenis@ has reservations.Tobias Weingartner
2008-10-03Make extra cpu's in DDB not spin in tight loop.Tobias Weingartner
2008-10-01When things get tight, sis(4) loses firstTheo de Raadt
2008-09-29enable JMicron Ethernet (jme/jmphy)Jonathan Gray
2008-09-26Attach agp(4) to the Intel Q35 integrated video.Mike Belopuhov
2008-09-17catch up with renamed Nvidia PCI IDChristian Weisgerber
2008-09-15Make this compile if !MULTIPROCESSOR.Mark Kettenis
2008-09-15Make this compile if !MULTIPROCESSOR.Mark Kettenis
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-09-01Avoid #pragma pack(1) and unify everything towards using __packed.Theo de Raadt
2008-08-19add missing devices to nam2blk[]Theo de Raadt
2008-08-13This tab had bugged me forever.Tobias Weingartner
2008-08-13Disable the fantastics mis-feature on some newer Turion CPUs called C1E.Artur Grabowski
2008-08-12Fix multiple addition error recently introduced for when extended partitionsTheo de Raadt
2008-08-12Nuke bigmem for release, still has issues.Tobias Weingartner
2008-08-06Backout the acpicpu_setpdc code and the code to allow est to use acpicpuGordon Willem Klok
2008-08-04fix extended partition support by handling chained EBRs correctlyReyk Floeter
2008-08-02compile inteldrm and radeondrm in GENERIC by default, but disabled.Owain Ainsworth
2008-07-30enable ix(4) on amd64Reyk Floeter
2008-07-28No longer clear ci_want_resched within cpu_switchto(), now that it's doneMiod Vallat
2008-07-25In gdt_grow, always map the gdt on the secondary cpus too. This farArtur Grabowski
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