Merge from vendor branch BSDTAR:
[dragonfly.git] / usr.sbin / acpi / acpidb / osunixxf.c.patch
1 $DragonFly: src/usr.sbin/acpi/acpidb/osunixxf.c.patch,v 1.1 2005/03/12 14:33:40 y0netan1 Exp $
2
3 --- osunixxf.c.orig     2005-02-12 08:32:17.000000000 +0900
4 +++ osunixxf.c  2005-03-05 20:47:12.000000000 +0900
5 @@ -184,8 +184,10 @@
6      UINT32                  Flags,
7      ACPI_POINTER           *Address)
8  {
9 -
10 +#if 0
11 +    /* AeLocalGetRootPointer is not properly implemented yet */
12      return (AeLocalGetRootPointer(Flags, Address));
13 +#endif
14  }
15  
16