summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2013-10-11match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP)Jonathan Gray
2013-10-08all the chips rings are protected by a single mutex, which is used in bothDavid Gwynne
2013-10-08set xs->resid to 0 on successful command completion. makes things work.David Gwynne
2013-10-08ring producers and consumers are 32bit counters, while the ringDavid Gwynne
2013-10-08vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests.David Gwynne
2013-10-06Add quirk for ALC260 found on Acer Extensa 6700.Raphael Graf
2013-10-05add and use gtt mapping flags, further reduces the diff to linuxJonathan Gray
2013-10-04Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30.Brad Smith
2013-10-03Another fix from Linux that ended up being packported to the 3.8.13 stableMark Kettenis
2013-10-02regenJonathan Gray
2013-10-02cleanup the VMware entries and add AHCI/HD Audio/xHCIJonathan Gray
2013-10-01Emulate 64-bit atomic operations on 32-bit architectures by using a mutex.Mark Kettenis
2013-10-01Use %z* for size_tStefan Fritsch
2013-10-01regenJonathan Gray
2013-10-01rename some Xeon E3-1200v2 ids that are actually generic 3rd gen core idsJonathan Gray
2013-09-30move the read/write functions and macros closer to linuxJonathan Gray
2013-09-30drmclose: don't unref objects with a mutex locked.Jonathan Gray
2013-09-28Another puc(4) device based on Oxford chipset found in a StartechMike Larkin
2013-09-28regenMike Larkin
2013-09-28Another puc(4) device based on Oxford chipset, found in a StartechMike Larkin
2013-09-25Unbreak the tree; no 64-bit atomic operations on 32-bit architectures for now.Mark Kettenis
2013-09-24Make (almost all) atomic operations really atomic.Mark Kettenis
2013-09-24Make sure vblank_time_lock blocks interrupts to match Linux.Mark Kettenis
2013-09-23regenJonathan Gray
2013-09-23correct some radeon entries and add new Intel Ethernet and 8 series idsJonathan Gray
2013-09-22Support MSI for virtio. This is useful for bhyve.Stefan Fritsch
2013-09-21regenMiod Vallat
2013-09-21Oxford OXPCIE952 parallel port puc(4) board; contributed by Markus UhlinMiod Vallat
2013-09-21regenJasper Lievisse Adriaanse
2013-09-21add several devices found on the hp microserver gen8 and add some moreJasper Lievisse Adriaanse
2013-09-18sync the execbuffer relocation code with linux 3.8.13Jonathan Gray
2013-09-17Add support for AMD Family 15h Models 10h-1Fh Processors.Mark Kettenis
2013-09-17regenMark Kettenis
2013-09-17Rename existing AMD Family 15h Models 00h-0Fh Processor entries and addMark Kettenis
2013-09-13Fix sign of returned error code.Mark Kettenis
2013-09-12sync drm_mm with linux 3.8.13Jonathan Gray
2013-09-11regenMark Kettenis
2013-09-11Another AMD Hudson-2 PCIE bridge.Mark Kettenis
2013-09-10Enable some code that seems to relate to an errata forJonathan Gray
2013-09-08switch to using linux style pci match tablesJonathan Gray
2013-09-08Unbreak vmx(4) on i386. The right shift of 32 bits for the DSHReyk Floeter
2013-09-06Missing semicolons.Martin Pieuchot
2013-09-02fb refcount must be initialised to 1 not 0 to match the behaviourJonathan Gray
2013-09-02use DRM_MEMORYBARRIER() for smp_mb__*Jonathan Gray
2013-09-02add static back to functions that originally had itJonathan Gray
2013-09-01drm/radeon: update line buffer allocation for dce6Jonathan Gray
2013-09-01drm/radeon: update line buffer allocation for dce4.1/5Jonathan Gray
2013-08-30Turn on msi for mfii(4).Christiano F. Haesbaert
2013-08-29Add support for advanced btcoex. This commit is not really neededSylvestre Gallon
2013-08-28vmx(4) uses 4 different types of 128bit descriptors in little-endianReyk Floeter