summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2022-07-09Add preliminary support for Aero.msaitoh
2022-07-06s/ponters/pointers/andvar
2022-06-29Don't unregister sensors twice.mlelstv
2022-06-29Add CVPM02 BBU support.msaitoh
2022-06-27fix various typos in comments.andvar
2022-06-25Pass proper status values to rnd_add_uint32(9) as rnd(9) man page claims.tsutsui
2022-06-03fix folloing->following typos in more files.andvar
2022-05-31s/longeset/longest/ and s/collsion/collision/ in comments.andvar
2022-05-31s/disbale/disable/ and s/enbale/enable/ in comments. also one more typo fix.andvar
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-05-30s/identifing/identifying/ and s/multipler/multiplier/ in comments.andvar
2022-05-29Audit unload/unmap v.s. free against DMA buffer for sys/dev;rin
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-23s/boundries/boundaries/, s/itterate/iterate/ and few more typos.andvar
2022-05-23s/beggining/beginning/ in comments.andvar
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-22Use PRIxBUSADDR for bus_addr_t in debug printf.hannken
2022-05-21s/artifical/artificial/ in comments.andvar
2022-05-20s/auxillary/auxiliary/ in comments.andvar
2022-05-13Improve DNPRINTF. No functional change.msaitoh
2022-05-12I think MFI_BBU_STATE_LEARN_CYC_REQ is not an error.msaitoh
2022-05-12No functional change.msaitoh
2022-05-12Don't use MFI_PD_LIST_SIZE. Same as OpenBSD. No functional change.msaitoh
2022-05-11Add support for iBBU-09 to show BBU voltage, current and temp correctly.msaitoh
2022-05-11KNF. s/u_quad_t/uint64_t/. No functional change.msaitoh
2022-05-11fix various typos in comments.andvar
2022-05-10mfi(4): Set stripe size correctly for BIOCVOL.msaitoh
2022-05-09Use union mbox instead of unit8_t[] to avoid unaligned access.msaitoh
2022-05-09KNF. Whitespace. No functional change.msaitoh
2022-05-07Clear mailbox to not to pass garbage data.msaitoh
2022-05-07Use mlp_bgi for MFI_LD_PROG_BGI. Same as OpenBSD.msaitoh
2022-05-07Add support for Apple silicon NVME. Ported from OpenBSD.skrll
2022-05-07Fix typos.msaitoh
2022-05-07s/contrller/controller/ in comment.msaitoh
2022-05-05Add some code for the SKINNY variant to make Dell PERC H310 work.msaitoh
2022-05-04s/entires/entries/andvar
2022-05-03fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.andvar
2022-04-16eqos: Freeze counters to prevent unhandled interruptsjmcneill
2022-04-16fix various typos in comments and log messages.andvar
2022-04-16s/strickly/strictly/andvar
2022-04-12s/similarily/similarly/andvar
2022-04-10fix various typos in comments and output/log messages.andvar
2022-04-07fix various typos in comments.andvar
2022-04-04fix various typos, mainly in comments.andvar
2022-03-31For device modules that provide both auto-config and /dev/xxxpgoyette
2022-03-26igpio(4): Use device_xname, not struct device members.riastradh
2022-03-26igpio(4): Nix trailing whitespace.riastradh
2022-03-25dwhdmi: properly initialize connector atomic helper funcs (PR port-evbarm/56766)tnn
2022-03-25pcdisplay_getwschar: on error return error code, not -1.uwe
2022-03-24s/interupt/interrupt/ in comments.andvar