summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
2023-06-26s/privious/previous/ in comment.andvar
2023-06-24Fix typo in comment.msaitoh
2023-05-06s/regster/register/ in comments and error messages.andvar
2023-03-26s/dipslay/display/ in comments.andvar
2023-03-25s/resultion/resolution/ in comment.andvar
2023-03-25s/Predective/Predictive/ and s/dedected/detected/ in comments.andvar
2023-01-27Remove extra tabs.tsutsui
2023-01-24whitespace, no code change.mlelstv
2023-01-06TAB/spaces/indents cleanup.tsutsui
2022-12-22Driver for DaynaPORT SCSI/Link (dse.4).nat
2022-08-15Regen from MILAN.in rev 1.30.tsutsui
2022-08-15Specify options FONT_VT220L8x16 to get similar glyphs as past font_8x16.c.tsutsui
2022-08-15Improve VGA console settings for Milan, especially for sysinst.tsutsui
2022-08-07Regen.simonb
2022-08-07UFS/LFS dirhash:simonb
2022-07-26s/functin/function/ in copy pasted comment.andvar
2022-07-03Use __func__ to print function names.tsutsui
2022-07-03Use proper TAILQ(3) macro as other bus_dma(9) implementation.tsutsui
2022-07-03Misc KNF. No binary change.tsutsui
2022-07-03Fix inverted logic. My fault back in 2015..tsutsui
2022-07-03Move the iomem extent stuff managed by bus_space(9) and make them static.tsutsui
2022-07-03Make local cdevsw functions static.tsutsui
2022-07-03fix various typos in comments, mainly s/pallete/palette/.andvar
2022-07-02Use aprint_*(9) for attach messages and misc KNF.tsutsui
2022-07-02Use aprint_normal(9) for attach messages.tsutsui
2022-07-02Misc KNF. No binary change.tsutsui
2022-07-02Use and print consistent CPU/MMU/FPU names.tsutsui
2022-07-02Misc cleanup.tsutsui
2022-07-02Use queue(3) macro as hp300 etc. No binary change.tsutsui
2022-06-26Use aprint_*(9) for device attach messages.tsutsui
2022-06-26Unifdef __ELF__.tsutsui
2022-06-26Consistently use "NetBSD/atari", not "NetBSD/Atari" on tertiary boot.tsutsui
2022-06-26gcc is not smart enough to track the equivalence of conditions usedmartin
2022-06-26Make local devsw functions static.tsutsui
2022-06-26Misc KNF and cleanup for readability.tsutsui
2022-06-26Misc cleanup.tsutsui
2022-06-26Misc cleanup.tsutsui
2022-06-26Misc cleanup.tsutsui
2022-06-26Restore redundant register accesses as the original implementation did.tsutsui
2022-06-25No need to print errors via aprint_error(9) in probe/match function.tsutsui
2022-06-25Fix a long-standing "leprobe: cannot map memory-area" error during probe.tsutsui
2022-06-25Add rnd(9) entropy source from keyboard and mouse.tsutsui
2022-06-25Use aprint_*(9) for device attach messages.tsutsui
2022-06-25Rename and reformat softc stuff for readablity, and misc more cleanups.tsutsui
2022-06-25Move declarations to proper places.tsutsui
2022-06-25Misc cleanup. No functional changes, no regression on TT030.tsutsui
2022-06-25Regen from GENERIC.in rev 1.123.tsutsui
2022-06-25Allocalte enough reserved ST-RAM to make the old Xserver work by default.tsutsui
2022-06-25Add a minimum DEC special graphics character support for atari ite(4).tsutsui
2022-06-21Correct flipped glyph of 'N' in the "New Line" in the DEC graphics chars.tsutsui