Bill Holler wrote: > AcpiGetFirmwareTable() was removed from the ACPI interface. > More of the ACPI interface changed beyond just the HPET table. > I will have to look into this tomorrow. The pad-gate merge will > not happen tonight. :-( > ARC stability of the ACPI interfaces is something like contract project private or somesuch. The fact is that the ACPI CA interfaces are third-party and prone to change.
In the case of AcpiGetFirmwareTable(), the change is simple - it's been retired and replaced with AcpiGetTable(). A number of headers have changed, as well. I'd be happy to lend a hand a hand with the merge, Bill. Dana > Regards, > Bill > > > On 11/12/08 20:20, Bill Holler wrote: > >> Hi Dana and tesla-dev, >> >> The HPET_TABLE data type changed to ACPI_TABLE_HPET >> between actbl1.h version 1.41 in onnv_97 and version 1.51 in >> onnv_102. This data type is defined in intel/sys/acpi/actbl1.h. >> It looks like Intel provides the sys/acpi files. >> >> What is the stability of this interface and this type name? >> The OpenSolaris C-State support code uses this data type. >> Should I change the type name in the OpenSolaris code to >> match the new actbl1.h definition and move on? >> >> Thank you, >> Bill >> >> > _______________________________________________ > tesla-dev mailing list > tesla-dev at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/tesla-dev >
