summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2013-06-20Allocate the various hook head descriptors as part of the ifnetMartin Pieuchot
2013-06-17Include <uvm/uvm.h> instead of <uvm/uvm_extern.h> to make sureMark Kettenis
2013-06-15sync with the latest linux version of radeon_drm.hJonathan Gray
2013-06-15add some definitions from the libdrm version of i915_drm.hJonathan Gray
2013-06-14Correct interrupt moderation setting for 82598; tested on the CX4 versionMike Belopuhov
2013-06-13Random TX Backoff Register mask must be 0x3FF; ok beck, dlgMike Belopuhov
2013-06-13sync the userland facing radeon_drm.h with linuxJonathan Gray
2013-06-13regen for previous commitMike Larkin
2013-06-13Add some missing Intel pci devices found on various machinesMike Larkin
2013-06-12Oops. I looked at slightly newer Linux code when doing the previous change.Mark Kettenis
2013-06-12Don't rely on __attribute__((__aligned__(x))) GCC extension. Explicitly pad ...Masao Uebayashi
2013-06-12Consistenly use bpf_mtap_ether(). From tsubai@.Masao Uebayashi
2013-06-12Almost identical diffs from brad@ and dlg@:Masao Uebayashi
2013-06-11Turn the allocation of GEM objects upside down and make the driverMark Kettenis
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-06-10A couple of changes from Masanobu SAITOH <msaitoh@netbsd.org>:Mike Belopuhov
2013-06-10Make use of pci_matchbyid().Brad Smith
2013-06-09adapt to a pcidevs name changeTheo de Raadt
2013-06-09syncTheo de Raadt
2013-06-09shorten many names to cope with uvm code growthTheo de Raadt
2013-06-08Remove redundant code setting PCI_COMMAND_MASTER_ENABLE as this is alreadyBrad Smith
2013-06-07Add proper mmap(2) support for drm(4)/inteldrm(4). This changes theMark Kettenis
2013-06-06Add the remaining support code for 4th gen Intel Core/Haswell graphicsJonathan Gray
2013-06-06regenJonathan Gray
2013-06-06add 4th gen Intel Core/Haswell graphics devicesJonathan Gray
2013-06-06dont count rx ring overruns as input errors. with MCLGETI controlling theDavid Gwynne
2013-06-05tweak vmxnet3_load_mbuf to use m_pulldown to safely reach into the mbuf forDavid Gwynne
2013-06-04Prevent panic'ing on alpha after ifconfig'ing up an unplugged de interface,Miod Vallat
2013-06-04A couple of style/comment fixes from FreeBSD, with input fromMike Belopuhov
2013-06-04Substitute a couple of magic numbers with newly added PCIEMike Belopuhov
2013-06-04Substitute a couple of magic numbers with newly added PCIEMike Belopuhov
2013-06-03Define some more DCSR/DCTL bits; ok kettenisMike Belopuhov
2013-06-03vmxnet3_load_mbuf() could replace the mbuf but did not return the newReyk Floeter
2013-06-03Use IF_POLL to check for available transmit descriptors before IF_DEQUEUE.Reyk Floeter
2013-06-01Add defines for DRM_CAP_PRIME capability. Not implemented, but allowsMatthieu Herrb
2013-06-01Make mutexes that get used in interrupts IPL_TTY instead of IPL_NONE.Mark Kettenis
2013-06-01Add vmx(4) to the kernel config, but comment it out for now.Reyk Floeter
2013-05-31Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ.uebayasi
2013-05-31New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-EMike Belopuhov
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-29add another pid of Centrino Advanced-N 6235.Yojiro Uo
2013-05-29regenYojiro Uo
2013-05-29add another pid for Intel Centrino Advanced-N 6235Yojiro Uo
2013-05-29PHY auto-polling mode should not be used for anything newer than BCM5705.Mike Belopuhov
2013-05-28regenJonathan Gray
2013-05-28add some more radeon devicesJonathan Gray
2013-05-27Fix edge cases of uninitialized variables. In my tree for too long, I evenMiod Vallat
2013-05-27Make i915_gem_set_domain_ioctl closer to the Linux code. Prepares us for aMark Kettenis
2013-05-24MacBookAir4,1 needs the same unmute quirk as MacBookAir3,1Jonathan Gray
2013-05-24Since audio code is mp safe, establish isa and pci audio interruptsAlexandre Ratchov