freebsd-dev/sys/dev/tx
Andreas Klemm 1853e64dca 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).

Without that patch you get an undefined state:
while true
do
ifconfig -a | grep status:
done
The status messages flaps between twwo values, but not
"connected".

Obtained from:	Ustimenko Semen <semen@iclub.nsu.ru>
1999-03-09 17:30:12 +00:00
..
if_tx.c Fix from author of the driver: 1999-03-09 17:30:12 +00:00
if_txreg.h Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to be 1998-11-01 07:44:33 +00:00
if_txvar.h Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to be 1998-11-01 07:44:33 +00:00