Date: Tue, 09 Mar 1999 11:54:27 -0800 From: David Greenman <dg@root.com> To: Andreas Klemm <andreas@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_tx.c Message-ID: <199903091954.LAA02254@implode.root.com> In-Reply-To: Your message of "Tue, 09 Mar 1999 09:30:13 PST." <199903091730.JAA12999@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>andreas 1999/03/09 09:30:12 PST > > Modified files: > sys/pci if_tx.c > Log: > Fix from author of the driver: > > The i++ loop from 1..1000 is too small on very fast machines like > PII 450 MHz. Increasing the loop from 1..100000 lets the machine > access PHY. After this patch it's possible to use a SMC PCI card > on a HP Kayak XA series PC Workstation. Workaround until this fix > was to enable debugging in the driver (#define EPIC_DEBUG 1). You should have used DELAY() to avoid the randomness of the delay. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903091954.LAA02254>