summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2015-12-18Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutexMark Kettenis
2015-12-18Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutexMark Kettenis
2015-12-18Remove an error-on-NULL condition after a mallocarray() call that cannotmmcc
2015-12-17If CORB/RIRB are not running, log error message unconditonnalyAlexandre Ratchov
2015-12-14Add initial 802.11n support to the iwm(4) driver.Stefan Sperling
2015-12-14"harware" -> "hardware"mmcc
2015-12-12Add OpenBSD Id.Reyk Floeter
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-12-10Remove plain DES from the kernel crypto framework, including the cryptoChristian Weisgerber
2015-12-10a couple comment typosmmcc
2015-12-10mark bnx_start as mpsafe.David Gwynne
2015-12-09No need to check if size = az->pstream.buffer.size is zero, asAlexandre Ratchov
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-08Driver for the XenSource Platform DeviceMike 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-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-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-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-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-29Make it possible to detach bge(4).Mark Kettenis
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-25Network drivers should not include <net/route.h> or <net/netisr.h>Martin Pieuchot
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
2015-11-24fix tx ring accounting in myx_start.David Gwynne
2015-11-24regenDaniel Dickman