summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/grf_iv.c
AgeCommit message (Expand)Author
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2006-03-13Put wsscreen_list array inside the softc instead of on the stack; similar fixMiod Vallat
2006-01-30Do not disable frame buffer interrupts in the match() function, but ratherMiod Vallat
2006-01-23Be more careful when mapping DAFB color registers, so that we don't preventMiod Vallat
2006-01-22Colormap support for DAFB frame buffers (using information from Linux).Miod Vallat
2006-01-22Add bus_space_vaddr() and use it instead of accessing private bus_spaceMiod Vallat
2006-01-20Make sure we can only match once for internal video.Miod Vallat
2006-01-10Simplify external macfb interfaces, kill an intermediate attachment structure.Miod Vallat
2006-01-09Ditch the grf frame buffer abstraction, and directly attach macfb toMiod Vallat
2006-01-08Remove unused grf_softc members; do not keep temporary data in grf_softcMiod Vallat
2006-01-04Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouseMiod Vallat
2005-09-27- don't mess with SCSI controller bits here, only map the two regionsMartin Reindl
2005-09-27missing pieces for RBV video handlingMartin Reindl
2005-09-26- correct framebuffer calculation offset by marking off garbage bits inMartin Reindl
2005-09-15get rid of MD m68k_trunc_page and m68k_round_page and replace by MIMartin Reindl
2005-09-12- Add byte-swap and stride options to bus_space.Martin Reindl
2005-08-06overhaul the grf driver:Martin Reindl
2005-08-01unmap correct size, oopsMartin Reindl
2005-08-01- disable video interrupts on AV machinesMartin Reindl
2005-07-23vm_offset_t -> {vaddr_t, bus_addr_t}Martin Reindl
2004-12-08Only map the DAFB video registers in attach, so that other code can mapMiod Vallat
2004-12-03Always attach intvid even if the monitor sense code seems wrong; this isMiod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
1999-04-24Use the generic m68k param.h.Jason Downs
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-05-03Associated fallout from removing macinfo.h and merging to cpu.h.gene
1998-04-27Adapt to new bus_space functions after fixing namespace issues.gene
1997-04-21Take care when accessing DAFB--some quadra-class machines use other videobriggs
1997-03-30Minor cleanup.briggs
1997-03-29A bit more DAFB initialization.briggs
1997-03-18Bad idea to reset mac68k_vidphys/videorowbytes here.briggs
1997-03-18Handle DAFB better. Only configure if we think a monitor is attached andbriggs
1997-03-14Use macro to truncate page.briggs
1997-03-12Fix for bizarre internal framebuffers that don't start on page boundaries.briggs
1997-03-08Sync with NetBSD of about 4 March.briggs
1997-01-24Sync w/ NETBSD_CURRENT_971122.briggs
1996-10-28Include macinfo.h.briggs
1996-09-21Initial support for Quadra 700 internal video interrupt handling.briggs
1996-08-10Sync with NetBSD.briggs
1996-05-26Add OpenBSD Id string.briggs
1996-05-26Sync with NetBSD-current.briggs
1995-10-18initial import of NetBSD treeTheo de Raadt