Age | Commit message (Expand) | Author |
2014-05-02 | Make acpiprt(4) handle interrupts with non-standard polarity and trigger mode | Mark Kettenis |
2014-05-02 | Make acpi_mutex_acquire/release actually grab the global lock if it should. | Mark Kettenis |
2014-05-01 | fixed some debug messages | sasano |
2014-04-29 | Get rid of the per-softc freelist of transfer descriptors and use a | Martin Pieuchot |
2014-04-29 | Finally plug the public xfer leak #1 in our USB stack. | Martin Pieuchot |
2014-04-29 | regen | Ryan Thomas McBride |
2014-04-29 | Add Microsoft Wireless Mobile Mouse 3500 and Wireless Arc Mouse. | Ryan Thomas McBride |
2014-04-29 | Make sure to call uhidev_close() upon detach, plug another xfer leak. | Martin Pieuchot |
2014-04-29 | Plug an xfer leak. | Martin Pieuchot |
2014-04-29 | Get rid of the per-softc freelist of transfer descriptors and use a | Martin Pieuchot |
2014-04-29 | Remove device white-listing as matching method, relies on on usage id | Andre de Oliveira |
2014-04-28 | Move an opening brace so a loop that delays while waiting | Jonathan Gray |
2014-04-27 | Add PME_STATUS and PME_EN bitmasks for the PCI PMCSR register. | Stefan Sperling |
2014-04-27 | Start de-obfuscating the HC drivers. | Martin Pieuchot |
2014-04-27 | Do not let the bluetooth HID device, present in Apple machines with USB, | Martin Pieuchot |
2014-04-27 | transplant hotplug code over from qle(4) | Jonathan Matthew |
2014-04-27 | When the firmware has already allocated the handle we want to use to log in | Jonathan Matthew |
2014-04-26 | Get rid of duplication of the global lock code. Allow recursion in all | Mark Kettenis |
2014-04-25 | Defer the free of the hibernate structures until later, when it is safe to | Mike Larkin |
2014-04-25 | regen | Martin Pieuchot |
2014-04-25 | Add a bunch of GeForce GT{,X} chips listed in nvidia's 334.21 driver. | Martin Pieuchot |
2014-04-25 | Do no reprobe for a supported protocol when enabling a pointing | Martin Pieuchot |
2014-04-25 | don't access a pointer till after the null check | Jonathan Gray |
2014-04-24 | no need to check for default_chip_map twice in one if statement | Jonathan Gray |
2014-04-24 | Change the usbd_*_report() family of functions to take a usbd_device | Martin Pieuchot |
2014-04-24 | match some more intel sata devices in ide mode | Jonathan Gray |
2014-04-24 | regen | Jonathan Gray |
2014-04-24 | add some more intel sata devices in ide mode | Jonathan Gray |
2014-04-23 | Document RTS5227 support in rtsx(4). | Stefan Sperling |
2014-04-23 | rename some hardware revisions to match FreeBSD | Jonathan Gray |
2014-04-23 | add support for RTL8168EP | Jonathan Gray |
2014-04-23 | While we always mask the revision with 0x7c800000 linux uses a table | Jonathan Gray |
2014-04-23 | Add support for RTL8168GU | Jonathan Gray |
2014-04-22 | Remove RX checksum offloading support. The chip is too limited, and | Christian Weisgerber |
2014-04-22 | Remove some altq tentacles. | Martin Pieuchot |
2014-04-22 | If VLAN_HWTAGGING is disabled, we tell the chip not to strip the | Christian Weisgerber |
2014-04-22 | move vscsi from using scsi_req_probe and scsi_req_detach to using | David Gwynne |
2014-04-21 | Simplify the update process a bit. Don't try to skip parts based on what | Jonathan Matthew |
2014-04-21 | In qla_get_port_name_list, handle malloc failure, skip special fabric ports, | Jonathan Matthew |
2014-04-20 | regen | Stefan Sperling |
2014-04-20 | Add device ID for Ralink (now branded Mediatek) MT7601 USB wifi device | Stefan Sperling |
2014-04-20 | Update hotplug. Add qle_get_port_name_list, use it to discover local | Jonathan Matthew |
2014-04-19 | kill checksum offloading in sk. | Henning Brauer |
2014-04-19 | sigh, another driver fiddling with altq outside #ifdef ALTQ | Henning Brauer |
2014-04-19 | another questionable "optimization": de used tulip_ifstart_one instead | Henning Brauer |
2014-04-18 | For the WSDISPLAY_COMPAT_USL protocol, send the synchronizing signals to | Philip Guenther |
2014-04-18 | reaching into altq unconditionally (and w/o ifdef ALTQ) is bad, mmkay? | Henning Brauer |
2014-04-18 | Have each thread keeps its own (counted!) reference to the process's ucreds | Philip Guenther |
2014-04-18 | Also match RTS5227 in rtsx(4). Works for me on the THinkPad X240. | Claudio Jeker |
2014-04-18 | Implement qle_fabric_plogo and let qle_fabric_plogi look at the response that | Jonathan Matthew |