CRC Error Messages on Multiple-Processor Computers (196975)
The information in this article applies to:
- Microsoft Windows NT Workstation 4.0
- Microsoft Windows NT Server 4.0
- Microsoft Windows NT Server, Enterprise Edition 4.0
This article was previously published under Q196975 SYMPTOMS
When you use a remote access server to transfer data over a null modem
cable between a multiple-processor computer and a singe-processor
computer, you may receive cyclical redundancy check (CRC) or data overrun
error messages in Dial-Up Monitor.
CAUSE
The overruns were occurring because the internal buffers in the UART (FIFO's) filled up before the interrupt was serviced and data was lost on the RS-232 bus. Further debugging found that the serial interrupt is masked for longer than .087 ms by the IDE interrupts that were being serviced.
RESOLUTION
There are a couple of settings in the registry that will allow the interrupts to be serviced quicker, set RxFIFO to 1:
HKLM\System\CurrentControlSet\Services\Serial
By default DMA is not enabled on Windows NT. Once enabling DMA the problem was resolved. I was able to increase the baud rate to 115k and transfer over 100 meg of data with no errors. Enabling improves CPU utilization over standard PIO, increasing system usability while IDE operations are in
progress.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
| Modification Type: | Major | Last Reviewed: | 8/10/2001 |
|---|
| Keywords: | kbenv kberrmsg kbHardware kbprb KB196975 |
|---|
|