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