Age | Commit message (Expand) | Author |
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 | remove orphaned macros | 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 | remove unless lines | Yojiro Uo |
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 | Correctly increment the refcounter when trying to open a non connected | Martin Pieuchot |
2013-06-03 | Use IF_POLL to check for available transmit descriptors before IF_DEQUEUE. | Reyk Floeter |
2013-06-02 | support aml_store to a method object to override it | joshua stein |
2013-06-02 | The AML on the Lanner FW-8758 does a Store() to a named object that's never | Mark Kettenis |
2013-06-01 | Stop printing ACPI wakeup devices in dmesg after the 16th wakeup device. | Mike Larkin |
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 | Fix the build for a kernel without wd and pciide in its config. | Alexander Bluhm |
2013-05-31 | Replace shutdownhooks with activate functions, properly doing those | Theo de Raadt |
2013-05-31 | Correct sequencing in ca_activate function. Some operations were in the | Theo de Raadt |
2013-05-31 | Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ. | uebayasi |
2013-05-31 | Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and move | Martin Pieuchot |
2013-05-31 | add elantech v4 (clickpad) support | joshua stein |
2013-05-31 | Add switch screen and scrollback commands to be used with upcoming | Martin Pieuchot |
2013-05-31 | enable REALTEK 8211C(L) GbE phy with axe(4). | Yojiro Uo |
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-30 | tedu unused header. okay krw@ | Kurt Miller |
2013-05-29 | regen | Yojiro Uo |
2013-05-29 | add ASIX AX88179 | Yojiro Uo |
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-28 | Fix a common issue across different PHY drivers to reset the | Mike Belopuhov |
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 |
2013-05-23 | Revert Active PS/2 support for now, until we find a solution suitable | Tobias Stoeckmann |
2013-05-23 | Properly implement access to IndexField() field units. The origional code | Mark Kettenis |
2013-05-22 | BUS_DMA_WAITOK can't be used in the bge_init path since it | Mike Belopuhov |
2013-05-21 | Delete unused function. | Mark Kettenis |
2013-05-21 | Rewrite ioctl handling bits. | Brad Smith |