summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/dev
AgeCommit message (Expand)Author
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-06-17Fix comment. This gap is not only on LUNA-88K2 but also on LUNA-88K.Kenji Aoyama
2017-06-10Use software interrupt to process TX/RX data between sio and tty(4)Kenji Aoyama
2017-06-04Sync with current NetBSD/luna68k code.Kenji Aoyama
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-03-20Replace hardcoded addresses with symbolic constants from <machine/board.h>Miod Vallat
2017-03-16Unroll two small bus_space_{read_write}_multi operations in a hot code path.Miod Vallat
2017-03-16Use a power of two and left shift, rather than integer multiplication, forMiod Vallat
2017-03-15We do not need while loop around uiomove(9) in lcdwrite().Kenji Aoyama
2017-01-15Harmonize the way frame buffer drivers display resolution and colorFrederic Cambus
2017-01-09Sync with NetBSD/luna68k changes.Kenji Aoyama
2016-12-17Add new device xp(4), preliminary support for LUNA's I/O processor.Kenji Aoyama
2016-09-01space -> tabKenji Aoyama
2016-08-29Change le(4) buffer address to 0x71010000, which is the same addressKenji Aoyama
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2015-02-14Add simple bus_space_{map,unmap,subregion} implementation on luna88k.Kenji Aoyama
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-12-22unifdef INETTed Unangst
2014-12-19Move cbus.c, cbusvar.h, and pcex.c to new 'cbus' directory, to gatherKenji Aoyama
2014-12-08Add an intermediate layer driver, cbus(4), to manage its ownKenji Aoyama
2014-10-05Skip unnecessary processing in interrupt handler.Kenji Aoyama
2014-10-01More optimization on LUNA frame buffer.Kenji Aoyama
2014-09-29Use raster(logic) operation, or ROP, function on LUNA frame buffer.Kenji Aoyama
2014-09-27Change spaces to tab. No binary change.Kenji Aoyama
2014-07-22Use MI rasops_cmap, instead of MD-defined ANSI colormap.Kenji Aoyama
2014-06-07Modify to ANSI-style function declarations. No binary change.Kenji Aoyama
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-16Add generic driver for "NEC PC-9801(*) extension board slot" onKenji Aoyama
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2014-01-15Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer.Kenji Aoyama
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-11-16Re-organize luna88k rasops om_{copy,erase}{cols,rows} by using oneKenji Aoyama
2013-11-16Allow ddb to be entered from the keyboard, if glass console and ddb.console=1,Miod Vallat
2013-11-12Fix the bootloader random hang-up while counting down on LUNA-88K2.Kenji Aoyama
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-09-24Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:Miod Vallat
2013-08-16Check number of planes (1, 4, or 8bpp) by ourselves, because PROMKenji Aoyama
2013-08-10On 'original' LUNA-88K, NVRAM contents and Timekeeper registers areKenji Aoyama
2013-05-27Drop lvalue casts; allows this to compile with gcc 4.Miod Vallat
2013-05-22Split keyboard mapping definitions to new files, luna88k/dev/omkbdmap.[ch].Kenji Aoyama
2013-05-17Fix 'the right-of-cursor background color is inverted when we doKenji Aoyama
2013-05-16Ignore colormap operations at 1bpp, to work with Xorg wsfb driver.Kenji Aoyama