rccide.c | 190 u_int32_t pio_time, dma_time, pio_mode, udma_mode; local in function:serverworks_setup_channel 198 pio_time = pci_conf_read(sc->sc_pc, sc->sc_tag, 0x40); 203 pio_time &= ~(0xffff << (16 * channel)); 219 pio_time |= pio_modes[drvp->PIO_mode] << (8 * (unit^1)); 249 pci_conf_write(sc->sc_pc, sc->sc_tag, 0x40, pio_time);
|