Commit b65594fd authored by Jeff Wiedemeier's avatar Jeff Wiedemeier Committed by Richard Henderson

[PATCH] enable setting of marvel/titan agp->type

Now that the agpgart support is in, this can be enabled.

/jeff
parent 6922bac4
...@@ -1076,7 +1076,7 @@ marvel_agp_info(void) ...@@ -1076,7 +1076,7 @@ marvel_agp_info(void)
/* /*
* Fill it in. * Fill it in.
*/ */
agp->type = 0 /* FIXME: ALPHA_CORE_AGP */; agp->type = ALPHA_CORE_AGP;
agp->hose = hose; agp->hose = hose;
agp->private = NULL; agp->private = NULL;
agp->ops = &marvel_agp_ops; agp->ops = &marvel_agp_ops;
......
...@@ -764,7 +764,7 @@ titan_agp_info(void) ...@@ -764,7 +764,7 @@ titan_agp_info(void)
/* /*
* Fill it in. * Fill it in.
*/ */
agp->type = 0 /* FIXME: ALPHA_CORE_AGP */; agp->type = ALPHA_CORE_AGP;
agp->hose = hose; agp->hose = hose;
agp->private = port; agp->private = port;
agp->ops = &titan_agp_ops; agp->ops = &titan_agp_ops;
......
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