FBSD 5.1b2 Inst. Results on Dell i8500

Mark Santcroos marks at ripe.net
Thu May 22 13:28:19 PDT 2003


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


More information about the freebsd-current mailing list