summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
AgeCommit message (Expand)Author
2023-04-10spellingJonathan Gray
2023-03-13Add "machine poweroff" command on luna88k bootloader.Kenji Aoyama
2023-03-11Add missing $OpenBSD$ tag.Kenji Aoyama
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-02-24Change to use the default bsd.prog.mk "install" target.Kenji Aoyama
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-02-23Make bootloader 'time' command work correctly on luna88k.Kenji Aoyama
2023-02-15Now Puffy comes on luna88k bootloader!Kenji Aoyama
2023-02-11Make 'ls' command in bootloader work correctly on luna88k.Kenji Aoyama
2023-02-10Delete no-longer-used file.Kenji Aoyama
2023-01-27Delete get_plane_numbers() function.Kenji Aoyama
2023-01-23Add Backtab key, based on a change from Crystal Kolipe kolipe.c atNicholas Marriott
2023-01-13put man page in the right placeTheo de Raadt
2023-01-12Update luna88k boot procedure; help & tweaks jmc@Miod Vallat
2023-01-10Switch the luna88k boot loader to the MI boot code, to ease future maintainenceMiod Vallat
2022-12-31Let luna88k's bootloader pass RB_GOODRANDOM to the kernel.Kenji Aoyama
2022-12-18Do not save bootdev and boothowto when invalid value has passed.Kenji Aoyama
2022-12-10Fix comments, no binary change.Kenji Aoyama
2022-12-06_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-06m88k, luna88k: switch to clockintrScott Soule Cheloha
2022-11-06Change character drawing depth when 'pseudo' framebuffer depth is changed.Kenji Aoyama
2022-11-02Remove audio(9) speaker_ctl(), let open() handle speakers where neededKlemens Nanni
2022-10-28Replace audio(9) get_props() with duplex check in open() in non-duplex driversKlemens Nanni
2022-10-25Add more chance to process IPI in the interrupt service routine.Kenji Aoyama
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-19Remove audio(9) setfd() stubKlemens Nanni
2022-10-15ansiJonathan Gray
2022-10-14Pass boot device information from bootloader to kernel.Kenji Aoyama
2022-10-14No point in luna88k setting D_VENDOR since all actual uses areKenneth R Westerback
2022-10-11Give checkdisklabel() a new parameter supplying the dev_t of theKenneth R Westerback
2022-09-23Delete unused variables originally come from mvme88k.Kenji Aoyama
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-09-01Stop setting d_bbsize and d_sbsize. Nobody has paidKenneth R Westerback
2022-08-29static inline, not inline staticJonathan Gray
2022-08-23Added NFS client support to RAMDISK kernel as the same as other platforms.Kenji Aoyama
2022-08-13avoid uninitialised var when boot_unit has an unexpected valueJonathan Gray
2022-08-12Fix to work 1bpp Xorg server again on 1bpp framebuffer hardware.Kenji Aoyama
2022-08-10match other archs use %s for version printfJonathan Gray
2022-08-08Change branch condition inverted to realize original intention inKenji Aoyama
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala
2022-05-19Now MULTIPROCESSOR kernel boots with CPU modules installed inKenji Aoyama
2022-04-16constify SCSI adapter entry pointsChristian Weisgerber
2022-04-06constify struct cfattachChristian Weisgerber
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-05Move initial ROM console related codes into separated luna88k/romcons.cKenji Aoyama
2022-03-05Move CPU-CMMU association report into #ifdef DEBUG section.Kenji Aoyama
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-02-14Delete incomplete implementation of bus_space_{alloc,free} in bus.h.Kenji Aoyama
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker