Bug 91315

Summary: [agp] [patch] add Intel E7505 chipset support to agp(4)
Product: Base System Reporter: Joerg Pulz <Joerg.Pulz>
Component: kernAssignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 6.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
agp_intel.c_E7505 none

Description Joerg Pulz 2006-01-04 20:20:08 UTC
	- add support for the IntelĀ® E7505 Chipset to agp(4)

	I have this chipset in my workstation. Without this change, i had no
	agp0 device and therefore the drm_attach for my Matrox G550 AGP card
	failed.
	After changing src/sys/pci/agp_intel.c i get an agp0 device and the
	drm_attach is successful. I finally get /dev/agpgart and /dev/dri/card0
	whithout any errors.

Fix: - apply the attached patch

	Attention:
	The patch is for current as of today but all my testing was done on
	RELENG_6. So i think this is a really good MFC candidate.
Comment 1 Gleb Smirnoff freebsd_committer freebsd_triage 2006-01-10 15:21:10 UTC
Responsible Changed
From-To: freebsd-bugs->anholt

Eric will handle this.
Comment 2 Eric Anholt freebsd_committer freebsd_triage 2006-02-17 01:40:58 UTC
State Changed
From-To: open->patched

Committed to -current.
Comment 3 Eric Anholt freebsd_committer freebsd_triage 2006-09-01 03:39:30 UTC
State Changed
From-To: patched->closed

MFCed to RELENG_6.