Bug 68545

Summary: Proper AGPv3/AGP 8x support for VIA KT400/400a/600
Product: Base System Reporter: skywizard <skywizard>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: current
Priority: Normal    
Version: 5.2-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description skywizard 2004-07-01 10:00:39 UTC
	Trying to enable dri/drm support on VIA KT400/400a/600 based
	chipset will lock up the machine, since the agp driver use
	the wrong hardware register (AGPv2, instead of AGPv3).

Fix: Apply this patch. Rebuild kernel/modules.
How-To-Repeat: 	Load drm module for your card, enable dri in XF86Config, run X.
	If you're using AGP 8X card (Radeon 9200 for example), either
	your machine will come to abrupt halt, or suddenly become
	sluggish.
Comment 1 John Baldwin freebsd_committer freebsd_triage 2004-07-02 04:39:39 UTC
State Changed
From-To: open->closed

Committed, thanks!