Age | Commit message (Expand) | Author |
2006-01-30 | Do not disable frame buffer interrupts in the match() function, but rather | Miod Vallat |
2006-01-30 | swap B and R in 24bpp and 32bpp modes too; tested martin@ | Miod Vallat |
2006-01-30 | pretty printf, for 32bit mode | Martin Reindl |
2006-01-29 | SMC91CXX NuBus hooks | Martin Reindl |
2006-01-23 | Be more careful when mapping DAFB color registers, so that we don't prevent | Miod Vallat |
2006-01-23 | Be sure to clear color capabilities from rasops at 8bpp if we do not have | Miod Vallat |
2006-01-22 | Colormap support for DAFB frame buffers (using information from Linux). | Miod Vallat |
2006-01-22 | Add bus_space_vaddr() and use it instead of accessing private bus_space | Miod Vallat |
2006-01-22 | Print adb subsystem name early in attachment, and pass the proper device | Miod Vallat |
2006-01-20 | Remove unused stuff. | Miod Vallat |
2006-01-20 | Make sure we can only match once for internal video. | Miod Vallat |
2006-01-18 | Factorize akbd and ams drivers between mac68k and macppc; while there, start | Miod Vallat |
2006-01-16 | Do not register adb and pm interrupts until the related devices initialize. | Miod Vallat |
2006-01-16 | Let the intrhand structs be softc fields, rather than static global variables. | Miod Vallat |
2006-01-13 | Remove the Mac Rom Glue code completely. With the ADB ``direct'' code being | Miod Vallat |
2006-01-10 | Simplify external macfb interfaces, kill an intermediate attachment structure. | Miod Vallat |
2006-01-09 | Introduce a wsdisplay type for mac68k frame buffers; we might need to become | Miod Vallat |
2006-01-09 | Remove completely obsolete comment from the pre-wscons sparc days in | Miod Vallat |
2006-01-09 | Ditch the grf frame buffer abstraction, and directly attach macfb to | Miod Vallat |
2006-01-09 | Remove duplicate defines with if_ether.h | Miod Vallat |
2006-01-09 | Restore console bell functionnality lost in the wscons merge. | Miod Vallat |
2006-01-08 | Remove unused grf_softc members; do not keep temporary data in grf_softc | Miod Vallat |
2006-01-08 | Drop native MacOS support from the adb direct code, and skip callback | Miod Vallat |
2006-01-08 | Display unhandled adb devices as "whatever at adb0 addr X" like all buses do; | Miod Vallat |
2006-01-08 | Advertize color on non-indexed modes, and swap blue and red at 16bpp (might be | Miod Vallat |
2006-01-08 | Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values. | Miod Vallat |
2006-01-08 | Switch macfb from an rcons backend to a rasops backend; supposedly restores | Miod Vallat |
2006-01-08 | Oops, don't forget to initialize the raw repeat timeout; lost while cleaning. | Miod Vallat |
2006-01-07 | Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line for | Miod Vallat |
2006-01-05 | More dead constants. | Miod Vallat |
2006-01-05 | A match() function should never, never, ever return UNSUPP for unsupported | Miod Vallat |
2006-01-05 | Begone. | Miod Vallat |
2006-01-04 | Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse | Miod Vallat |
2006-01-04 | More accurate sc_minsync computation on 16.5MHz ESPs; ok martin@ | Miod Vallat |
2006-01-01 | Enable A/UX style interrupt routing on non-AV Centrises and Quadras, gives us | Miod Vallat |
2005-12-21 | Simplify obio stanzas and remove unused locators. | Miod Vallat |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-10-23 | m68k_btop() and m68k_ptob() were mostly used by mac68k only and can | Martin Reindl |
2005-10-01 | simplifiy esp_dafb_have_dreq() | Martin Reindl |
2005-09-27 | - don't mess with SCSI controller bits here, only map the two regions | Martin Reindl |
2005-09-27 | missing pieces for RBV video handling | Martin Reindl |
2005-09-26 | - correct framebuffer calculation offset by marking off garbage bits in | Martin Reindl |
2005-09-15 | get rid of MD m68k_trunc_page and m68k_round_page and replace by MI | Martin Reindl |
2005-09-12 | - Add byte-swap and stride options to bus_space. | Martin Reindl |
2005-08-09 | Save a variable in espmatch(), vm_offset_t->vaddr_t, print DEBUG address | Martin Reindl |
2005-08-06 | overhaul the grf driver: | Martin Reindl |
2005-08-05 | - missing m_free() | Martin Reindl |
2005-08-01 | unmap correct size, oops | Martin Reindl |
2005-08-01 | - disable video interrupts on AV machines | Martin Reindl |
2005-07-23 | - no need to include sys/dkstat.h | Martin Reindl |