summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-12-09Backport some commits from mainline linux to enable High Bit Rate 2Jonathan Gray
2015-12-09rework the if_start mpsafe serialisation so it can serialise arbitrary workDavid Gwynne
2015-12-09Don't expose XenStore ops we don't know how to deal withMike Belopuhov
2015-12-08Implements simple virtual device probing routineMike Belopuhov
2015-12-08Implement a function to detach emulated devices (such as an em(4)Mike Belopuhov
2015-12-08Driver for XenStore, the configuration storageMike Belopuhov
2015-12-08Driver for the XenSource Platform DeviceMike Belopuhov
2015-12-08Add ability to establish virtual interrupts via Xen eventMike Belopuhov
2015-12-08Communicate the selected IDT vector to the HypervisorMike Belopuhov
2015-12-08Allocate and hook up a "shared info page"Mike Belopuhov
2015-12-08This brings in support for Xen hypercalls via an MI interfaceMike Belopuhov
2015-12-08Xen basic infrastructure files and pvbus(4) attachment.Mike Belopuhov
2015-12-08When iwm(4) moves to AUTH state it asks the firmware for a "time event" toStefan Sperling
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-12-08Match 3rd party Xbox 360 controllers, from Christian Heckendorf.Martin Pieuchot
2015-12-08dont need to repeatedly set if_start to the same function.David Gwynne
2015-12-07enable snooping on Intel 100 Series HDAJonathan Gray
2015-12-07match on intel 100 seriesJonathan Gray
2015-12-06switch on the return value of bus_dmamap_load_mbuf not value != 0Jonathan Gray
2015-12-06typo in log entrymmcc
2015-12-05vioblk: Don't send flush ops if flush feature not presentStefan Fritsch
2015-12-05make vioblk_scsi_cmd more normalStefan Fritsch
2015-12-05Make virtio_enqueue_commit return voidStefan Fritsch
2015-12-05Make the bnx interrupt handler mpsafe, and perform rx and tx completionJonathan Matthew
2015-12-05ifq_deq_rollback without a preceding ifq_deq_begin is fail.David Gwynne
2015-12-04Activate functions should in general return 0 for events they don't handle.Mark Kettenis
2015-12-03ieee80211com's ic_sup_mcs array is smaller than it used to be because part ofStefan Sperling
2015-12-03tell the stack myx_start is mpsafe.David Gwynne
2015-12-03Rework cas_start to check for space on the ring before dequeueing and dropJonathan Matthew
2015-12-03Rewrite the tx handler to just use ifq_dequeue and drop packets thatClaudio Jeker
2015-12-02Add missing parentheses. Fix from NetBSD.YASUOKA Masahiko
2015-12-02Do not change the status of a transfer before giving it back to theMartin Pieuchot
2015-12-02Simplify fxp tx dma handling by using m_defrag instead of rolling our ownClaudio Jeker
2015-12-02Add an unmute quirk for IDT 92HD75B3/4 codecs with HP subids.Jonathan Gray
2015-12-01Teach ppb(4) how to allocate PCI bus numbers such that it can properlyMark Kettenis
2015-12-01Enable the GSE interrupt on Broadwell. Fixes acpi brightness control onMark Kettenis
2015-12-01myx doesnt use atomic.h anymore.David Gwynne
2015-11-30Add support for the touchpad found on the MacBooPro12,1.Mark Kettenis
2015-11-29Make it possible to detach bge(4).Mark Kettenis
2015-11-29Unconnected xhci(4) super speed ports may come up with the XHCI_PS_WRC,Mark Kettenis
2015-11-29Clear the UPS_C_PORT_RESET feature when exploring. Apparently xhci(4) superMark Kettenis
2015-11-28rework dc_start and dc_encap to take advantage of m_defrag.David Gwynne
2015-11-28regenMark Kettenis
2015-11-28Add a few devices found on the MacBookPro12,1Mark Kettenis
2015-11-28Rework gem_start to check that there's enough space in the ring beforeJonathan Matthew
2015-11-27Don't report a bus conflict for bridges that are left (partly) unconfigured byMark Kettenis
2015-11-27Attach the iPhone 6 as ugen(4), from Laurent GUALDI.Martin Pieuchot
2015-11-27regenMartin Pieuchot
2015-11-27iPhone 6, from Laurent GUALDI.Martin Pieuchot
2015-11-25Network drivers should not include <net/route.h> or <net/netisr.h>Martin Pieuchot