summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2011-06-02Fix CondRef definition to support optional target. Fixes docking on Dell E4310Jordan Hargrave
2011-06-02Attempt msi interrupt mapping, with fall back to old-style mapping. WorksKenneth R Westerback
2011-06-02We will ignore retval2; it is not an issueTheo de Raadt
2011-06-02Change ktr_retval to a register_t so that we can see the full 64-bitsTheo de Raadt
2011-06-02device_ref() by hand, since this is a pseudo-device and was not attachedTheo de Raadt
2011-06-02Small refactoring of atascsi and fix non-data ATA commands to not setMatthew Dempsky
2011-06-01Oops, I broke randomness. (Please upgrade, this is _bad_.)Ariane van der Steldt
2011-06-01Add device_ref/device_unref calls to prevent a possible use-after-freeMatthew Dempsky
2011-06-01Make uk(4) look more like sd(4) and cd(4) by adding a uklookup()Matthew Dempsky
2011-06-01regeneratePhilip Guenthe
2011-06-01Mark some system calls that don't require big lock with NOLOCKPhilip Guenthe
2011-06-01sys_getpid() isn't really NOLOCK safe, as the compat bits inside it requirePhilip Guenthe
2011-06-01Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata.Matthew Dempsky
2011-06-01Add a few KASSERTs to config_attach() for sanity to make sure we don'tMatthew Dempsky
2011-05-31regenMark Kettenis
2011-05-31There is a desktop version of the SR5690 northbridge after all and the thereMark Kettenis
2011-05-31The various cleanups of the last few years have fixed pnozz(4) accelerationMiod Vallat
2011-05-31Change a few of the more common disk drivers (sd, cd, wd, rd, and vnd)Matthew Dempsky
2011-05-31fix typos in commentStuart Henderson
2011-05-31Family 14h also supports the km(4) temperature sensorTheo de Raadt
2011-05-30Force full resets always for now.Owain Ainsworth
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-30Enable MSI.Mark Kettenis
2011-05-30Add mmuagp. a driver for the agp chipsets on early amd64 machines.Owain Ainsworth
2011-05-30Add RADEON_CS ioctl support for r600 and r700.Owain Ainsworth
2011-05-30for (some; stuff; here)Owain Ainsworth
2011-05-30s/hart/heart/ to make more sense (another dutchism).Owain Ainsworth
2011-05-30Enable MSI on inteldrm.Owain Ainsworth
2011-05-30Remove vndshutdown. It is unused.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-30Enable MSI for HyperTransport devices that have MSI remapping enabled.Mark Kettenis
2011-05-30Kthread_create is a kernel function so use kprintf format attribute instead.Martynas Venckus
2011-05-29Add MSI support.Mark Kettenis
2011-05-29regenMark Kettenis
2011-05-29Shorten a couple of old Intel chip names for consistency. Should save a fewMark Kettenis
2011-05-29Replace the lower bound PAGE_SIZE with VMMAP_MIN_ADDR.Ariane van der Steldt
2011-05-29regenMark Kettenis
2011-05-29Add a few missing ATI chipset entries (and fix one since we prefer the chipMark Kettenis