summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-06-08Ateempt to make pci_intr_disestablish() work for MSIs.Mark Kettenis
2011-06-07Make use of macobio_* methods to manage the i2s GPIOs, remove the customsMartin Pieuchot
2011-06-07Fix the use of mute/volume keys broken by the last API change in audio.cMartin Pieuchot
2011-06-06Backout vmmap in order to repair virtual address selection algorithmsAriane van der Steldt
2011-06-06Sort includes.Joel Sing
2011-06-06Fix whitespace and use #ifdef TRAPDEBUG instead of #if 0.Joel Sing
2011-06-06Set FEF bit in the %fprs register when handling an fp_disabled trap fromMark Kettenis
2011-06-06Removing unused headerAlexandr Shadchin
2011-06-06Remove strcat and strncmp which are both unused, thereby slightly shrinking t...Jasper Lievisse Adriaanse
2011-06-06Toss a rare device driver; this makes msi interrupts fit.Theo de Raadt
2011-06-06Forgot to `cvs add' this file during alpha boot block changes, sorry.Miod Vallat
2011-06-05Update alpha bootblocks to use MI loadfile code instead of rolling our own;Miod Vallat
2011-06-05Prefer __LP64__ to _LP64; pointed out by bradMiod Vallat
2011-06-05Move the bufcachepercent setting code to MI locations -- set it to 42%Theo de Raadt
2011-06-05reduce unneccessary differences; ok kettenisTheo de Raadt
2011-06-05Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotMatthew Dempsky
2011-06-05Disable MSIs in pci_intr_disestablish() when appropriate.Mark Kettenis
2011-06-05patch screwed me; left a line behindTheo de Raadt
2011-06-05do not calculate bufpages; that is done later in MI bufinit(). in anyTheo de Raadt
2011-06-05Direct MSIs at the appropriate CPU.Mark Kettenis
2011-06-03Get rid of the wlabel argument to bounds_check_with_label(). It'sMatthew Dempsky
2011-06-02In the land of VMWare you can have the latest 64-bit AMD multicore CPUMark Kettenis
2011-05-31The various cleanups of the last few years have fixed pnozz(4) accelerationMiod Vallat
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-30Add mmuagp. a driver for the agp chipsets on early amd64 machines.Owain Ainsworth
2011-05-30Remove unused ACB_ALLOC define.Miod Vallat
2011-05-30Enable MSI on selected hardware. For now this means all Intel, AMD and NVIDIAMark Kettenis
2011-05-30Enable MSI on selected hardware. For now this means:Mark Kettenis
2011-05-29Use k1x cpu scaling on all families 0x10 and above (the trend is likely toTheo de Raadt
2011-05-29Let this compile on kernels without acpicpu.Claudio Jeker
2011-05-29Don't attempt to use MSI if we're not running in APIC mode.Mark Kettenis
2011-05-28Remove out of data XXX comment.Mark Kettenis
2011-05-27Thou shall not use uninitialized TAILQsMiod Vallat
2011-05-25Also enclose variable names with external linkage in __BEGIN_DECLS.Martynas Venckus
2011-05-25Set UX and SX in the system register early in boot. While not necessary onMiod Vallat
2011-05-25Add the second serial port, might be the console device on 2E systems.Miod Vallat
2011-05-25Do not dereference ri_devcmap[] twice; found the hard way by Gilbert FernandesMiod Vallat
2011-05-25Add dfs(4), a driver to support the Dynamic Frequency Switching featureMartin Pieuchot
2011-05-24On OpenBSD, we've always attached scsibus(4) to umass(4), even forMatthew Dempsky
2011-05-24Reimplement uvm/uvm_map.Ariane van der Steldt
2011-05-23AMD K10/K11 pstate driver allows setperf and apm to change CPUClaudio Jeker
2011-05-23AMD K10/K11 pstate driver allows setperf and apm to change CPUClaudio Jeker
2011-05-22do not need the DPME parts anymoreTheo de Raadt
2011-05-22socppc is a pure MBR architecture (just like landisk and armish), soTheo de Raadt
2011-05-22Enable ath(4)Martin Pieuchot
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21It's better to have the pci_intr_map_msi() stub return -1.Mark Kettenis
2011-05-21It's better to have the pci_intr_map_msi() stub return -1.Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis