summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-06-28Add slhci_memtest which is run when SLHCI_DEBUG is defined.skrll
2016-06-27CID 1362902: forward nullchristos
2016-06-27Regenpgoyette
2016-06-27Add a couple more devices, from PR kern/40987pgoyette
2016-06-27Add license, copied from the companion file dev/ic/spic.cpgoyette
2016-06-26Create a dedicated thread for the initial scsibus discovery insteadmlelstv
2016-06-26Avoid NULL deref in case no bufq has been set.mlelstv
2016-06-24diff reduction with openbsd; turn debugging on.christos
2016-06-24fix free memory size.nonaka
2016-06-23Fix UVMHIST builds for kernels that don't include usbskrll
2016-06-22fix: locking about IFQ_ENQUEUE and ALTQknakahara
2016-06-22remove unused variable.nonaka
2016-06-21Add sdhc(4) at acpi supportnonaka
2016-06-21Pass bus_dma(9) tag to allow for porting sdhc(4) at acpi.nonaka
2016-06-20Fix a commentskrll
2016-06-20 B260 "Slot Power Limit" ECN. PCIe 3.1 ECN. September 18, 2015.msaitoh
2016-06-20wm(4) can enable IFEF_START_MPSAFE now.knakahara
2016-06-20More debug.skrll
2016-06-20Set ssc as early as possibleskrll
2016-06-20For built-in modules, the iic driver requires i2c_bitbangpgoyette
2016-06-20Add us.dvorak keymap variant for ADB keyboards. Addresses PR 51255.jakllsch
2016-06-19more NBIO > 0dholland
2016-06-19Add a new config_detach() flag, DETACH_POWEROFF, which is set whenbouyer
2016-06-19More debugskrll
2016-06-19Broaden the #if NBIO > 0 block. Should fix broken evbppc build.dholland
2016-06-19More debug and fix a debugskrll
2016-06-18Fix non-debug build.skrll
2016-06-18Debug updates to work with vmstat(1) -uskrll
2016-06-17catch up with new names.christos
2016-06-17rename intr bitschristos
2016-06-17ifdef out unused code.christos
2016-06-17More(/less) debugskrll
2016-06-17_KERNEL_OPT protectionskrll
2016-06-17disable hardware crypto for now.christos
2016-06-16Use m_set_rcvif, not M_SETCTX.riastradh
2016-06-16use M_SETCTX() macro.nonaka
2016-06-16more conservating handling of memory.christos
2016-06-16fix mbuf handling; we don't crash anymore.christos
2016-06-15If either "regulator-boot-on" or "regulator-always-on" properties are true,jmcneill
2016-06-15Work around an issue with MSG_WAITALL that would block for too long bymlelstv
2016-06-15Remove throttling code, instead signal scsipi layer to reduce the openingsmlelstv
2016-06-15drop unused debug helper routinemlelstv
2016-06-15Fix field name in response pdu.mlelstv
2016-06-14fix: rxq->rxq_lock is uninitialized if NET_MPSAFE is not defined.knakahara
2016-06-14Simplify the code.skrll
2016-06-12Remove KASSERTs that don't make sense.skrll
2016-06-12Make internal functions static to avoid conflicts with arc_* from zfs.christos
2016-06-10add WSDISPLAY_TYPE_PLATINUM, for platinumfbmacallan
2016-06-10Add callout_stop while clearing stall. From t-hash.skrll
2016-06-10Avoid storing a pointer of an interface in a mbufozaki-r