summaryrefslogtreecommitdiff
path: root/sys/dev/ic/vga.c
AgeCommit message (Expand)Author
2003-05-17Replace suspect strncpy with strlcpy to ensure null termination.Kenneth R Westerback
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-03Avoid warning when building with vga on isa without vga on pci; ok mickey@Thorsten Lockert
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-08inplement screen burner in screenblank(1) style (no program though).Michael Shalayeff
2001-05-08support a hook for vga_pci-based ioctls; aaron@ ookMichael Shalayeff
2001-04-14Kernel support for console mouse functionality which will be controlled byAaron Campbell
2001-04-01if we have a secondary fontset loaded and itMichael Shalayeff
2001-03-22remember vga type as passed from lower level attachMichael Shalayeff
2001-03-16zero vga_config after allocMichael Shalayeff
2001-03-14allow listing and soon deleting fonts; aaron@ okMichael Shalayeff
2001-02-28do not blindely bus_space_ma the vga bios,Michael Shalayeff
2001-02-08Cause keypresses to reset the screen in case we are in scrollback (previouslyAaron Campbell
2001-01-31OpenBSD does have paddr_t, I can't explain why I thought it didn't; art@Aaron Campbell
2001-01-31Some int -> u_long (I incorrectly converted paddr_t to int when porting this).Aaron Campbell
2000-11-22Set visible offset properly.Aaron Campbell
2000-11-15Updated VGA driver; from NetBSD. Needed for wscons on i386 and alpha. TheseAaron Campbell
1998-09-28support powerpc port (needs ifdef to use powerpc_btop()), is thereDale S. Rahn
1997-11-06Add some missing things for the MI vga driver. Move wscons to an MI place asNiklas Hallqvist
1997-11-06temp <machine_btop() fixMichael Shalayeff
1997-11-06We need an MI vga driver. The alpha one was most MI. Not entirely yet though.Niklas Hallqvist
1997-08-25better mmap support, what funTheo de Raadt
1997-08-22wscons -> vga_xxx -> vga mmap() support. first cutTheo de Raadt
1997-07-31text video attributes, tested only on vga, send me E-mail if it breaks someth...kstailey
1997-07-31bus_space_copy_2() is now overlap safekstailey
1997-07-10fix vga_copycols(9)kstailey
1997-07-10fix backward scrollingkstailey
1997-07-09arghTheo de Raadt
1997-07-09alpha/common/ insults my filecTheo de Raadt