From owner-source-changes@NetBSD.ORG Thu Mar 23 07:46:54 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA12578 for ; Thu, 23 Mar 1995 07:46:54 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id IAA12266 for source-changes-outgoing; Thu, 23 Mar 1995 08:10:35 -0500 Received: (from source@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id IAA12238 for source-changes; Thu, 23 Mar 1995 08:10:17 -0500 Date: Thu, 23 Mar 1995 08:10:17 -0500 From: The Source of All Evil Message-Id: <199503231310.IAA12238@pain.lcs.mit.edu> To: source-changes@pain.lcs.mit.edu Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG briggs Thu Mar 23 08:00:17 EST 1995 Update of /a/cvsroot/src/sys/arch/mac68k/dev In directory pain.lcs.mit.edu:/b/tmp/cvs-serv11270 Modified Files: if_ae.c Log Message: Serious kludge around network timeouts. Network timeouts seem to be caused by the VIA missing the ethernet slot interrupt. If we get a watchdog, try calling the via's nubus interrupt function. If that causes an interrupt, don't reset anything. If it doesn't, use old behavior (log timeout and reset). Yuck.