netbsd-bugs@netbsd.org
[Top] [All Lists]

PR/42906 CVS commit: src/sys

Subject: PR/42906 CVS commit: src/sys
From: Jeff Rizzo
Date: Wed, 16 Jun 2010 03:40:03 +0000 UTC
The following reply was made to PR kern/42906; it has been noted by GNATS.

From: Jeff Rizzo <riz@xxxxxxxxxx>
To: gnats-bugs@xxxxxxxxxxxxxxxx
Cc: 
Subject: PR/42906 CVS commit: src/sys
Date: Wed, 16 Jun 2010 03:35:02 +0000

 Module Name:   src
 Committed By:  riz
 Date:          Wed Jun 16 03:35:01 UTC 2010
 
 Modified Files:
        src/sys/arch/x86/pci: pchb.c
        src/sys/dev/pci: agp.c agp_i810.c
 
 Log Message:
 Add AGP support for a number of Intel onboard devices, including
 82G41, 82B43, E7221, 82965GME, and "Iron Lake".  Device
 types (i915, i965, G33, and G4X variants) from the Linux Intel AGP
 driver, and (for 82G41) from Henry Bent in PR#42906.
 
 There are a few more varieties that should be relatively low-hanging
 fruit ("Pineview" and "Sandy Bridge"), but will require a little bit
 of rejiggering of the "chiptype".
 
 OK mrg@
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/pci/pchb.c
 cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pci/agp.c
 cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pci/agp_i810.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 

<Prev in Thread] Current Thread [Next in Thread>
  • PR/42906 CVS commit: src/sys, Jeff Rizzo <=