diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-02-05 19:16:51 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-02-05 19:16:51 +0200 |
commit | 9d77aabdff919360f0c9333105436c31f1f5749a (patch) | |
tree | fa0617724e538435cf2b04b7a63ef006fc73fe04 /src/atiload.c | |
parent | ff8ea19fcdce099732f9359e53cd62b9a04bfa6d (diff) | |
parent | 57822be75740f339445f2375d44632560f4bbe57 (diff) |
Merge branch 'mach64-pci-1'
Diffstat (limited to 'src/atiload.c')
-rw-r--r-- | src/atiload.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/atiload.c b/src/atiload.c index aa36d461..0001ced9 100644 --- a/src/atiload.c +++ b/src/atiload.c @@ -62,22 +62,6 @@ const char *ATIvbeSymbols[] = NULL }; -#ifndef AVOID_CPIO - -const char *ATIxf1bppSymbols[] = -{ - "xf1bppScreenInit", - NULL -}; - -const char *ATIxf4bppSymbols[] = -{ - "xf4bppScreenInit", - NULL -}; - -#endif /* AVOID_CPIO */ - #ifdef XF86DRI_DEVEL const char *ATIdrmSymbols[] = { @@ -228,19 +212,6 @@ ATILoadModules /* Load depth-specific entry points */ switch (pATI->bitsPerPixel) { - -#ifndef AVOID_CPIO - - case 1: - fbPtr = ATILoadModule(pScreenInfo, "xf1bpp", ATIxf1bppSymbols); - break; - - case 4: - fbPtr = ATILoadModule(pScreenInfo, "xf4bpp", ATIxf4bppSymbols); - break; - -#endif /* AVOID_CPIO */ - case 8: case 16: case 24: |