Age | Commit message (Expand) | Author |
2013-03-17 | Better way to prevent the VGA text console wsdisplay instance from ataching | Mark Kettenis |
2013-03-15 | Skip further initialization of a vga devices if a drm driver attached a | Mark Kettenis |
2011-04-03 | Sprinkle spltty around code which plays with either the video memory or | Miod Vallat |
2010-08-28 | ansify function definitions, and constify a few arrays while there. | Miod Vallat |
2010-08-08 | Try to save the vga hardware state around suspend, and also redisplay the | Miod Vallat |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-08-12 | Backing store for ega and vga virtual console is not allocated until the | Miod Vallat |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-02-15 | change M_WAITOK --> M_WAITOK | M_CANFAIL | Charles Longeau |
2009-02-01 | Save the text mode color palette upon startup, and restore it when | Miod Vallat |
2008-03-16 | Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes | Owain Ainsworth |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. | Kenneth R Westerback |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-02-06 | Evil typo; spotted by Thorsten Glaser | Miod Vallat |
2006-12-02 | In alloc_attr(), make sure xxansitopc[] indicies are within bounds. | Miod Vallat |
2006-11-29 | Change the getchar wsdisplay_accessops function to not return a | Miod Vallat |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-09-29 | If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every time | Miod Vallat |
2005-01-31 | Be sure to always return an error for unrecognized ioctls. Found by matthieu@ | Miod Vallat |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-25 | Do not allow loading a font in an used font slot; discussed with and ok mickey@ | Miod Vallat |
2004-11-04 | fix memory leak on deleting a screen; from janjaap@stack.nl via pr3977 | Michael Shalayeff |
2004-08-06 | Easy one! Remove two redundant assignments. | Per Fogelstrom |
2004-02-27 | Fix a botched strchr() inlining in vga_load_font and avoid dereferencing | Todd C. Miller |
2003-05-17 | Replace suspect strncpy with strlcpy to ensure null termination. | Kenneth R Westerback |
2002-07-12 | support for the agp gart on various agp chipsets. | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-08-03 | Avoid warning when building with vga on isa without vga on pci; ok mickey@ | Thorsten Lockert |
2001-05-16 | allocate memory w/ NOWAIT during autoconf time and check for NULL return | Michael Shalayeff |
2001-05-08 | inplement screen burner in screenblank(1) style (no program though). | Michael Shalayeff |
2001-05-08 | support a hook for vga_pci-based ioctls; aaron@ ook | Michael Shalayeff |
2001-04-14 | Kernel support for console mouse functionality which will be controlled by | Aaron Campbell |
2001-04-01 | if we have a secondary fontset loaded and it | Michael Shalayeff |
2001-03-22 | remember vga type as passed from lower level attach | Michael Shalayeff |
2001-03-16 | zero vga_config after alloc | Michael Shalayeff |
2001-03-14 | allow listing and soon deleting fonts; aaron@ ok | Michael Shalayeff |
2001-02-28 | do not blindely bus_space_ma the vga bios, | Michael Shalayeff |
2001-02-08 | Cause keypresses to reset the screen in case we are in scrollback (previously | Aaron Campbell |
2001-01-31 | OpenBSD does have paddr_t, I can't explain why I thought it didn't; art@ | Aaron Campbell |
2001-01-31 | Some int -> u_long (I incorrectly converted paddr_t to int when porting this). | Aaron Campbell |
2000-11-22 | Set visible offset properly. | Aaron Campbell |
2000-11-15 | Updated VGA driver; from NetBSD. Needed for wscons on i386 and alpha. These | Aaron Campbell |
1998-09-28 | support powerpc port (needs ifdef to use powerpc_btop()), is there | Dale S. Rahn |
1997-11-06 | Add some missing things for the MI vga driver. Move wscons to an MI place as | Niklas Hallqvist |
1997-11-06 | temp <machine_btop() fix | Michael Shalayeff |
1997-11-06 | We need an MI vga driver. The alpha one was most MI. Not entirely yet though. | Niklas Hallqvist |
1997-08-25 | better mmap support, what fun | Theo de Raadt |