index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
vga_pci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spacing nit.
oga
2011-04-14
1
-3
/
+3
*
For the time being repost Intel clarkdale IGD.
oga
2011-04-14
1
-8
/
+9
*
Kill pmap_phys_address(), and force every driver's mmap() routine to return
miod
2010-12-26
1
-2
/
+2
*
Add DVACT_QUIECE support. This is called before splhigh() and before
deraadt
2010-08-31
1
-1
/
+4
*
fix broken english in commented out printf.
miod
2010-08-08
1
-2
/
+2
*
Try to save the vga hardware state around suspend, and also redisplay the
miod
2010-08-08
1
-11
/
+166
*
repost hp g62
marco
2010-08-06
1
-1
/
+6
*
re-post all ATI and all PowerVR (with an annoying message)
deraadt
2010-08-04
1
-24
/
+16
*
Add missing brace.
matthew
2010-08-04
1
-1
/
+2
*
Print annoying stuff when re-posting the video, so that people will
deraadt
2010-08-04
1
-2
/
+4
*
Repost ATI Radeon HD4500 on HP Pavilion dv7-3160us using the emulator,
mlarkin
2010-07-27
1
-1
/
+6
*
Repost ATI FireGL M24 using the emulator. This card is seen on some IBM
mlarkin
2010-07-21
1
-1
/
+6
*
VGA repost for ATI Radeon X1250IGP (as found on Gateway netbooks and
mlarkin
2010-07-20
1
-1
/
+6
*
Let vga_pci.c build in kernel configs without acpi. ok kettenis@
matthieu
2010-07-14
1
-6
/
+9
*
Add Lenovo ThinkPad X100e quirk, from Brad.
pirofti
2010-07-02
1
-1
/
+6
*
Switch to nitems for the table, save some space. `Looks good' deraadt@.
pirofti
2010-07-02
1
-8
/
+2
*
Repost T510 video using the emulator.
mlarkin
2010-07-01
1
-1
/
+6
*
It seems the x200s doesn't need the video bios call from locore.
pirofti
2010-07-01
1
-6
/
+1
*
See, I said the #ifdef's are a confusing maze -- they confused me.
deraadt
2010-07-01
1
-4
/
+4
*
Make this compile with SMALL_KERNEL. The #ifdef farm this produces should
deraadt
2010-07-01
1
-4
/
+4
*
Add a look-up table for machines that have special vga cards. This table will
pirofti
2010-07-01
1
-1
/
+75
*
Fix previous; pointed out by stsp@
kettenis
2009-11-28
1
-2
/
+1
*
Make sure we pass on DVACT_SUSPEND and DVACT_RESUME requests to our children
kettenis
2009-11-28
1
-1
/
+21
*
Remove the last VGA_POST defines with X86EMU. Okay deraadt@.
pirofti
2009-06-06
1
-3
/
+3
*
Add vga bios repost support. Fetched from the NetBSD tree mostly.
pirofti
2009-06-06
1
-1
/
+11
*
Make sure to fail WSDISPLAYIO_[GS]ETPARAM if it is not handled.
miod
2009-06-03
1
-3
/
+7
*
Add acpivideo support. This adds brightness support for all laptops
pirofti
2009-06-03
1
-1
/
+19
*
Do not go one bar too far down the road; found by Parfait; ok oga
deraadt
2009-06-02
1
-2
/
+2
*
Move the drm drivers over from:
oga
2008-11-22
1
-5
/
+5
*
Rework that way that agp attaches.
oga
2008-11-09
1
-36
/
+17
*
Kill dmesg spam. Since we can't guarantee that a device is capable of
oga
2008-08-12
1
-10
/
+2
*
Style fixes and use of tabs for the DRM bits.
brad
2008-08-10
1
-6
/
+6
*
make the drm unsupported printf more in line with how the rest of them
oga
2008-08-02
1
-2
/
+2
*
Right now agp_generic_enable() is wrong. It has been since 2006. It
oga
2008-07-12
1
-1
/
+2
*
Skip 64-bit BARs correctly when initing.
oga
2008-06-12
1
-3
/
+8
*
Simplify the use of pci_mapreg_map().
brad
2008-06-03
1
-9
/
+4
*
currently agp_i810 needs to map the same BAR as inteldrm, this obviously
oga
2008-05-06
1
-3
/
+107
*
Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes
oga
2008-03-16
1
-3
/
+86
*
Initial import of the DRM (direct rendering manager).
oga
2007-11-28
1
-1
/
+16
*
Make agp attach as a device. This means that many more agp bridges
oga
2007-11-25
1
-23
/
+1
*
use DEVICE_IS_VGA_PCI in vga_pci_match()
martin
2007-11-03
1
-16
/
+2
*
Fix a number of issues with vesabios discovered by miod@
gwk
2007-01-28
1
-2
/
+4
*
commit vesabios for matthieu@
gwk
2006-11-27
1
-3
/
+102
*
Enable bus master; X probably needs it to do accelerated graphics.
kettenis
2006-07-20
1
-1
/
+9
*
Move the agpgart handling code to a separate file.
matthieu
2006-03-16
1
-718
/
+15
*
bits of my tree commited by Matthieu by mistake.
miod
2006-03-15
1
-1
/
+3
*
Remove dead code (SUPPORTS_NON_CONSOLE and MD_DISPLAY_ISA_IOT)
matthieu
2006-03-15
1
-14
/
+27
*
Remove unnecessary lockmgr() archaism that was costing too much in terms
pedro
2005-11-19
1
-11
/
+11
*
be MI, use atop()
martin
2005-11-10
1
-4
/
+2
*
Typo in comments.
miod
2005-06-11
1
-2
/
+2
[next]