summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/cgtwo.c
AgeCommit message (Expand)Author
2010-06-07Nuke old eeprom.h compatibility defines; ok todd@Miod Vallat
2008-12-26Move the logic responsible from deciding whether a frame buffer needs to beMiod Vallat
2006-12-03Enable all color planes on attach and wait for retrace to program theMiod Vallat
2006-12-03Clean frame buffer attachment code:Miod Vallat
2006-06-29Map the correct size for the colormap registers (not that it really mattersMiod Vallat
2005-03-23Move the alloc_screen, free_screen and show_screen wsdisplay accessops toMiod Vallat
2005-03-07Do not bother passing the blanking routine to fbwscons_console_init(),Miod Vallat
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2003-06-28Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, andMiod Vallat
2003-06-06Do not bother taking care of the frame buffer flags in the softc, if theMiod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12use new display types; ok miodJason Wright
2002-11-06- always initialize colormaps, even if the frame buffer is non console; thisMiod Vallat
2002-09-23Get the wsdisplay capabilities from rasops, rather than attempting toMiod Vallat
2002-09-09Register more screen capabilities to work with the recent wsemul_sun changes.Miod Vallat
2002-08-12Convert sparc console code from rcons and pseudo-devices to rasops and wscons.Miod Vallat
2002-08-02Do correct bounds checking in get/set/put cmap routines. A few ofTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-08-17cdev_decl cleanup; jason@ okMichael Shalayeff
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
1999-09-10roundup(foo, NBPG) -> round_page(foo)Artur Grabowski
1998-11-20careful off handling in mmap routinesTheo de Raadt
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
1996-08-13Revert back to Theo's eeprom.h.Jason Downs
1996-08-11netbsd port, now we merge our changes back inTheo de Raadt
1995-12-18cgtwo only exists on vmes; and thus only sun4 (we will deal withTheo de Raadt
1995-12-15new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supplyTheo de Raadt
1995-11-19rcons does NOT work on p4 bwtwo/cgtwo, probably because of alignment problems?Theo de Raadt
1995-11-09correct sun4 calls to fb_attach()Theo de Raadt
1995-11-03can map pixels in VME32 spaceTheo de Raadt
1995-10-22cannot exist on sbusTheo de Raadt
1995-10-19use new eeprom.hTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt