Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-04 | - Delete implicit * 4 operation in bus_space offset calculation | Kenji Aoyama | |
- Change assembler codes to C codes tested by myself, ok by miod@ | |||
2005-01-31 | Be sure to always return an error for unrecognized ioctls. Found by matthieu@ | Miod Vallat | |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat | |
of the work is done in the upper layer, but they get to see the ioctl, so don't always return an error. | |||
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no functional change. | |||
2004-09-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * | Michael Shalayeff | |
2004-08-30 | Add the original LUNA-88K support. | Kenji Aoyama | |
- retrieve auto-boot information from NVRAM - retrieve ethernet address information from FUSE ROM They are stored different way from LUNA-88K2. Tested by Jeff McMahill, ok by miod@ | |||
2004-08-18 | Add 'irq6/clock0' to evcount on luna88k. | Kenji Aoyama | |
ok miod@ | |||
2004-08-11 | Use bus_space_*_multi_*() when applicable; from NetBSD. | Miod Vallat | |
tested by aoyama@ | |||
2004-08-06 | Misc cleaning and KNF in order to sync this to hp300 soon; no functional | Miod Vallat | |
change. Tested by aoyama@ | |||
2004-07-27 | Add per-device evcount interrupt counters; also use LIST_xxx macros in isr.c | Miod Vallat | |
ok aaron@, tested aoyama@ | |||
2004-07-26 | Typos in comments. | Miod Vallat | |
2004-06-19 | Trim includes. | Miod Vallat | |
2004-05-10 | Make the time getting frame buffer depth earlier. Without this | Kenji Aoyama | |
modification, bitmap console depth is always 4, because consinit() is called before cpu_startup(). And use frame buffer depth bits(1,4,8) rather than mask value(0x01, 0x0f, 0xff), same as the value in ROM work area. ok miod@ | |||
2004-05-07 | Some clean up, especially delete unused nvram related part. From miod@ | Kenji Aoyama | |
2004-04-29 | Typos | Miod Vallat | |
2004-04-24 | Define wscons device ids for the Luna devices. | Miod Vallat | |
2004-04-21 | Initial commit for OpenBSD/luna88k, based on OpenBSD/mvme88k, NetBSD/luna68k ↵ | Kenji Aoyama | |
and CMU Mach. |