summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-07-31Use m_devget(9).Mark Kettenis
2016-07-31regenJonathan Gray
2016-07-31Add Xeon E3-1200 v5 host bridge and some more Sunrise Point H PCH ids.Jonathan Gray
2016-07-30add acpials(4), an acpi driver for ambient light sensorsJoshua Stein
2016-07-29Add a periodic timer to workaround missing completion eventsMike Belopuhov
2016-07-29Disable receive ring slot accountingMike Belopuhov
2016-07-29Move xen interrupt handlers to dedicated task queuesMike Belopuhov
2016-07-29Loop until we've read all available responsesMike Belopuhov
2016-07-29Update TX completion event index when putting a packet on the ringMike Belopuhov
2016-07-29Reduce the amount of sent RX producer notifications; from FreeBSDMike Belopuhov
2016-07-29Reduce the amount of sent TX producer notifications; from FreeBSDMike Belopuhov
2016-07-28Store the acpi processor ID/UID in struct cpu_info, and use it to attachMark Kettenis
2016-07-28Remove top level ring processing loops as too ambiguousMike Belopuhov
2016-07-28Revert previous commitMike Belopuhov
2016-07-28Convert ifq_deq_{begin,rollback,commit} dance to a single ifq_dequeueMike Belopuhov
2016-07-27Add interface to facilitate iterating over gpios.Mark Kettenis
2016-07-27after system resume, re-write backlight levelJoshua Stein
2016-07-27zero sizeof a struct not sizeof the pointer to itJonathan Gray
2016-07-26Rename struct fdt_memory to fdt_reg to match the member namePatrick Wildt
2016-07-26In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet.Stefan Sperling
2016-07-26Unbreak rsu(4) which was broken since r1.32. Reported by Jake Swensen.Stefan Sperling
2016-07-26Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17.Stefan Sperling
2016-07-21Remove a few debugging leftoversMike Belopuhov
2016-07-21Make rtwn(4) and urtwn(4) respect the RTS threshold set by net80211.Stefan Sperling
2016-07-20Plug potential leak of device list.Kenneth R Westerback
2016-07-20Disable the beacon filter in iwm(4). This allows beacons to pass through toStefan Sperling
2016-07-20Make the iwn(4) LED flash 10 times slower in monitor mode.Stefan Sperling
2016-07-20Bring iwn_update_htprot() back, so iwn(4) will properly keep trackStefan Sperling
2016-07-20Unbreak ural(4), which had been dropping frames on Tx whileStefan Sperling
2016-07-20ATI controllers seem to need the same workaround as VIA controllers.Martin Pieuchot
2016-07-19virtio_pci: Always allow MSI/MSI-XStefan Fritsch
2016-07-18Explicitly set iwm(4) firmware Tx aggregation limit to one (which disablesStefan Sperling
2016-07-18Fix inverted logic in iwm_tx(). The PROT_REQUIRE flag in should be set forStefan Sperling
2016-07-18Make iwm(4) retry Tx of management frames less often. We now retry managementStefan Sperling
2016-07-16Support MSI-X in virtioStefan Fritsch
2016-07-15Remove unused re_nbits from dev/rnd.cTom Cosgrove
2016-07-14vioblk: Properly handle poll timeoutStefan Fritsch
2016-07-14rename virtio_ops.intr to poll_intrStefan Fritsch
2016-07-14virtio: Move interrupt handler into transport specific codeStefan Fritsch
2016-07-13A work-in-progress driver for the Hyper-V NetVSCMike Belopuhov
2016-07-13remove <0 check for an unsigned variableTheo de Raadt
2016-07-13remove unused function ether_cmp()Theo de Raadt
2016-07-12Reset the mt state completely in wsmouse_mt_init.Ulf Brosziewski
2016-07-11Add a simple framework for handling gpio controllers and pins on FDT-enabledMark Kettenis
2016-07-11Initialize oui and model fields in the softc.Mark Kettenis
2016-07-10Pay attention to Processor Local X2APIC structures. ACPI 6.0 allows theseMark Kettenis
2016-07-10Rename apic_proc_uid field to acpi_proc_uid in the acpi_madt_x2apic struct.Mark Kettenis
2016-07-10regenMark Kettenis
2016-07-10Add MICREL KSZ9021 and KSZ9031.Mark Kettenis
2016-07-10Build firmware for USB devices on octeon.Visa Hankala