summaryrefslogtreecommitdiff
path: root/src/radeon_misc.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-02-15 18:36:10 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-02-15 18:36:10 +0200
commitfc85188fd95bf78b7f965cdde3e22b644c74ff81 (patch)
tree38200fd137c83d542406457caab1ef23f6505534 /src/radeon_misc.c
parent665bd7e2f61cac3e029bbad5024034e5136deec1 (diff)
ati: convert to pci probe
add pciids for each subdriver, make no use of the match_data functionality. thanks to Alex Deucher for reviewing and testing.
Diffstat (limited to 'src/radeon_misc.c')
-rw-r--r--src/radeon_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_misc.c b/src/radeon_misc.c
index a5a2cccc..1115118a 100644
--- a/src/radeon_misc.c
+++ b/src/radeon_misc.c
@@ -63,7 +63,7 @@ RADEONSetup
if (!Inited) {
Inited = TRUE;
- xf86AddDriver(&RADEON, Module, 0);
+ xf86AddDriver(&RADEON, Module, HaveDriverFuncs);
}
return (pointer)TRUE;