summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-10-06Change sysctl to be named after the first CPU in the DVFS domain.jmcneill
2019-10-06Don't attach disks with sector sizes we cannot handle.mlelstv
2019-10-06Get rid of bogus ADW_CALLBACK typedef. Use the real callback typesuwe
2019-10-06Get rid of bogus ASC_CALLBACK typedef. Use the real callback typeuwe
2019-10-05remove __packed attribute from struct ieee80211_radiotap_headermrg
2019-10-05Add support for SDIO interrupts.jmcneill
2019-10-05Bail when dkdriver hasn't been initialized. This can happen whenmlelstv
2019-10-05add missing break.mrg
2019-10-05add missing break.mrg
2019-10-04use memmove() not memcpy() for overlapping regions.mrg
2019-10-04Switch to the new PTE naming.maxv
2019-10-04Fix definition for MWAIT. It should be bit 11, not 12; 12 is the armedmaxv
2019-10-04Add definitions for RDPRU, MCOMMIT, GMET and VTE.maxv
2019-10-03If firmware is connected in HT or VHT mode, report it to SIOCGIFMEDIAjmcneill
2019-10-03More register definitions.mlelstv
2019-10-03Fix memory leaks. Was wondering where memory had gone after several hoursmaxv
2019-10-03More less kmem_zalloc(0).maxv
2019-10-03Improvements:maxv
2019-10-01Add support for devices with separate "init" and "default" pinctrl states.jmcneill
2019-10-01in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEPchs
2019-10-01make this compile again:chs
2019-10-01Don't attach an ld device if the format descriptor is unsupported/unused.mlelstv
2019-10-01 Set MTU correctly if mtu > 1500.msaitoh
2019-09-29Use AHCI_RFIS_SYNC in ahci_cmd_complete() AT_READREG case.jakllsch
2019-09-29Use AHCI_CMDTBL_SYNC in ahci_exec_fis() to ensure hardware sees thejakllsch
2019-09-29Ensure cmdh_prdtl is 0 in ahci_do_reset_drive().jakllsch
2019-09-29Make AHCI_RFIS_SYNC macro (currently unused) compile.jakllsch
2019-09-29appease -Werror=stack-protector by avoiding variable sized arraysmacallan
2019-09-29add another matchstring for the ds1307 found in Sun Fire V210 ( and probablymacallan
2019-09-28len -> m_lentnn
2019-09-28mcx(4): fix rx mbuf DMA overruntnn
2019-09-28joshua stein, PR kern/54493: acpi_i2c uses incorrect arguments for _DSM callbouyer
2019-09-28Fix typo, remove debug printf.mlelstv
2019-09-27Don't assume pinctrl-0 is the default configuration.jmcneill
2019-09-26nvme(4): Don't attach the device, if namespace not found.nonaka
2019-09-26cgd_crypto.c: fix minor typo in commentgutteridge
2019-09-26Abort attach if acpi_intr_establish() fails. From K. Schreiner onbouyer
2019-09-26 Fix typo in comment.msaitoh
2019-09-26make nspares unsigned; it is assigned from numSpares which is unsigned.christos
2019-09-26subdevlen is an array length, make it unsignedchristos
2019-09-25Use correct function to verify if a task has been queued. Avoids racemlelstv
2019-09-25Make clang -Wformat-security happier by not passing a (constant) variablemaya
2019-09-24Use correct #cells for parent address when decoding rangesjmcneill
2019-09-24 Use IFM_50G_SR2.msaitoh
2019-09-24Remove debug printf.mlelstv
2019-09-23Move the timeout check out of the loop, otherwise it is never reached.maxv
2019-09-23Use PRIxBUSADDRskrll
2019-09-23Match APMC0D0F compatible string.jmcneill
2019-09-23Remove (unused) reference to m_pktdat.maxv
2019-09-23Remove unused assignment. Found by the lgtm bot.maxv