]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make delay iteration counts a function of hz as the delay period in each
authorBrian Somers <brian@FreeBSD.org>
Wed, 17 Apr 2002 15:28:41 +0000 (15:28 +0000)
committerBrian Somers <brian@FreeBSD.org>
Wed, 17 Apr 2002 15:28:41 +0000 (15:28 +0000)
commitc357e4dfc8404a7ca4845c652ad1c870a2997155
treea3ed4e15c64b0fc4fe9f5d732184e66d4894f0c3
parentb2d8576794e870e6a02ebb1cede2753dac1a8698
Make delay iteration counts a function of hz as the delay period in each
loop is inversly proportional to hz.

This makes things more sane for configurations with hz != 100.

Cosmetic: Make the loops look similar to the loops in digi.c
sys/dev/digi/digi_isa.c