summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-09-21Properly support the mac context command in iwm. This was wrong in many ways.Stefan Sperling
2016-09-21Make iwm return EBUSY from its ic_ampdu_rx_start() handler andStefan Sperling
2016-09-21For the keep-alive period in iwm's power command, use the DTIM periodStefan Sperling
2016-09-21Copy the AP's actual EDCA parameters into iwm's mac context commandStefan Sperling
2016-09-21Add the BSS's basic rates to iwm's LQ command, not all the rates.Stefan Sperling
2016-09-21SierraWireless MC7455.Martin Pieuchot
2016-09-21regenMartin Pieuchot
2016-09-21SierraWireless MC7455Martin Pieuchot
2016-09-21Remove a hack now that the USB stack correctly set the maximum packetMartin Pieuchot
2016-09-20Mostly cosmetic tweaks to macros involved in iwm(4) power-saving features.Stefan Sperling
2016-09-20Not needed anymoreMike Belopuhov
2016-09-20Switch to the new NDIS headerMike Belopuhov
2016-09-20Add a new NDIS headerMike Belopuhov
2016-09-20Add a missing status defineMike Belopuhov
2016-09-20Attach event counterMike Belopuhov
2016-09-20Add an API to hook up event countersMike Belopuhov
2016-09-19Make this build again.Mark Kettenis
2016-09-19Correctly check for valid maximum packet size.Martin Pieuchot
2016-09-19``bMaxPacketSize'' is reported as a power of 2 for super speed devicesMartin Pieuchot
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-18If the APIC table (MADT) isn't present then ci_acpi_proc_id won't be setPhilip Guenther
2016-09-18Ensure that the device descriptor ``bMaxPacketSize'' value is usableMartin Pieuchot
2016-09-17Report a LAPIC address override entry in the dmesg if it doesn't matchPhilip Guenther
2016-09-17remove unused arcofi_drain() routineAlexandre Ratchov
2016-09-16Switch over to the generic RNDIS headerMike Belopuhov
2016-09-16Suppress debugging output about CSD entries that say nothing we care aboutPhilip Guenther
2016-09-16Switch urndis(4) over to the generic RNDIS headerMike Belopuhov
2016-09-16Introduce a common header files for RNDIS protocol definitionsMike Belopuhov
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-14Declare the type instead of a on-stack variable for sizeof purposesMike Belopuhov
2016-09-14Cleanup dmesg outputMike Belopuhov
2016-09-14Remove a useless shadow copy of the vmbus_chanpkt_prplist structureMike Belopuhov
2016-09-14Implement packet transmission through RNDIS scatter-gather interfaceMike Belopuhov
2016-09-14Fixup Per Packet Info data structure size definitionsMike Belopuhov
2016-09-14Remove contigious TX buffer, we're not going to use itMike Belopuhov
2016-09-14Name include guard macros consistently within sys/dev/pvMike Belopuhov
2016-09-14Always set the MAC address when initializing the chip.Martin Pieuchot
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2016-09-14limit the number of fonts that can be loadedJoshua Stein
2016-09-14add support for SAS3 devices, which have a different sgl layout to previousJonathan Matthew
2016-09-14regenJonathan Matthew
2016-09-14add LSI/Avago SAS3 devicesJonathan Matthew
2016-09-13Raise maximum supported MTU value to 9000; discussed with reyk@Mike Belopuhov
2016-09-12Correctly account for fragments larger than a page sizeMike Belopuhov
2016-09-12Add support for packets spanning multiple pages.Mike Belopuhov
2016-09-12Bring back the code that cached DMA fragment offset.Mike Belopuhov
2016-09-12Record mbuf chain head rather than individual fragmentsMike Belopuhov
2016-09-12Skip empty mbuf fragments like bus_dmamap_load_mbuf doesMike Belopuhov
2016-09-12Simplify handling of the AUX STA in iwm(4). There is no good reason forStefan Sperling
2016-09-12Define for HUP_WACOM, missed in previous.Martin Pieuchot