From owner-freebsd-questions Sun Feb 26 09:51:49 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA26305 for questions-outgoing; Sun, 26 Feb 1995 09:51:49 -0800 Received: from easynet.com (easyr.easynet.com [198.67.38.6]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id JAA26299 for ; Sun, 26 Feb 1995 09:51:47 -0800 Received: by easynet.com (Smail3.1.28.1 #7) id m0rimhV-000rbtC; Sun, 26 Feb 95 09:24 WET Message-Id: From: brian@mediacity.com (Brian Litzinger) Subject: maxwait in if_ed.c not long enough To: freebsd-questions@FreeBSD.org Date: Sun, 26 Feb 1995 09:24:09 -0800 (PST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 656 Sender: questions-owner@FreeBSD.org Precedence: bulk I was not sure which group I should post this too, being somwhat new to FreeBSD, so I thought I'd start here and hopefully get some direction if this is not the correct place. I recent upgraded my LAPTOP from a DX2/66 to a DX4/100 and begin getting ed1: remote transmit DMA failed to complete After a number of these messages, the system would freeze up. The problem seems to be related to 'maxwait' in the if_ed.c file. I changed the two lines which read: int maxwait = 100; /* about 120us */ to int maxwait = 100*100/66; /* about 120us */ and this seemed to remedy the problem. Brian Litzinger brian@easynet.com