From owner-cvs-all Sun Jan 31 14:41:55 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04160 for cvs-all-outgoing; Sun, 31 Jan 1999 14:41:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04154; Sun, 31 Jan 1999 14:41:52 -0800 (PST) (envelope-from dufault@FreeBSD.org) From: Peter Dufault Received: (from dufault@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA75373; Sun, 31 Jan 1999 14:41:51 -0800 (PST) (envelope-from dufault@FreeBSD.org) Date: Sun, 31 Jan 1999 14:41:51 -0800 (PST) Message-Id: <199901312241.OAA75373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_ep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dufault 1999/01/31 14:41:51 PST Modified files: sys/i386/isa if_ep.c Log: Move the "fetch serial data" delay so that it is an inter-bit delay. Increase the overall length of the delay by 10. Without this a 3C509 card on my MediaGX crash box can't be reliably read. With this it is solid. I've left a delay multiplier in instead of just changing the base delay because I'm surprised I had to increase it so much and expect there may be another problem. Revision Changes Path 1.79 +13 -5 src/sys/i386/isa/if_ep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message