summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/grf_mv.c
AgeCommit message (Collapse)Author
1999-04-24Use the generic m68k param.h.Jason Downs
1997-05-03Support for clearing interrupts on a Rasterops Colorboard 364.briggs
Thanks go to Michel Chalufour <michelc@tiac.net> for grovelling around for me.
1997-05-02Thanks to Tobias Beal <tbeal41@maine.maine.edu>, we can clear interruptsbriggs
on at least one Radius Precisioncolor 8 board.
1997-05-01Clear the interrupts properly on an E-Machines Futura II LX and make a wildbriggs
guess at clearing them on a Futura II SX/DSP and RasterOps ColorBoard 364. Thanks to Michel Chalufour <michelc@tiac.net> for loaning me the II LX.
1997-04-17Changes earmarked 'purely cosmetic' by Scott Reynolds:gene
>- Remove unused `register' modifier on declarations >- Reverse the sense of some tests to make the code more clear >- Type casts per KNF >- Move a static variable into the only function that uses it > (perhaps we can eliminate it entirely, someday?) Also, I went through these files and XXX'ed some things that should be and fixed a few more formatting problems per KNF.
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
proper interrupt routine. grfmv_intr_mystery changed to grfmv_intr_cb264.
1997-03-29Do not register an interrupt handler unless we know that we can clearbriggs
interrupts properly. Take a stab at clearing interrupts correctly for stupid Samsung video card that masquerades as a Toby Frame Buffer card. Break out interrupt routines by card type, including the cards that just need a byte cleared to clear the interrupt.
1997-03-14Possible fix for SE/30 internal video problems. Thanks to Denny Gentry forbriggs
figuring out what was going wrong there.
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
video interrupts on my Q700 (perhaps it realized that DAFB will do that).
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