Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 1997 05:17:20 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        nate@mt.sri.com, phk@critter.freebsd.dk
Cc:        bde@zeta.org.au, current@FreeBSD.ORG, gibbs@plutotech.com
Subject:   Re: cvs commit: src/sys/conf files src/sys/dev/vx if_vx.c if_vxreg.h src/sys/i386/apm apm.c src/sys/i386/conf GENERIC files.i386 src/sys/i386/eisa 3c5x9.c aha1742.c aic7770.c bt74x.c eisaconf.c eisaconf.h if_fea.c if_vx_eisa.c src/sys/i386/i386 autoconf.c ...
Message-ID:  <199709221917.FAA26906@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Anyway, it shouldn't be to hard to make either of the old and the new
>implementations available under a compile option, the new calling
>API is a a superset of the old, isn't it ?

No, timeout() now passes back a cookie which is required for faster
lookup in untimeout(), and managing the cookies is painful.  Ifdefs
would be required in about 41 files to optionally restore the old
calling convention.  However, it would be easy to test the new API
with the old implementation by ignoring the cookies only in kern_clock.c.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709221917.FAA26906>