cvs commit: src/sys/dev/acpica5 acpi_acad.c acpi_cmbat.c acpi_thermal.c src/sys/dev/acpica5/Osd OsdInterrupt.c OsdSchedule.c src/usr.sbin/acpi/acpidb Makefile osunixxf.c.patch

David Rhodus sdrhodus at gmail.com
Sat Mar 12 08:07:41 PST 2005


This doesn't seem to compile.

cc -O -pipe  -I/sata/obj/usr/src/sys/GENERIC/usr/src/sys/dev/acpica5  
                  -I/usr/src/sys/dev/acpica5                     
-I/usr/src/sys/dev/acpica5/../../dev/acpica5                   
-I/usr/src/sys/dev/acpica5/../../contrib/dev/acpica-unix-20040527/include
 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -fformat-extensions -ansi -DKLD_MODULE -nostdinc
-I/sata/obj/usr/src/sys/GENERIC/usr/src/sys/dev/acpica5
-I/usr/src/sys/dev/acpica5
-I/usr/src/sys/dev/acpica5/../../dev/acpica5
-I/usr/src/sys/dev/acpica5/../../contrib/dev/acpica-unix-20040527/include
-I. -I@ -I@/../include -g -mpreferred-stack-boundary=2 -fno-common
-ffreestanding -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -fformat-extensions -ansi -c
/usr/src/sys/dev/acpica5/acpi_acad.c
/usr/src/sys/dev/acpica5/acpi_acad.c: In function `acpi_acad_init_acline':
/usr/src/sys/dev/acpica5/acpi_acad.c:251: too few arguments to
function `AcpiOsSleep'
*** Error code 1

Stop in /usr/src/sys/dev/acpica5.
*** Error code 1




On Sat, 12 Mar 2005 06:33:40 -0800 (PST), YONETANI Tomokazu
<y0netan1 at xxxxxxxxxxxxxxxxxxxxxxx> wrote:
> y0netan1    2005/03/12 06:33:40 PST
> 
> DragonFly src repository
> 
>   Modified files:
>     sys/dev/acpica5      acpi_acad.c acpi_cmbat.c acpi_thermal.c
>     sys/dev/acpica5/Osd  OsdInterrupt.c OsdSchedule.c
>     usr.sbin/acpi/acpidb Makefile
>   Added files:
>     usr.sbin/acpi/acpidb osunixxf.c.patch
>   Log:
>   Update ACPI build wrappers to use new ACPICA code.
> 
>   Submitted-by: Craig Dooley <xlnxminusx [at] gmail.com>
> 
>   Add a small patch for userland ACPI tools by me, to compile
>   osunixxf.c . The absence of working AeLocalGetRootPointer() only
>   affects AcpiOsGetRootPointer() in userland ACPI tools. For kernel
>   module it's implemented in /sys/${ARCH}/acpica5/OsdEnvironment.c .
>   The callers of AcpiOsGetRootPointer() properly check anyway to see
>   if the returned pointer is valid, so making it no-op doesn't make
>   a problem.
> 
>   Revision  Changes    Path
>   1.5       +1 -1      src/sys/dev/acpica5/acpi_acad.c
>   1.6       +1 -1      src/sys/dev/acpica5/acpi_cmbat.c
>   1.4       +2 -2      src/sys/dev/acpica5/acpi_thermal.c
>   1.3       +3 -3      src/sys/dev/acpica5/Osd/OsdInterrupt.c
>   1.5       +22 -11    src/sys/dev/acpica5/Osd/OsdSchedule.c
>   1.2       +5 -0      src/usr.sbin/acpi/acpidb/Makefile
> 
> http://www.dragonflybsd.org/cvsweb/src/sys/dev/acpica5/acpi_acad.c.diff?r1=1.4&r2=1.5&f=u
> http://www.dragonflybsd.org/cvsweb/src/sys/dev/acpica5/acpi_cmbat.c.diff?r1=1.5&r2=1.6&f=u
> http://www.dragonflybsd.org/cvsweb/src/sys/dev/acpica5/acpi_thermal.c.diff?r1=1.3&r2=1.4&f=u
> http://www.dragonflybsd.org/cvsweb/src/sys/dev/acpica5/Osd/OsdInterrupt.c.diff?r1=1.2&r2=1.3&f=u
> http://www.dragonflybsd.org/cvsweb/src/sys/dev/acpica5/Osd/OsdSchedule.c.diff?r1=1.4&r2=1.5&f=u
> http://www.dragonflybsd.org/cvsweb/src/usr.sbin/acpi/acpidb/Makefile.diff?r1=1.1&r2=1.2&f=u
> 


-- 
                                            -David
                                            Steven David Rhodus
                                            <drhodus at xxxxxxxxxxx>





More information about the Commits mailing list