Commit d9d8c4b5 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGP] set the AMD8151 agp_bridge.type if we detected it.

parent b1020bd9
......@@ -520,6 +520,8 @@ static int __init agp_amdk8_init(void)
if (ret_val)
agp_bridge.type = NOT_SUPPORTED;
agp_bridge.type = AMD_8151;
return ret_val;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment