summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-06-20enable myx(4)David Gwynne
2011-06-20enable myx(4).David Gwynne
2011-06-19UnbreakMiod Vallat
2011-06-19Use disk_lock_nointr() in the xxclose() routines so that they cannotTheo de Raadt
2011-06-19Use disk_lock/disk_unlock directly and in the same way in these drivers,Theo de Raadt
2011-06-19Clean up ioctl handler a bit and rearrange the receive filter callback toYASUOKA Masahiko
2011-06-18Cleanup MSI code a bit by moving the code to eanble/disable MSIs intoMark Kettenis
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-06-17add missing the copyright notice.YASUOKA Masahiko
2011-06-16Enable acpitoshiba by default in GENERIC.Paul Irofti
2011-06-16QEMU pretends to emulate a different prehistoric Intel host bridge.Mark Kettenis
2011-06-16Raise the number of interrupt sources per CPU from 32 to 64. This effectivelyMark Kettenis
2011-06-16Ethernet driver merged from IIJ's contribution code.Takuya ASADA
2011-06-16Removes unused variables.Martin Pieuchot
2011-06-16Removes the always-set-to-1 adbSoftPower variable.Martin Pieuchot
2011-06-16Uses generic confargs to attach the apm(4) and piic(4) drivers instead ofMartin Pieuchot
2011-06-15Add a const char* as first member of struct adb_attach_args, so that we canMiod Vallat
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