summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-02-28Untangle abstract sleep modes from ACPI sleep states. This paves the wayMartin Natano
2017-02-27pms/elantech-v4: configure wsmouse for handling compat-modeUlf Brosziewski
2017-02-27pms/synaptics: configure wsmouse for handling compat-modeUlf Brosziewski
2017-02-27Handle touchpad input in wsmouse.Ulf Brosziewski
2017-02-27Add support for the older generation spec of PSCI, which supportsPatrick Wildt
2017-02-25move vendor HIDs into their drivers, clean up some unused definesJoshua Stein
2017-02-25attach acpithinkpad to LEN0268 HID found on newer thinkpadsJoshua Stein
2017-02-24The interrupts have been established using the FDT interrupt API, so wePatrick Wildt
2017-02-24Update licenseMike Belopuhov
2017-02-23Add missing mtx_leave() calls in two hypervic error pathsJonathan Gray
2017-02-22Add a generic ahci(4) frontend for FDT.Patrick Wildt
2017-02-22fix timeout loopJoshua Stein
2017-02-22add acpisbs, an acpi smart battery subsystem driver reading dataJoshua Stein
2017-02-20Remove hack to release/re-acquire netlock in _ioctl().Kenneth R Westerback
2017-02-20memcpy a character row at a time to the framebuffer, rather thanJoshua Stein
2017-02-16On Apple hardware, claim an OSI of Darwin and no other OSesJoshua Stein
2017-02-16Remove an unnecessary NULL pointer check.Visa Hankala
2017-02-16Revert "Release the NET_LOCK() before entering per-driver ioctl() routine".Martin Pieuchot
2017-02-15Align mutex IPL with the interrupt handler's priority.Visa Hankala
2017-02-14asmc: on system resume, restore the keyboard backlight valueJoshua Stein
2017-02-13properly set BGE_HCC_STATS_ADDR_HI by using BGE_HOSTADDR.David Gwynne
2017-02-12Replace dummy mutex asserts with real ones.Visa Hankala
2017-02-12Remove dead assignment and now unused variable.Charles Longeau
2017-02-12Remove incorrect if statementMike Belopuhov
2017-02-12The videocore portion of the raspberry pi which boots the arm cores andJonathan Gray
2017-02-12Fix an uninitialised return value in rtwn_ra_init(). Though nothingJonathan Gray
2017-02-11disable aen handling.David Gwynne
2017-02-10Update link to intel HDA spec. FromAlexandre Ratchov
2017-02-10Fix links to usb-audio specs. From Michael Reed <m.reed at mykolab.com>.Alexandre Ratchov
2017-02-10Use __func__ for DPRINTF's as we do in other parts of theAlexandre Ratchov
2017-02-10Remove unused variable. From Michael W. Bombardieri <mb at ii.net>.Alexandre Ratchov
2017-02-08Improve error handling for poll timeoutsMike Belopuhov
2017-02-08Specify the read/write DMA flag for bounce buffersMike Belopuhov
2017-02-08Cleanup the device removal pathMike Belopuhov
2017-02-08Switch to Xen interrupt barrier and improve state transitionsMike Belopuhov
2017-02-08Abort transactions with non-retriable error when device is stoppedMike Belopuhov
2017-02-08Switch to Xen interrupt barrierMike Belopuhov
2017-02-08Introduce Xen interrupt barriersMike Belopuhov
2017-02-08Fixup incorrect test when allocating grant table entriesMike Belopuhov
2017-02-08fix a mixup of lengths of addresses and lengths in the aen_start sglDavid Gwynne
2017-02-07Reduce the per-packet allocation costs for crypto operations (cryptop)Patrick Wildt
2017-02-07The return code of crp_callback is never checked, so it is notAlexander Bluhm
2017-02-07Make the 'incomplete header' message debug onlyMike Belopuhov
2017-02-07Release the NET_LOCK() before entering per-driver ioctl() routine.Martin Pieuchot
2017-02-07pull struct mfi_evtarg_pd_state out of struct mfi_evt_detail.David Gwynne
2017-02-07move the mbuf pools to m_pool_init and a single global memory limitDavid Gwynne
2017-02-07Test for NULL before dereferencing a pointer not after.Jonathan Gray
2017-02-07handle physical disk state changes.David Gwynne
2017-02-07i got the MFII_TASK_MGMT flags round the wrong way.David Gwynne
2017-02-07support hotplug of physical disks.David Gwynne