voodoofb.c | 1626 voodoo3_write32(sc, VGAINIT0, 4928); 1663 uint32_t vgainit0 = 0; local in function:voodoofb_init 1669 vgainit0 = voodoo3_read32(sc, VGAINIT0); 1671 printf("vga: %08x", vgainit0); 1673 vgainit0 |= 1691 voodoo3_write32(sc, VGAINIT0, vgainit0);
|