Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107334 | Differences between
and this patch

Collapse All | Expand All

(-)src/backend/back_linux.c.old (+2 lines)
Lines 260-265 Link Here
260
    nv_card.PCIO    = map_dev_mem(fd, nv_card.reg_address + 0x601000, 0x2000);
260
    nv_card.PCIO    = map_dev_mem(fd, nv_card.reg_address + 0x601000, 0x2000);
261
    nv_card.PRAMDAC = map_dev_mem(fd, nv_card.reg_address + 0x680000, 0x2000);
261
    nv_card.PRAMDAC = map_dev_mem(fd, nv_card.reg_address + 0x680000, 0x2000);
262
    nv_card.PROM    = map_dev_mem(fd, nv_card.reg_address + 0x300000, 0xffff);
262
    nv_card.PROM    = map_dev_mem(fd, nv_card.reg_address + 0x300000, 0xffff);
263
264
    close(fd);
263
    
265
    
264
    return 1;
266
    return 1;
265
}
267
}

Return to bug 107334