Mercurial > mplayer.hg
changeset 21801:f4c52a9738c1
fix detection of rage128/radeon using vidix driver on powerpc (which seems to keep them disabled), no impact on other archs
author | ben |
---|---|
date | Thu, 04 Jan 2007 16:10:40 +0000 |
parents | 3363189ec02c |
children | fa9422a466e5 |
files | vidix/drivers/radeon_vid.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/drivers/radeon_vid.c Thu Jan 04 16:07:42 2007 +0000 +++ b/vidix/drivers/radeon_vid.c Thu Jan 04 16:10:40 2007 +0000 @@ -1007,11 +1007,13 @@ dname = pci_device_name(VENDOR_ATI,lst[i].device); dname = dname ? dname : "Unknown chip"; printf(RADEON_MSG" Found chip: %s\n",dname); +#if 0 if ((lst[i].command & PCI_COMMAND_IO) == 0) { printf("[radeon] Device is disabled, ignoring\n"); continue; } +#endif #ifndef RAGE128 if(idx != -1) #ifdef HAVE_X11