index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
vga.c
Age
Commit message (
Expand
)
Author
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
1997-08-22
wscons -> vga_xxx -> vga mmap() support. first cut
Theo de Raadt
1997-07-31
text video attributes, tested only on vga, send me E-mail if it breaks someth...
kstailey
1997-07-31
bus_space_copy_2() is now overlap safe
kstailey
1997-07-10
fix vga_copycols(9)
kstailey
1997-07-10
fix backward scrolling
kstailey
1997-07-09
argh
Theo de Raadt
1997-07-09
alpha/common/ insults my filec
Theo de Raadt