summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_trap.c
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1999-03-09 17:30:12 +0000
committerandreas <andreas@FreeBSD.org>1999-03-09 17:30:12 +0000
commitf90c5027c22d0fb4f82d1b6f4d8b4d0459f4be95 (patch)
tree622102e6524fa5072de9d7d544accf0cf8b56941 /sys/kern/subr_trap.c
parent68a0ddeab681f5dab271973909b4b4c28266031d (diff)
downloadFreeBSD-src-f90c5027c22d0fb4f82d1b6f4d8b4d0459f4be95.zip
FreeBSD-src-f90c5027c22d0fb4f82d1b6f4d8b4d0459f4be95.tar.gz
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>
Diffstat (limited to 'sys/kern/subr_trap.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud