summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2021-01-11KNFskrll
2021-01-11Trailing whitespaceskrll
2021-01-04dev/ic/tpm: Take advantage of entropy source if available.riastradh
2021-01-04dev/ic/tpm: Add missing line break in attach output.riastradh
2021-01-04dev/ic/tpm: Tidy up headers.riastradh
2021-01-04KNFskrll
2021-01-04Trailing whitespaceskrll
2021-01-04Spell interrupts correctlyskrll
2020-12-31extend the timeout value. dwc_gmac_reset() sometimes takes more time.ryo
2020-12-29Some more whitespace consistency / KNFskrll
2020-12-29Function declaration formating whitespace consistency. NFCI.skrll
2020-12-28Remove the AHCI_QUIRK_SKIP_RESET quirk now that the underlying issue isjmcneill
2020-12-28Make sure to ack IS after PxIS when polling and when using multiple MSI-Xjmcneill
2020-12-27Zero DMA memory after load, and add PREREAD sync op after to ensure it is vis...jmcneill
2020-12-27AHCI 1.3.1 section 5.5.3 "Processing Completed Commands" says that wejmcneill
2020-12-26ahci_intr: use ffs in the port bitmask instead of looping over all 32 bitsjmcneill
2020-12-26AHCI 1.3.1 specification says that it is good practice for system softwarejmcneill
2020-12-26Ignore WSDISPLAYIO_PUTCMAP in WSDISPLAYIO_MODE_EMUL, i.e. text mode.tsutsui
2020-12-25Handle WSSCREEN_REVERSE properly. Based on OpenBSD's sti(4).tsutsui
2020-12-25Use designated initializers for struct ata_bustypeskrll
2020-12-25Trailing whitespaceskrll
2020-12-25Use designated initializers for struct ata_bustypeskrll
2020-12-23Pull the latest OpenBSD sti(4) changes for bitmap framebuffer support.tsutsui
2020-12-20Retry clearing WDCTL_RST a few times before giving up. Makes SATA work injmcneill
2020-12-19ahci_exec_fis: wait for the correct amount of time when AT_WAIT is setjmcneill
2020-12-05Remove unnecessary inclusion of <sys/timevar.h>.thorpej
2020-12-04PR kern/55839:kardel
2020-12-04- malloc(9) -> kmem(9)thorpej
2020-11-16s/reseting/resetting/msaitoh
2020-11-15Don't unlock without having taken the lock.mlelstv
2020-11-10One more fix for big-endian machines.rin
2020-10-20le(4): add link status change reporting to drivers which support itroy
2020-10-18Fix undefined behaviors found by kUBSan.rin
2020-10-10In siisata_intr_port(), skip reading the error condition ifthorpej
2020-10-08add DM9000A register definitionsnisimura
2020-10-08improve register descriptionsnisimura
2020-09-30Set sc_fifolen=1 for the no fifo casejmcneill
2020-09-30Add some KNF whitespace.simonb
2020-09-28Auto-detect DW APB UART FIFO length and print the FIFO length when enabledjmcneill
2020-09-27add definition of the bit indicating support for APSTAjdolecek
2020-09-24no need to swap pt.cmd.cdwXX at nvme_set_number_of_queues(). cmd.cdwXX will b...ryo
2020-09-22PR kern/55674:kardel
2020-09-21- Print chip revision. From OpenBSD.msaitoh
2020-09-15max_devices is a 8bit value and zero is interpreted as 256. This valuemlelstv
2020-09-15mii_detach() must come before ifmedia_fini(), otherwise mii_detach()mrg
2020-09-12Improve am7930 family drivers to share more code.isaki
2020-09-07in ar5008_set_viterbi_mask() be sure to initialise m[0].mrg
2020-09-07don't call printf %s with a NULL.mrg
2020-09-05Round of uvm.h cleanup.riastradh
2020-08-19s/ be be / be /msaitoh