From owner-freebsd-current Fri May 26 21:29:48 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA10755 for current-outgoing; Fri, 26 May 1995 21:29:48 -0700 Received: from crash.ops.neosoft.com (root@crash.ops.NeoSoft.COM [198.64.212.50]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA10748 for ; Fri, 26 May 1995 21:29:46 -0700 Received: (from smace@localhost) by crash.ops.neosoft.com (8.6.11/8.6.10) id XAA10255 for current@freebsd.org; Fri, 26 May 1995 23:29:39 -0500 From: Scott Mace Message-Id: <199505270429.XAA10255@crash.ops.neosoft.com> Subject: ep driver To: current@FreeBSD.org Date: Fri, 26 May 1995 23:29:39 -0500 (CDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 669 Sender: current-owner@FreeBSD.org Precedence: bulk I've seen in at least 5 different machines with 3com 3c509's where they would intermittantly probe. I found that if you increase the DELAY() right after the "global reset", then it probes perfectly. forsure DELAY(10000) is enough, i have not had a chance to experiment with values between the 1000 default and 10000. This should probably go into 2.0.5 if it isn't too late. Alot of people have 3c509's and may see this problem. Whats odd is it only seems to plague the 486's that I've messed with. I have a pentium 60 that probes it every time. This is definately not a localized problem, as I have seen this with numerous 3c509's and motherboards. Scott