Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/ic



Module Name:    src
Committed By:   uwe
Date:           Tue Apr  4 22:25:23 UTC 2006

Modified Files:
        src/sys/dev/ic: igsfb.c

Log Message:
Nuke delay() that sneaked in with one of old revisions.  It's not
necessary.

When we attach as console on netwinder, the timer is not yet attached,
so delay() resorts to a busy loop.  That loop takes BIGNUM seconds(!)
to complete.  That makes you think the machine wedged.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/dev/ic/igsfb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index