summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-07-11Consistently use semicolon. No functional change.msaitoh
2022-07-09Fix GENFB_GLYPHCACHE with shadow fb.rin
2022-07-09Add preliminary support for Aero.msaitoh
2022-07-09Use bus_space_write_8() if available.msaitoh
2022-07-09Modify strange bus_space_barrier().msaitoh
2022-07-09Remove redundant ``devsw_ok = false;''pgoyette
2022-07-08devsw_ok needs to survive across invocations of nvme_modcmd() sopgoyette
2022-07-08Initialize cmajor & bmajor so the devsw_attach() has a chance ofpgoyette
2022-07-08alredy -> alreadyskrll
2022-07-07Add errno tto message when fail to attach the devswpgoyette
2022-07-07Only detach the cfdriver if we just attached it.pgoyette
2022-07-07Trailing whitespaceskrll
2022-07-06s/ponters/pointers/andvar
2022-07-06Add missing brace.hannken
2022-07-06nvmm(4): Fix typo in previous.riastradh
2022-07-06fix various typos in comments.andvar
2022-07-06Call txeof first, then rxeof for the consistency.msaitoh
2022-07-06Call txeof first, then rxeof for the consistency.msaitoh
2022-07-06Cosmetic changes. No functional change intended.nat
2022-07-06Add support for HXN variants from openbsd.nat
2022-07-06Fix compile error if WM_DEBUG is set.msaitoh
2022-07-06uvm(9): fo_mmap caller guarantees positive size.riastradh
2022-07-05fix various typos in comments.andvar
2022-07-05s/retrys/retries/ in comments.andvar
2022-07-04Be less tautological and more explanatory in a comment.skrll
2022-07-03s/bounaries/boundaries/ in comments.andvar
2022-07-03*** empty log message ***skrll
2022-07-03KNFskrll
2022-07-03Perform a BUS_DMASYNC_POSTREAD on the bge_status_block before reading fromskrll
2022-07-03fix various typos in comments, mainly s/pallete/palette/.andvar
2022-07-02s/tempurature/temperature/andvar
2022-07-02KNF. Remove brackets around return values.skrll
2022-07-02One timeout message (the write one) in bge_miibus_writereg is enough.skrll
2022-07-02Modernise bge_update_all_threshes. Same code before and after.skrll
2022-07-02Simplification. Same code before and after.skrll
2022-07-02Use C99 types. same code before and after.skrll
2022-07-02Sprinkle some BITS(3). Same code before and after.skrll
2022-07-02Use BUS_ADDR_{LO,HI}32. NFCI.skrll
2022-07-02More const. Remove strange ifp assignments in bge_init.skrll
2022-07-02Use PRIxBIT instead of castsskrll
2022-07-02wm_tick: Add missing splx(s) when not WM_MPSAFEskrll
2022-07-01umidi(4): Clarify loops. No functional change intended.riastradh
2022-07-01upgt(4): Make upgt_free_cmd match upgt_alloc_cmd.riastradh
2022-07-01uvideo(4): Make alloc logic match free logic.riastradh
2022-07-01uvideo(4): Assert number of units can't overflow.riastradh
2022-07-01sequencer(4): Fix lock leak in ioctl(FIOASYNC).riastradh
2022-06-30KNF some commentsskrll
2022-06-30Remove strange (duplicate) assignment.skrll
2022-06-30KNFskrll
2022-06-30a driver for Wacom Intuos drawing tablets, from Yorick Hardymacallan