summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
AgeCommit message (Expand)Author
2014-07-01Replace the assembly 88100 FPU imprecise exception code (mostly triggered byMiod Vallat
2014-06-18Update comment; there seems to be no PC-9801 extension board slot onKenji Aoyama
2014-06-09Replace the unmaintainable assembler code responsible for 88100 precise FPUMiod Vallat
2014-06-07Modify to ANSI-style function declarations. No binary change.Kenji Aoyama
2014-06-03Fix sentinel style.Kenji Aoyama
2014-06-03Better comment for `faulty address'.Kenji Aoyama
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-05-17Change the return value of interrupt handler to 0 when nothing isKenji Aoyama
2014-05-08Format string fixes for m88k; remove -Wno-format from the m88k kernels.Miod Vallat
2014-05-08The pcexmem(4) and pcexio(4) should be attached on LUNA-88K2 only.Kenji Aoyama
2014-04-22Unify the model name to LUNA-88K{,2}, that is considered theKenji Aoyama
2014-04-16Add generic driver for "NEC PC-9801(*) extension board slot" onKenji Aoyama
2014-04-12Delete unused variable.Kenji Aoyama
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-02-23Try and load /etc/random.seed before attempting to load the kernel.Miod Vallat
2014-01-30Add missing 'stand' directory in order to work 'make build' and 'makeKenji Aoyama
2014-01-29Add rnddata[] placeholders to make boot block build again, same asKenji Aoyama
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2014-01-19Initialize ci_randseed better using arc4random() + a trick. Remove theTheo de Raadt
2014-01-15Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer.Kenji Aoyama
2014-01-06typoMiod Vallat
2014-01-03KNF, update comments, and delete LUNA(m68k) specific DIPSW comments.Kenji Aoyama
2014-01-02Add primary support for LUNA-88K 4bpp/8bpp frame buffer.Kenji Aoyama
2013-12-30Correct initialization of Bt458, used in LUNA's 8bpp frame buffer.Kenji Aoyama
2013-12-25Add missing IPL_MPSAFE, as same as mvme88k.Kenji Aoyama
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-11-16Re-organize luna88k rasops om_{copy,erase}{cols,rows} by using oneKenji Aoyama
2013-11-16Allow initial device mappings (from pmap_table) to be backed up by BATC.Miod Vallat
2013-11-16Allow ddb to be entered from the keyboard, if glass console and ddb.console=1,Miod Vallat
2013-11-13Do not map frame buffer resources the kernel doesn't use; only keep theMiod Vallat
2013-11-12We always make symlinks to 'machine' and 'm88k' to compile.Kenji Aoyama
2013-11-12Fix the bootloader random hang-up while counting down on LUNA-88K2.Kenji Aoyama
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withKenneth R Westerback
2013-11-03Even saner kernel layout, so that .rodata can be batc mapped by a read-onlyMiod Vallat
2013-11-02Use a linker script to align .data to a BATC boundary as well, so that noMiod Vallat
2013-11-02Create the initial page tables in the area between the end of the firmwareMiod Vallat
2013-11-02Link m88k kernels on a BATC boundary.Miod Vallat
2013-11-02Reserve a page at the beginning of the kernel text to use for the trap vectors,Miod Vallat
2013-11-02No need to cast constants or simple variables to (daddr_t). UseKenneth R Westerback
2013-11-01Better report of the system type, to match the OMRON spelling; aoyama@Miod Vallat
2013-10-30Fix native builds of the luna88k boot block. Install it into /usr/mdec.Miod Vallat
2013-10-30Reduce gap at the end of .text from a page to 0x10 bytes. The ELF->a.outMiod Vallat
2013-10-30Bring getline() - a.k.a libsa gets() with a prompt prefix - in par with libsaMiod Vallat
2013-10-30No longer build luna88k kernels as a.out binaries, now that we have a nativeMiod Vallat
2013-10-29Get boot device and partition from NVRAM. Boot filename still defaults toMiod Vallat
2013-10-29More cleanups:Miod Vallat
2013-10-29More cleanup and unused code or data removal.Miod Vallat
2013-10-28This is the cleaned up version I had intended to commit.Miod Vallat