summaryrefslogtreecommitdiff
path: root/sys/arch/luna68k
AgeCommit message (Expand)Author
2023-06-24Add comments and remove nonexistent status registers.tsutsui
2023-06-24Fix a wrong cdb size of SCSI disk write command. From OpenBSD/luna88k.tsutsui
2023-04-23Explicitly check machine type (LUNA-II) on secondary spc(4) probe.tsutsui
2023-04-22Remove ancient /*ARGSUSED*/ comments.tsutsui
2023-04-13Fix device name for xpbus at mainbus for LUNA-II, missed on psgpam merge.tsutsui
2023-04-11Fix missing locore.d dependency output on make depend.tsutsui
2023-03-28s/interrput/interrupt/ and s/accesss/access/ in comments.andvar
2023-02-12Add optoion GENERIC.local include to the end of ~all GENERIC configsabs
2023-01-27luna68k: Specify proper constraints for bus_space_read region and multi ops.tsutsui
2023-01-15TAB/space/indent cleanup.tsutsui
2022-11-22Use explicit struct to represent RX queue buffer data structure.tsutsui
2022-10-03Remove global hwplanecount and use ri_depth in struct rasops instead.tsutsui
2022-10-01Set an actual framebuffer depth (bpp) to rasops ri_depth.tsutsui
2022-10-01Explicitly limit a number of rasops rows per size of rowattr[].tsutsui
2022-10-01Remove trailing whitespaces.tsutsui
2022-09-29swwdog(4): Add to GENERIC kernels.riastradh
2022-09-25lunafb: Improve drawing performance using VRAM ROP features.isaki
2022-09-25Cosmetic changes. Fix a typo in comment.isaki
2022-08-07UFS/LFS dirhash:simonb
2022-07-14Misc KNF and cosmetics.tsutsui
2022-07-14Fix pasto.tsutsui
2022-07-05Remove unnecessary multiple inclusion protections.tsutsui
2022-07-05Remove unnecessary and incorrect mulitple inclusion protection.tsutsui
2022-07-03fix various typos in comments, mainly s/pallete/palette/.andvar
2022-06-25Add rnd(9) entropy source from keyboard and mouse.tsutsui
2022-06-11Match psgpam(4) only on LUNA-I. LUNA-II doesn't have YM2149 at XP.tsutsui
2022-06-10luna68k: add psgpam(4) audio for LUNA, using YM2149 PSG/SSG sound chip.tsutsui
2022-05-30s/identifing/identifying/ and s/multipler/multiplier/ in comments.andvar
2022-05-27Specify -fno-unwind-tables to shrink binaries.tsutsui
2022-04-16fix various typos in comments and log messages.andvar
2022-03-16s/paniced/panicked/ and s/borken/broken/ in comments.andvar
2022-02-04Use "options WS_KERNEL_FG=WSCOL_GREEN" as most ports with color support.tsutsui
2021-12-26fix various typos, mainly in comments.andvar
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-05s/initialz/initializ/ in comment.msaitoh
2021-10-27Remove a superflouous comment.thorpej
2021-10-09Handle wskbd(9) .set_leds op in cngetc(9) using wskbd_cnattach(9) cookie.tsutsui
2021-10-09Call cnpollc(9) before cngetc(9) as the cons(9) man page says.tsutsui
2021-09-26TAB/space cleanup.tsutsui
2021-09-25Call cnpollc(9) before cngetc(9) as the cons(9) man page says.tsutsui
2021-09-25Refactor and cleanup sio (uPD7201) drivers.tsutsui
2021-09-20Add a comment that .set_leds function won't work correctly on cngetc(9).tsutsui
2021-09-19Use more C99 designated initializer.tsutsui
2021-09-19Handle CAP and Kana modifier key specification quirk of LUNA's keyboard.tsutsui
2021-09-18Implement transmitting keyboard LED and buzzer control commands.tsutsui
2021-09-04Ignore mouse packets properly even if wsmouse(4) isn't configured.tsutsui
2021-09-04Fix several styles and formats.tsutsui
2021-09-04Use C99 designated initializer.tsutsui
2021-09-04Use proper macro for device register addresses.tsutsui
2021-09-03Ignore mouse packets to avoid unexpected data handled as keyboard input.tsutsui