Date: Thu, 22 May 2003 22:28:15 +0200 From: Mark Santcroos <marks@ripe.net> To: Stijn Hoop <stijn@win.tue.nl> Cc: current@freebsd.org Subject: Re: FBSD 5.1b2 Inst. Results on Dell i8500 Message-ID: <20030522202815.GB639@laptop.6bone.nl> In-Reply-To: <20030522201452.GC60164@pcwin002.win.tue.nl> References: <20030522100612.X95471@root.org> <20030522193004.GA1073@laptop.6bone.nl> <20030522195103.GB60164@pcwin002.win.tue.nl> <20030522200011.GA639@laptop.6bone.nl> <20030522201452.GC60164@pcwin002.win.tue.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 22, 2003 at 10:14:52PM +0200, Stijn Hoop wrote: > --- insp4150.dsl.orig Thu May 22 22:06:40 2003 > +++ insp4150.dsl Thu May 22 22:06:57 2003 > @@ -140,7 +140,7 @@ > > Method (SXX8, 2, NotSerialized) > { > - If (LLess (Arg1, SizeOf (Arg0))) > + If (LLess (Arg1, SizeOf (DerefOf(Arg0)))) > { - CreateByteField (Arg0, Arg1, SX20) + CreateByteField (DerefOf(Arg0), Arg1, SX20) Change the above line and you should be settled. -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030522202815.GB639>