# HG changeset patch # User ben # Date 1167927040 0 # Node ID f4c52a9738c14e14ad3d71a30296d3013276e43b # Parent 3363189ec02c73379417e35635842e7d9f76956d fix detection of rage128/radeon using vidix driver on powerpc (which seems to keep them disabled), no impact on other archs diff -r 3363189ec02c -r f4c52a9738c1 vidix/drivers/radeon_vid.c --- 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