summaryrefslogtreecommitdiffstats
path: root/vidix/mach64_vid.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/mach64_vid.c')
-rw-r--r--vidix/mach64_vid.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vidix/mach64_vid.c b/vidix/mach64_vid.c
index 93f85b83f4..4a1f1115d7 100644
--- a/vidix/mach64_vid.c
+++ b/vidix/mach64_vid.c
@@ -434,11 +434,13 @@ static int mach64_probe(int verbose,int force)
dname = pci_device_name(VENDOR_ATI,lst[i].device);
dname = dname ? dname : "Unknown chip";
printf("[mach64] Found chip: %s\n",dname);
+#if 0
if ((lst[i].command & PCI_COMMAND_IO) == 0)
{
printf("[mach64] Device is disabled, ignoring\n");
continue;
}
+#endif
if(force > PROBE_NORMAL)
{
printf("[mach64] Driver was forced. Was found %sknown chip\n",idx == -1 ? "un" : "");