summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-06-06Fix whitespace and use #ifdef TRAPDEBUG instead of #if 0.Joel Sing
2011-06-06regenMark Kettenis
2011-06-06The host and PCIe bridge parts of the RS780 northbridge crry the AMD vendor ID.Mark Kettenis
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-06Microphone mute button support from acpithinkpad (or elsewhere).Theo de Raadt
2011-06-06Forgot to `cvs add' this file during alpha boot block changes, sorry.Miod Vallat
2011-06-06Delete the long dead LOCKED and WANTED flags from cd(4), sd(4), andMatthew Dempsky
2011-06-05Revert previous commit; it makes us run out of interrupt slots too fast onMark Kettenis
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-05fix mpu attachment at isapnp which resulted in amd64 (no isapnp) gettingTheo de Raadt
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-05Access a presumably 32-bit wide register at a properly aligned address.Christian Weisgerber
2011-06-05do not calculate bufpages; that is done later in MI bufinit(). in anyTheo de Raadt
2011-06-05Fix function names in debug printfs and use a more user-friendly errorStefan Sperling
2011-06-05Direct MSIs at the appropriate CPU.Mark Kettenis
2011-06-04regenMark Kettenis
2011-06-04ATI Radeon HD 4290 internal graphics as found on the AMD 890FX chipset.Mark Kettenis
2011-06-04regenMark Kettenis
2011-06-04Another mislabeled AMD northbridge.Mark Kettenis
2011-06-03Get rid of the wlabel argument to bounds_check_with_label(). It'sMatthew Dempsky
2011-06-03Fix two compile errors in mcd(4) due to bitrot:Matthew Dempsky
2011-06-03Change acpi_xfoo to acpi_foo names.Jordan Hargrave
2011-06-03randomness might be broken, but this changeTheo de Raadt
2011-06-03Fix em_write_pci_cfg() and em_read_pci_cfg() to avoid unaligned access, andMark Kettenis
2011-06-03regenMark Kettenis
2011-06-03PLX PEX 8613Mark Kettenis
2011-06-03Track depth of scope stackJordan Hargrave
2011-06-03Remove unused structure members. Add depth field.Jordan Hargrave
2011-06-02When checking to see if a rule is referenced by any source-tracking nodes,Stuart Henderson
2011-06-02Don't destroy a non-persistent table if referenced by src_nodes. FixesStuart Henderson
2011-06-02In the land of VMWare you can have the latest 64-bit AMD multicore CPUMark Kettenis
2011-06-02Fix index for Mid() opcodeJordan Hargrave
2011-06-02No need to set error to 0, when it is still 0 from the start of the function.Theo de Raadt
2011-06-02The vndbufpl is no longer used.Theo de Raadt
2011-06-02Initialize the dv_xname at attach time, so that we don't have to doTheo de Raadt
2011-06-02In vndclear(), clear all the flag bits. Leaving around a VNF_WLABEL bitTheo de Raadt
2011-06-02Initialize the dv_unit, because disk_attach will want it later. BeforeTheo de Raadt
2011-06-02Do not bzero the softc when doing VNDIOCCLR, because that trashes theTheo de Raadt
2011-06-02MSI for wpi(4).Michael Knudsen
2011-06-02Enable MSI.Mark Kettenis
2011-06-02Add $OpenBSD$ after oga said 'go ahead and fix that'Paul de Weerd
2011-06-02Move the code that disables MSI out of azalia_configure_pci(), such that weMark Kettenis