summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/grf_mv.c
AgeCommit message (Expand)Author
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-10Pass a real ipl level to add_nubus_intr(), and make sure the interruptMiod Vallat
2007-01-12support a few more video cards, untested:Martin Reindl
2006-02-26skip common macfb attachment on unknown cardsMartin Reindl
2006-01-22Add bus_space_vaddr() and use it instead of accessing private bus_spaceMiod 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-12- Add byte-swap and stride options to bus_space.Martin Reindl
2005-08-06overhaul the grf driver:Martin Reindl
2005-07-23vm_offset_t -> {vaddr_t, bus_addr_t}Martin Reindl
2005-06-12handle SuperMac Thunder/24 interruptsMartin Reindl
2005-05-01- Sync nubus IDs with NetBSD and add some moreMartin Reindl
2005-04-26new NuBus slot space mapping/probing code utilizing bus_space(9)Martin Reindl
2004-11-26More interrupt system cleaning and homogenization:Miod Vallat
2004-01-09typos from Jared Yanovich;Jason McIntyre
2002-03-14First round of __P removal in sysTodd C. Miller
1999-04-24Use the generic m68k param.h.Jason Downs
1997-05-03Support for clearing interrupts on a Rasterops Colorboard 364.briggs
1997-05-02Thanks to Tobias Beal <tbeal41@maine.maine.edu>, we can clear interruptsbriggs
1997-05-01Clear the interrupts properly on an E-Machines Futura II LX and make a wildbriggs
1997-04-17Changes earmarked 'purely cosmetic' by Scott Reynolds:gene
1997-04-10Ignore SE/30 faux-video card.briggs
1997-04-01Add DrHW for RasterOps CB264--From Scott Reynolds--and link it in to thebriggs
1997-03-29Do not register an interrupt handler unless we know that we can clearbriggs
1997-03-14Possible fix for SE/30 internal video problems. Thanks to Denny Gentry forbriggs
1997-03-12Remove some more warnings left over from NetBSD's new config.briggs
1997-03-08Sync with NetBSD of about 4 March.briggs
1997-01-24Sync w/ NETBSD_CURRENT_971122.briggs
1996-09-21Handle the two-page display card, although it doesn't appear to be generatingbriggs
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