summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-05-06s/regster/register/ in comments and error messages.andvar
2023-05-03Driver for the MNT ZZ9000 Zorro board. Submitted by Alain Runa.phx
2023-03-26s/dipslay/display/ in comments.andvar
2023-02-19s/collsions/collisions/ in comment.andvar
2023-02-14s/programm/program/ and s/suuport/support/ in comments and message.andvar
2023-01-23s/makre/make/ in comment.andvar
2022-10-26amiga/msc(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26amiga/mfc(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-10-04Remove unused extern declaration of constty.rin
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17Make qn_softc::transmit_pending a bool. NFC.thorpej
2022-09-17Remove statically allocated qn_softc[] array. NFC, as it was notthorpej
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-08-20esstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-01ms_wscons_ioctl(): Return EPASSTHROUGH instead of -1, for unsupportedrin
2022-07-06Return display depth correctly from WSDISPLAYIO_GET_FBINFO.jandberg
2022-06-27s/loobpack/loopback/ in comment.andvar
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-05-28fix various typos, mainly in comments.andvar
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-24s/changable/changeable/ in comments.andvar
2022-05-03fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.andvar
2022-04-07s/psuedo/pseudo/andvar
2022-04-07fix various typos in comments.andvar
2022-03-28sys: Split struct device into a private device_impl.h.riastradh
2022-03-26s/logial/logical/andvar
2022-02-12s/epxected/expected/andvar
2022-02-06Refactor cursor drawing.jandberg
2022-01-17fix typos in comments.andvar
2022-01-01fix typos in comments, mainly basicly -> basically.andvar
2022-01-01s/frambuffer/framebuffer/ in comment.msaitoh
2021-12-26fix various typos, mainly in comments.andvar
2021-12-05s/timout/timeout/msaitoh
2021-12-05s/convience/convenience/ in comment.msaitoh
2021-11-01fix typos, mainly in words minimum and maximum, but also few others.andvar
2021-10-21fix various typos, mainly in comments, but also in man pages and log messages.andvar
2021-10-04follow fcambus steps by fixing typos for "unknown" in few more error messages.andvar
2021-09-26Driver "kqfilter" entry points return an error code, so if an invalidthorpej
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-09-16fix various typos, mainly in comments.andvar
2021-08-21fix mainly same typos as in my previous commit but outside sys/dev/dm.andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-09s/definitons/definitions/andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-15Remove parentheses from return. No functional changes.rin
2021-06-15Add support for WSDISPLAYIO_MODE_DUMBFB to WSDISPLAYIO_SMODE.rin
2021-06-03kbd(4) and ms(4) carry multiple interface attributes. They are configurablerin