summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2016-09-12Wacom USB tablet driver from Frank Groeneveld.Martin Pieuchot
2016-09-12regenMartin Pieuchot
2016-09-12Wacom Intuos Draw, from Frank Groeneveld.Martin Pieuchot
2016-09-12Split usbd_fill_iface_data() in two and introduce usbd_parse_idesc() aMartin Pieuchot
2016-09-11Get SDIO reset working.Marcus Glocker
2016-09-10Ugh, too many initialisms...Joel Sing
2016-09-10Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 toJoel Sing
2016-09-10Use consistent indentation for multi-line function prototypes in iwm.Stefan Sperling
2016-09-10Rename the global nvm_to_read const int array to iwm_nvm_to_read.Stefan Sperling
2016-09-10iwm(4) inherited the 'MVM' prefix in many of its symbol names from iwlwifi.Stefan Sperling
2016-09-10Fix formatting in iwm such thatStefan Sperling
2016-09-10Rename iwm_mvm_sta_send_to_fw() to iwm_mvm_sta_cmd(). Get rid of pointlessStefan Sperling
2016-09-10Move IWM_NVM_* macro definitions from if_iwm.c to if_iwmreg.h.Stefan Sperling
2016-09-09regenTed Unangst
2016-09-09fix atu device ID. kettenis found recent changes meant that atu wasTed Unangst
2016-09-08When changing the mask key, copy the new KDF hint to the metadata, if itJoel Sing
2016-09-07revert part of 1.18 which caused a regression with at least one ikbdJoshua Stein
2016-09-05redo rwlock conversion now that i've compiled it on i386Ted Unangst