yongari 2008-07-18 01:00:54 UTC FreeBSD src repository Modified files: sys/dev/age if_age.c Log: SVN rev 180580 on 2008-07-18 01:00:54Z by yongari Use DELAY() instead of pause if waiting time is less than 1ms. This will fix driver hang if hz < 1000. Pointed out by: thompsa Revision Changes Path 1.3 +2 -2 src/sys/dev/age/if_age.c