Hi, > - r128 doesn't work without UseFBDev at least on Pismos (I suspect all > UniNorth Macs) because we're now trying to do ISA I/O with the help of a new > system call, but the server crashes. It works fine on those machines without > it, so what would we lose by disabling it in r128 #ifdef __powerpc__ ? Or what > would be a better way to determine if it should be used or not?
What system call is this? Do you know if the patch by davem to make X mmap("/proc/bus/pci/...") has made it into 4.1.0? It makes life a lot easier for people with non transparent PCI buses (at the moment I hardwire the offsets in for my RS6000s). Anton