summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-07-19make the check work with widths other than 4, Felix Deichmannchristos
2016-07-19PR/50849: Felix Deichmann: Relax TC option ROM header check for ROM widths < 4christos
2016-07-18Insert missing 'break;' statements.pgoyette
2016-07-17Various improvement from t-hash (and a bit from me).skrll
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2016-07-14- Use aprint() more in isic_pcmcia_attach().msaitoh
2016-07-14KNF. No functional change.msaitoh
2016-07-14- Use aprint_normal_dev() instead of aprint_error_dev() when printingmsaitoh
2016-07-14Use aprint*() instead of printf() in the attach function.msaitoh
2016-07-14Use aprint_error() instead of aprint_normal() on error.msaitoh
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2016-07-13Add all the variant microcode from linux, but don't install it yet.christos
2016-07-13sync with FreeBSDchristos
2016-07-13Use the proper channel for some things.christos
2016-07-12According to "PCI Express Base Specification Revision 3.0" fromhannken
2016-07-12On an Intel E7520 temporarily disable Enhanced Config Access errorhannken
2016-07-11Add mm_md_page_color hook and use to support better page coloring.matt
2016-07-11Fix compile error.msaitoh
2016-07-11KNF. No functional change.msaitoh
2016-07-11Don't use a callout unnecessarily - especially not this earlyskrll
2016-07-11- Use aprint*() instead of printf() in the attach function.msaitoh
2016-07-11pci_intr_type() is required pci_chipset_tag_t argument by other than x86.knakahara
2016-07-10fix inverted screen blanking logicjmcneill
2016-07-10Make kernel core dumps on cgd(4) work.riastradh
2016-07-10The piixpm(4) driver also supports AMD's HUDSON chipset's SMBus function.pgoyette
2016-07-08Don't ignore return value of xhci_update_ep0_mps and remove KASSERT atskrll
2016-07-08More debug in new_device.skrll
2016-07-08s/UBS/USB/skrll
2016-07-08more fixes.christos
2016-07-07Turn a few KASSERTs into KASSERTMSG mentioning the tested valuesmaya
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-07-07kill RAL_DEBUGchristos
2016-07-07add 539x support from FreeBSD (not working)christos
2016-07-06more cards, sort.christos
2016-07-06regenchristos
2016-07-06more ral productschristos
2016-07-03convert device polling from callout to kthread.kardel
2016-07-03Please more delay, if timeout in sdhc_wait_intr().kiyohara
2016-07-03Add 'needs-flag' to tps65217pmic.kiyohara
2016-07-03Fix build for USB_DEBUG without UMASS_DEBUGskrll
2016-07-03Trailing whitespaceskrll
2016-07-01Convert umass(4) to usbhist.skrll
2016-07-01Loop in the interrupt handler while there are interrupts to process.skrll
2016-07-01Fixup the error handling and specifically NAK hold off. If the deviceskrll
2016-07-01Debug tweakskrll
2016-07-01Format conditionalskrll
2016-07-01Format conditionalsskrll
2016-07-01Reformat a conditionalskrll
2016-06-30Provide some defaults. From Felix Deichmann.skrll