Re: PCI bus Latency

1999-10-28 Thread Dennis
At 01:35 AM 10/27/99 -0700, eT wrote: >Greetings .. > >When doing a pci_read_config(dev, PCI_LATENCY_TIMER, 4) I get varying values on >different hardware configurations. > >On Machine A the value is 32 and my device driver (using DMA) works fine. > >On Machine B the value is 64 and my device driv

Re: PCI bus Latency

1999-10-27 Thread Mike Smith
Please try wrapping your messages to a sane width; try 72 columns. > When doing a pci_read_config(dev, PCI_LATENCY_TIMER, 4) I get varying > values on different hardware configurations. > > On Machine A the value is 32 and my device driver (using DMA) works fine. > > On Machine B the value is 64