The last week's changes has broken the NetBSD support (new IOCTLs and some
function name changes.) The attached patch fixes that.

The current code in Plex86 relies on returning values in the return code
from ioctl(). This is unportable -- at least NetBSD thinks that the
correct way of returning results are in a structure pointed to by the
argument to ioctl(). My patches changes PLEX86_REGTIMER and PLEX86_REGIO
to use this method. Other than that I have tried to be as close as
possible to the Linux source.

   /Krister

netbsddiff.gz

Reply via email to