summaryrefslogtreecommitdiff
path: root/sys/dev/pci/vga_pci.c
AgeCommit message (Expand)Author
2006-11-27commit vesabios for matthieu@Gordon Willem Klok
2006-07-20Enable bus master; X probably needs it to do accelerated graphics.Mark Kettenis
2006-03-16Move the agpgart handling code to a separate file.Matthieu Herrb
2006-03-15bits of my tree commited by Matthieu by mistake.Miod Vallat
2006-03-15Remove dead code (SUPPORTS_NON_CONSOLE and MD_DISPLAY_ISA_IOT)Matthieu Herrb
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-11-10be MI, use atop()Martin Reindl
2005-06-11Typo in comments.Miod Vallat
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
2004-02-04Change these defines to be a display specific define and also removeDale Rahn
2003-10-31Work around a problem where the vga code expects to be able to map isaDale Rahn
2002-07-15remove a bunch of debugging printfs and disable agp_debug; prompted by millert@Michael Shalayeff
2002-07-13fix ioctl processing logic; problem reported by postman pechkinMichael Shalayeff
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2001-05-08support a hook for vga_pci-based ioctls; aaron@ ookMichael Shalayeff
2000-11-19Don't print PCI device info twice during attach.Aaron Campbell
2000-11-15Updated VGA driver; from NetBSD. Needed for wscons on i386 and alpha. TheseAaron Campbell
1998-01-05new style pci attach printingTheo de Raadt
1997-11-06Add some missing things for the MI vga driver. Move wscons to an MI place asNiklas Hallqvist
1997-11-06We need an MI vga driver. The alpha one was most MI. Not entirely yet though.Niklas Hallqvist
1997-09-30typecast vga_pci_match to cgmatch_tMichael Shalayeff
1997-08-22wscons -> vga_xxx -> vga mmap() support. first cutTheo de Raadt
1997-07-09alpha/common/ insults my filecTheo de Raadt
1997-01-24Sync with NetBSD 961207Niklas Hallqvist