summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2015-11-25Small fixes related to the IFF_OACTIVE removal.Martin Pieuchot
2015-11-25add size to freeTed Unangst
2015-11-25trim unused variableDavid Gwynne
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24regenMark Kettenis
2015-11-24Add a few missing devices found on recent Apple hardware.Mark Kettenis
2015-11-24Fix inverted condition in previous.Mark Kettenis
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24You need <netinet/ip.h> if you use "struct ip" for hw checksum.Martin Pieuchot
2015-11-24No need for "vlan.h" if you don't check for "#if NVLAN > 0".Martin Pieuchot
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-24No need to include <net/if_types.h> for <net/if_vlan_var.h>Martin Pieuchot
2015-11-24Double the delay between the PHY reset and the status check forMartin Pieuchot