git: 29f37e9bcc67 - main - acpica: Import ACPICA 20210105.
Jung-uk Kim
jkim at FreeBSD.org
Sat Jan 30 01:54:48 UTC 2021
The branch main has been updated by jkim:
URL: https://cgit.FreeBSD.org/src/commit/?id=29f37e9bcc67d5d94c9d6bbbcf2717e16bf25c4e
commit 29f37e9bcc67d5d94c9d6bbbcf2717e16bf25c4e
Author: Jung-uk Kim <jkim at FreeBSD.org>
AuthorDate: 2021-01-06 03:13:30 +0000
Commit: Jung-uk Kim <jkim at FreeBSD.org>
CommitDate: 2021-01-30 01:53:07 +0000
acpica: Import ACPICA 20210105.
(cherry picked from commit a61ec1492c58c40bd0d968794c380668c157e2ef)
---
sys/contrib/dev/acpica/changes.txt | 21 +++++++++
sys/contrib/dev/acpica/common/acfileio.c | 2 +-
sys/contrib/dev/acpica/common/acgetline.c | 2 +-
sys/contrib/dev/acpica/common/adfile.c | 2 +-
sys/contrib/dev/acpica/common/adisasm.c | 2 +-
sys/contrib/dev/acpica/common/adwalk.c | 2 +-
sys/contrib/dev/acpica/common/ahids.c | 2 +-
sys/contrib/dev/acpica/common/ahpredef.c | 2 +-
sys/contrib/dev/acpica/common/ahtable.c | 4 +-
sys/contrib/dev/acpica/common/ahuuids.c | 2 +-
sys/contrib/dev/acpica/common/cmfsize.c | 2 +-
sys/contrib/dev/acpica/common/dmextern.c | 2 +-
sys/contrib/dev/acpica/common/dmrestag.c | 2 +-
sys/contrib/dev/acpica/common/dmswitch.c | 2 +-
sys/contrib/dev/acpica/common/dmtable.c | 4 +-
sys/contrib/dev/acpica/common/dmtables.c | 2 +-
sys/contrib/dev/acpica/common/dmtbdump.c | 2 +-
sys/contrib/dev/acpica/common/dmtbdump1.c | 2 +-
sys/contrib/dev/acpica/common/dmtbdump2.c | 55 +---------------------
sys/contrib/dev/acpica/common/dmtbdump3.c | 55 +---------------------
sys/contrib/dev/acpica/common/dmtbinfo.c | 2 +-
sys/contrib/dev/acpica/common/dmtbinfo1.c | 2 +-
sys/contrib/dev/acpica/common/dmtbinfo2.c | 24 +---------
sys/contrib/dev/acpica/common/dmtbinfo3.c | 23 +--------
sys/contrib/dev/acpica/common/getopt.c | 2 +-
sys/contrib/dev/acpica/compiler/aslallocate.c | 2 +-
sys/contrib/dev/acpica/compiler/aslanalyze.c | 2 +-
sys/contrib/dev/acpica/compiler/aslascii.c | 2 +-
sys/contrib/dev/acpica/compiler/aslbtypes.c | 2 +-
sys/contrib/dev/acpica/compiler/aslcache.c | 2 +-
sys/contrib/dev/acpica/compiler/aslcodegen.c | 2 +-
sys/contrib/dev/acpica/compiler/aslcompile.c | 2 +-
sys/contrib/dev/acpica/compiler/aslcompiler.h | 2 +-
sys/contrib/dev/acpica/compiler/aslcompiler.l | 2 +-
sys/contrib/dev/acpica/compiler/aslcstyle.y | 2 +-
sys/contrib/dev/acpica/compiler/asldebug.c | 2 +-
sys/contrib/dev/acpica/compiler/asldefine.h | 2 +-
sys/contrib/dev/acpica/compiler/aslerror.c | 2 +-
sys/contrib/dev/acpica/compiler/aslexternal.c | 2 +-
sys/contrib/dev/acpica/compiler/aslfileio.c | 2 +-
sys/contrib/dev/acpica/compiler/aslfiles.c | 2 +-
sys/contrib/dev/acpica/compiler/aslfold.c | 2 +-
sys/contrib/dev/acpica/compiler/aslglobal.h | 2 +-
sys/contrib/dev/acpica/compiler/aslhelp.c | 2 +-
sys/contrib/dev/acpica/compiler/aslhelpers.y | 2 +-
sys/contrib/dev/acpica/compiler/aslhex.c | 2 +-
sys/contrib/dev/acpica/compiler/aslkeywords.y | 2 +-
sys/contrib/dev/acpica/compiler/asllength.c | 2 +-
sys/contrib/dev/acpica/compiler/asllisting.c | 2 +-
sys/contrib/dev/acpica/compiler/asllistsup.c | 2 +-
sys/contrib/dev/acpica/compiler/aslload.c | 2 +-
sys/contrib/dev/acpica/compiler/asllookup.c | 2 +-
sys/contrib/dev/acpica/compiler/aslmain.c | 2 +-
sys/contrib/dev/acpica/compiler/aslmap.c | 2 +-
sys/contrib/dev/acpica/compiler/aslmapenter.c | 2 +-
sys/contrib/dev/acpica/compiler/aslmapoutput.c | 2 +-
sys/contrib/dev/acpica/compiler/aslmaputils.c | 2 +-
sys/contrib/dev/acpica/compiler/aslmessages.c | 2 +-
sys/contrib/dev/acpica/compiler/aslmessages.h | 2 +-
sys/contrib/dev/acpica/compiler/aslmethod.c | 2 +-
sys/contrib/dev/acpica/compiler/aslnamesp.c | 2 +-
sys/contrib/dev/acpica/compiler/asloffset.c | 2 +-
sys/contrib/dev/acpica/compiler/aslopcodes.c | 2 +-
sys/contrib/dev/acpica/compiler/asloperands.c | 2 +-
sys/contrib/dev/acpica/compiler/aslopt.c | 2 +-
sys/contrib/dev/acpica/compiler/asloptions.c | 2 +-
sys/contrib/dev/acpica/compiler/aslparseop.c | 2 +-
sys/contrib/dev/acpica/compiler/aslparser.y | 2 +-
sys/contrib/dev/acpica/compiler/aslpld.c | 2 +-
sys/contrib/dev/acpica/compiler/aslpredef.c | 2 +-
sys/contrib/dev/acpica/compiler/aslprepkg.c | 2 +-
sys/contrib/dev/acpica/compiler/aslprimaries.y | 2 +-
sys/contrib/dev/acpica/compiler/aslprintf.c | 2 +-
sys/contrib/dev/acpica/compiler/aslprune.c | 2 +-
sys/contrib/dev/acpica/compiler/aslresource.c | 2 +-
sys/contrib/dev/acpica/compiler/aslresources.y | 2 +-
sys/contrib/dev/acpica/compiler/aslrestype1.c | 2 +-
sys/contrib/dev/acpica/compiler/aslrestype1i.c | 2 +-
sys/contrib/dev/acpica/compiler/aslrestype2.c | 2 +-
sys/contrib/dev/acpica/compiler/aslrestype2d.c | 2 +-
sys/contrib/dev/acpica/compiler/aslrestype2e.c | 2 +-
sys/contrib/dev/acpica/compiler/aslrestype2q.c | 2 +-
sys/contrib/dev/acpica/compiler/aslrestype2s.c | 2 +-
sys/contrib/dev/acpica/compiler/aslrestype2w.c | 2 +-
sys/contrib/dev/acpica/compiler/aslrules.y | 2 +-
sys/contrib/dev/acpica/compiler/aslstartup.c | 2 +-
sys/contrib/dev/acpica/compiler/aslstubs.c | 2 +-
sys/contrib/dev/acpica/compiler/aslsupport.l | 2 +-
sys/contrib/dev/acpica/compiler/aslsupport.y | 2 +-
sys/contrib/dev/acpica/compiler/asltokens.y | 2 +-
sys/contrib/dev/acpica/compiler/asltransform.c | 2 +-
sys/contrib/dev/acpica/compiler/asltree.c | 2 +-
sys/contrib/dev/acpica/compiler/asltypes.h | 2 +-
sys/contrib/dev/acpica/compiler/asltypes.y | 2 +-
sys/contrib/dev/acpica/compiler/aslutils.c | 2 +-
sys/contrib/dev/acpica/compiler/asluuid.c | 2 +-
sys/contrib/dev/acpica/compiler/aslwalks.c | 2 +-
sys/contrib/dev/acpica/compiler/aslxref.c | 2 +-
sys/contrib/dev/acpica/compiler/aslxrefout.c | 2 +-
sys/contrib/dev/acpica/compiler/cvcompiler.c | 2 +-
sys/contrib/dev/acpica/compiler/cvdisasm.c | 2 +-
sys/contrib/dev/acpica/compiler/cvparser.c | 2 +-
sys/contrib/dev/acpica/compiler/dtcompile.c | 2 +-
sys/contrib/dev/acpica/compiler/dtcompiler.h | 12 +----
sys/contrib/dev/acpica/compiler/dtcompilerparser.l | 2 +-
sys/contrib/dev/acpica/compiler/dtcompilerparser.y | 2 +-
sys/contrib/dev/acpica/compiler/dtexpress.c | 2 +-
sys/contrib/dev/acpica/compiler/dtfield.c | 2 +-
sys/contrib/dev/acpica/compiler/dtio.c | 2 +-
sys/contrib/dev/acpica/compiler/dtparser.l | 2 +-
sys/contrib/dev/acpica/compiler/dtparser.y | 2 +-
sys/contrib/dev/acpica/compiler/dtsubtable.c | 2 +-
sys/contrib/dev/acpica/compiler/dttable.c | 2 +-
sys/contrib/dev/acpica/compiler/dttable1.c | 2 +-
sys/contrib/dev/acpica/compiler/dttable2.c | 52 +-------------------
sys/contrib/dev/acpica/compiler/dttemplate.c | 2 +-
sys/contrib/dev/acpica/compiler/dttemplate.h | 29 +-----------
sys/contrib/dev/acpica/compiler/dtutils.c | 2 +-
sys/contrib/dev/acpica/compiler/preprocess.h | 2 +-
sys/contrib/dev/acpica/compiler/prexpress.c | 2 +-
sys/contrib/dev/acpica/compiler/prmacros.c | 2 +-
sys/contrib/dev/acpica/compiler/prparser.l | 2 +-
sys/contrib/dev/acpica/compiler/prparser.y | 2 +-
sys/contrib/dev/acpica/compiler/prscan.c | 2 +-
sys/contrib/dev/acpica/compiler/prutils.c | 2 +-
.../dev/acpica/components/debugger/dbcmds.c | 2 +-
.../dev/acpica/components/debugger/dbconvert.c | 2 +-
.../dev/acpica/components/debugger/dbdisply.c | 2 +-
.../dev/acpica/components/debugger/dbexec.c | 2 +-
.../dev/acpica/components/debugger/dbfileio.c | 2 +-
.../dev/acpica/components/debugger/dbhistry.c | 2 +-
.../dev/acpica/components/debugger/dbinput.c | 2 +-
.../dev/acpica/components/debugger/dbmethod.c | 2 +-
.../dev/acpica/components/debugger/dbnames.c | 2 +-
.../dev/acpica/components/debugger/dbobject.c | 2 +-
.../dev/acpica/components/debugger/dbstats.c | 2 +-
.../dev/acpica/components/debugger/dbtest.c | 2 +-
.../dev/acpica/components/debugger/dbutils.c | 2 +-
.../dev/acpica/components/debugger/dbxface.c | 2 +-
.../dev/acpica/components/disassembler/dmbuffer.c | 2 +-
.../dev/acpica/components/disassembler/dmcstyle.c | 2 +-
.../acpica/components/disassembler/dmdeferred.c | 2 +-
.../dev/acpica/components/disassembler/dmnames.c | 2 +-
.../dev/acpica/components/disassembler/dmopcode.c | 2 +-
.../dev/acpica/components/disassembler/dmresrc.c | 2 +-
.../dev/acpica/components/disassembler/dmresrcl.c | 2 +-
.../dev/acpica/components/disassembler/dmresrcl2.c | 2 +-
.../dev/acpica/components/disassembler/dmresrcs.c | 2 +-
.../dev/acpica/components/disassembler/dmutils.c | 2 +-
.../dev/acpica/components/disassembler/dmwalk.c | 2 +-
.../dev/acpica/components/dispatcher/dsargs.c | 2 +-
.../dev/acpica/components/dispatcher/dscontrol.c | 2 +-
.../dev/acpica/components/dispatcher/dsdebug.c | 2 +-
.../dev/acpica/components/dispatcher/dsfield.c | 2 +-
.../dev/acpica/components/dispatcher/dsinit.c | 2 +-
.../dev/acpica/components/dispatcher/dsmethod.c | 2 +-
.../dev/acpica/components/dispatcher/dsmthdat.c | 2 +-
.../dev/acpica/components/dispatcher/dsobject.c | 2 +-
.../dev/acpica/components/dispatcher/dsopcode.c | 2 +-
.../dev/acpica/components/dispatcher/dspkginit.c | 2 +-
.../dev/acpica/components/dispatcher/dsutils.c | 2 +-
.../dev/acpica/components/dispatcher/dswexec.c | 2 +-
.../dev/acpica/components/dispatcher/dswload.c | 2 +-
.../dev/acpica/components/dispatcher/dswload2.c | 2 +-
.../dev/acpica/components/dispatcher/dswscope.c | 2 +-
.../dev/acpica/components/dispatcher/dswstate.c | 2 +-
sys/contrib/dev/acpica/components/events/evevent.c | 2 +-
sys/contrib/dev/acpica/components/events/evglock.c | 2 +-
sys/contrib/dev/acpica/components/events/evgpe.c | 2 +-
.../dev/acpica/components/events/evgpeblk.c | 2 +-
.../dev/acpica/components/events/evgpeinit.c | 2 +-
.../dev/acpica/components/events/evgpeutil.c | 2 +-
.../dev/acpica/components/events/evhandler.c | 2 +-
sys/contrib/dev/acpica/components/events/evmisc.c | 2 +-
.../dev/acpica/components/events/evregion.c | 2 +-
.../dev/acpica/components/events/evrgnini.c | 2 +-
sys/contrib/dev/acpica/components/events/evsci.c | 2 +-
sys/contrib/dev/acpica/components/events/evxface.c | 2 +-
.../dev/acpica/components/events/evxfevnt.c | 2 +-
sys/contrib/dev/acpica/components/events/evxfgpe.c | 2 +-
.../dev/acpica/components/events/evxfregn.c | 2 +-
.../dev/acpica/components/executer/exconcat.c | 2 +-
.../dev/acpica/components/executer/exconfig.c | 2 +-
.../dev/acpica/components/executer/exconvrt.c | 2 +-
.../dev/acpica/components/executer/excreate.c | 2 +-
.../dev/acpica/components/executer/exdebug.c | 2 +-
.../dev/acpica/components/executer/exdump.c | 2 +-
.../dev/acpica/components/executer/exfield.c | 2 +-
.../dev/acpica/components/executer/exfldio.c | 2 +-
.../dev/acpica/components/executer/exmisc.c | 2 +-
.../dev/acpica/components/executer/exmutex.c | 2 +-
.../dev/acpica/components/executer/exnames.c | 2 +-
.../dev/acpica/components/executer/exoparg1.c | 2 +-
.../dev/acpica/components/executer/exoparg2.c | 2 +-
.../dev/acpica/components/executer/exoparg3.c | 2 +-
.../dev/acpica/components/executer/exoparg6.c | 2 +-
.../dev/acpica/components/executer/exprep.c | 2 +-
.../dev/acpica/components/executer/exregion.c | 2 +-
.../dev/acpica/components/executer/exresnte.c | 2 +-
.../dev/acpica/components/executer/exresolv.c | 2 +-
.../dev/acpica/components/executer/exresop.c | 2 +-
.../dev/acpica/components/executer/exserial.c | 2 +-
.../dev/acpica/components/executer/exstore.c | 2 +-
.../dev/acpica/components/executer/exstoren.c | 2 +-
.../dev/acpica/components/executer/exstorob.c | 2 +-
.../dev/acpica/components/executer/exsystem.c | 2 +-
.../dev/acpica/components/executer/extrace.c | 2 +-
.../dev/acpica/components/executer/exutils.c | 2 +-
.../dev/acpica/components/hardware/hwacpi.c | 2 +-
.../dev/acpica/components/hardware/hwesleep.c | 2 +-
sys/contrib/dev/acpica/components/hardware/hwgpe.c | 2 +-
sys/contrib/dev/acpica/components/hardware/hwpci.c | 2 +-
.../dev/acpica/components/hardware/hwregs.c | 2 +-
.../dev/acpica/components/hardware/hwsleep.c | 2 +-
.../dev/acpica/components/hardware/hwtimer.c | 2 +-
.../dev/acpica/components/hardware/hwvalid.c | 2 +-
.../dev/acpica/components/hardware/hwxface.c | 2 +-
.../dev/acpica/components/hardware/hwxfsleep.c | 2 +-
.../dev/acpica/components/namespace/nsaccess.c | 2 +-
.../dev/acpica/components/namespace/nsalloc.c | 2 +-
.../dev/acpica/components/namespace/nsarguments.c | 2 +-
.../dev/acpica/components/namespace/nsconvert.c | 2 +-
.../dev/acpica/components/namespace/nsdump.c | 2 +-
.../dev/acpica/components/namespace/nsdumpdv.c | 2 +-
.../dev/acpica/components/namespace/nseval.c | 2 +-
.../dev/acpica/components/namespace/nsinit.c | 2 +-
.../dev/acpica/components/namespace/nsload.c | 2 +-
.../dev/acpica/components/namespace/nsnames.c | 2 +-
.../dev/acpica/components/namespace/nsobject.c | 2 +-
.../dev/acpica/components/namespace/nsparse.c | 2 +-
.../dev/acpica/components/namespace/nspredef.c | 2 +-
.../dev/acpica/components/namespace/nsprepkg.c | 2 +-
.../dev/acpica/components/namespace/nsrepair.c | 2 +-
.../dev/acpica/components/namespace/nsrepair2.c | 2 +-
.../dev/acpica/components/namespace/nssearch.c | 2 +-
.../dev/acpica/components/namespace/nsutils.c | 2 +-
.../dev/acpica/components/namespace/nswalk.c | 2 +-
.../dev/acpica/components/namespace/nsxfeval.c | 2 +-
.../dev/acpica/components/namespace/nsxfname.c | 2 +-
.../dev/acpica/components/namespace/nsxfobj.c | 2 +-
sys/contrib/dev/acpica/components/parser/psargs.c | 2 +-
sys/contrib/dev/acpica/components/parser/psloop.c | 2 +-
.../dev/acpica/components/parser/psobject.c | 2 +-
.../dev/acpica/components/parser/psopcode.c | 2 +-
.../dev/acpica/components/parser/psopinfo.c | 2 +-
sys/contrib/dev/acpica/components/parser/psparse.c | 2 +-
sys/contrib/dev/acpica/components/parser/psscope.c | 2 +-
sys/contrib/dev/acpica/components/parser/pstree.c | 2 +-
sys/contrib/dev/acpica/components/parser/psutils.c | 2 +-
sys/contrib/dev/acpica/components/parser/pswalk.c | 2 +-
sys/contrib/dev/acpica/components/parser/psxface.c | 2 +-
.../dev/acpica/components/resources/rsaddr.c | 2 +-
.../dev/acpica/components/resources/rscalc.c | 2 +-
.../dev/acpica/components/resources/rscreate.c | 2 +-
.../dev/acpica/components/resources/rsdump.c | 2 +-
.../dev/acpica/components/resources/rsdumpinfo.c | 2 +-
.../dev/acpica/components/resources/rsinfo.c | 2 +-
sys/contrib/dev/acpica/components/resources/rsio.c | 2 +-
.../dev/acpica/components/resources/rsirq.c | 2 +-
.../dev/acpica/components/resources/rslist.c | 2 +-
.../dev/acpica/components/resources/rsmemory.c | 2 +-
.../dev/acpica/components/resources/rsmisc.c | 2 +-
.../dev/acpica/components/resources/rsserial.c | 2 +-
.../dev/acpica/components/resources/rsutils.c | 2 +-
.../dev/acpica/components/resources/rsxface.c | 2 +-
sys/contrib/dev/acpica/components/tables/tbdata.c | 2 +-
sys/contrib/dev/acpica/components/tables/tbfadt.c | 2 +-
sys/contrib/dev/acpica/components/tables/tbfind.c | 2 +-
.../dev/acpica/components/tables/tbinstal.c | 2 +-
sys/contrib/dev/acpica/components/tables/tbprint.c | 2 +-
sys/contrib/dev/acpica/components/tables/tbutils.c | 2 +-
sys/contrib/dev/acpica/components/tables/tbxface.c | 2 +-
.../dev/acpica/components/tables/tbxfload.c | 2 +-
.../dev/acpica/components/tables/tbxfroot.c | 2 +-
.../dev/acpica/components/utilities/utaddress.c | 2 +-
.../dev/acpica/components/utilities/utalloc.c | 2 +-
.../dev/acpica/components/utilities/utascii.c | 2 +-
.../dev/acpica/components/utilities/utbuffer.c | 2 +-
.../dev/acpica/components/utilities/utcache.c | 2 +-
.../dev/acpica/components/utilities/utcopy.c | 2 +-
.../dev/acpica/components/utilities/utdebug.c | 2 +-
.../dev/acpica/components/utilities/utdecode.c | 2 +-
.../dev/acpica/components/utilities/utdelete.c | 2 +-
.../dev/acpica/components/utilities/uterror.c | 2 +-
.../dev/acpica/components/utilities/uteval.c | 2 +-
.../dev/acpica/components/utilities/utexcep.c | 2 +-
.../dev/acpica/components/utilities/utglobal.c | 2 +-
.../dev/acpica/components/utilities/uthex.c | 2 +-
.../dev/acpica/components/utilities/utids.c | 2 +-
.../dev/acpica/components/utilities/utinit.c | 2 +-
.../dev/acpica/components/utilities/utlock.c | 2 +-
.../dev/acpica/components/utilities/utmath.c | 2 +-
.../dev/acpica/components/utilities/utmisc.c | 2 +-
.../dev/acpica/components/utilities/utmutex.c | 2 +-
.../dev/acpica/components/utilities/utnonansi.c | 2 +-
.../dev/acpica/components/utilities/utobject.c | 2 +-
.../dev/acpica/components/utilities/utosi.c | 2 +-
.../dev/acpica/components/utilities/utownerid.c | 2 +-
.../dev/acpica/components/utilities/utpredef.c | 2 +-
.../dev/acpica/components/utilities/utresdecode.c | 2 +-
.../dev/acpica/components/utilities/utresrc.c | 2 +-
.../dev/acpica/components/utilities/utstate.c | 2 +-
.../dev/acpica/components/utilities/utstring.c | 2 +-
.../dev/acpica/components/utilities/utstrsuppt.c | 2 +-
.../dev/acpica/components/utilities/utstrtoul64.c | 2 +-
.../dev/acpica/components/utilities/uttrack.c | 2 +-
.../dev/acpica/components/utilities/utuuid.c | 2 +-
.../dev/acpica/components/utilities/utxface.c | 2 +-
.../dev/acpica/components/utilities/utxferror.c | 2 +-
.../dev/acpica/components/utilities/utxfinit.c | 2 +-
.../dev/acpica/components/utilities/utxfmutex.c | 2 +-
sys/contrib/dev/acpica/include/acapps.h | 4 +-
sys/contrib/dev/acpica/include/acbuffer.h | 2 +-
sys/contrib/dev/acpica/include/acclib.h | 2 +-
sys/contrib/dev/acpica/include/accommon.h | 2 +-
sys/contrib/dev/acpica/include/acconfig.h | 2 +-
sys/contrib/dev/acpica/include/acconvert.h | 2 +-
sys/contrib/dev/acpica/include/acdebug.h | 2 +-
sys/contrib/dev/acpica/include/acdisasm.h | 14 +-----
sys/contrib/dev/acpica/include/acdispat.h | 2 +-
sys/contrib/dev/acpica/include/acevents.h | 2 +-
sys/contrib/dev/acpica/include/acexcep.h | 2 +-
sys/contrib/dev/acpica/include/acglobal.h | 2 +-
sys/contrib/dev/acpica/include/achware.h | 2 +-
sys/contrib/dev/acpica/include/acinterp.h | 2 +-
sys/contrib/dev/acpica/include/aclocal.h | 2 +-
sys/contrib/dev/acpica/include/acmacros.h | 2 +-
sys/contrib/dev/acpica/include/acnames.h | 2 +-
sys/contrib/dev/acpica/include/acnamesp.h | 2 +-
sys/contrib/dev/acpica/include/acobject.h | 2 +-
sys/contrib/dev/acpica/include/acopcode.h | 2 +-
sys/contrib/dev/acpica/include/acoutput.h | 2 +-
sys/contrib/dev/acpica/include/acparser.h | 2 +-
sys/contrib/dev/acpica/include/acpi.h | 2 +-
sys/contrib/dev/acpica/include/acpiosxf.h | 2 +-
sys/contrib/dev/acpica/include/acpixf.h | 4 +-
sys/contrib/dev/acpica/include/acpredef.h | 2 +-
sys/contrib/dev/acpica/include/acresrc.h | 2 +-
sys/contrib/dev/acpica/include/acrestyp.h | 2 +-
sys/contrib/dev/acpica/include/acstruct.h | 2 +-
sys/contrib/dev/acpica/include/actables.h | 2 +-
sys/contrib/dev/acpica/include/actbinfo.h | 4 +-
sys/contrib/dev/acpica/include/actbl.h | 2 +-
sys/contrib/dev/acpica/include/actbl1.h | 2 +-
sys/contrib/dev/acpica/include/actbl2.h | 31 +-----------
sys/contrib/dev/acpica/include/actbl3.h | 30 +-----------
sys/contrib/dev/acpica/include/actypes.h | 2 +-
sys/contrib/dev/acpica/include/acutils.h | 2 +-
sys/contrib/dev/acpica/include/acuuid.h | 2 +-
sys/contrib/dev/acpica/include/amlcode.h | 2 +-
sys/contrib/dev/acpica/include/amlresrc.h | 2 +-
sys/contrib/dev/acpica/include/platform/acenv.h | 2 +-
sys/contrib/dev/acpica/include/platform/acenvex.h | 2 +-
.../dev/acpica/include/platform/acfreebsd.h | 2 +-
sys/contrib/dev/acpica/include/platform/acgcc.h | 2 +-
sys/contrib/dev/acpica/include/platform/acgccex.h | 2 +-
.../acpica/os_specific/service_layers/osunixxf.c | 2 +-
357 files changed, 379 insertions(+), 669 deletions(-)
diff --git a/sys/contrib/dev/acpica/changes.txt b/sys/contrib/dev/acpica/changes.txt
index d27547d31b76..e58f906382b5 100644
--- a/sys/contrib/dev/acpica/changes.txt
+++ b/sys/contrib/dev/acpica/changes.txt
@@ -1,3 +1,24 @@
+----------------------------------------
+05 January 2021. Summary of changes for version 20210105:
+
+This release is available at https://acpica.org/downloads
+
+
+1) ACPICA kernel-resident subsystem:
+
+Updated all copyrights to 2021. This affects all ACPICA source code
+modules.
+
+2) iASL Compiler/Disassembler and ACPICA tools:
+
+ASL test suite (ASLTS): Updated all copyrights to 2021.
+
+Tools and utilities: Updated all signon copyrights to 2021.
+
+iASL Table Compiler: Removed support for obsolete ACPI tables: VRTC,
+MTMR. Al Stone.
+
+
----------------------------------------
17 December 2020. Summary of changes for version 20201217:
diff --git a/sys/contrib/dev/acpica/common/acfileio.c b/sys/contrib/dev/acpica/common/acfileio.c
index 55a15c8d6e13..5124e2d7f1ed 100644
--- a/sys/contrib/dev/acpica/common/acfileio.c
+++ b/sys/contrib/dev/acpica/common/acfileio.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/acgetline.c b/sys/contrib/dev/acpica/common/acgetline.c
index b8ead45f155b..1c00f33e1775 100644
--- a/sys/contrib/dev/acpica/common/acgetline.c
+++ b/sys/contrib/dev/acpica/common/acgetline.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/adfile.c b/sys/contrib/dev/acpica/common/adfile.c
index 5196c2fcc6fe..61df767eb690 100644
--- a/sys/contrib/dev/acpica/common/adfile.c
+++ b/sys/contrib/dev/acpica/common/adfile.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/adisasm.c b/sys/contrib/dev/acpica/common/adisasm.c
index 2ef3dfc49338..1c45e52413fd 100644
--- a/sys/contrib/dev/acpica/common/adisasm.c
+++ b/sys/contrib/dev/acpica/common/adisasm.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/adwalk.c b/sys/contrib/dev/acpica/common/adwalk.c
index b4d38922a9f8..133a4d98bb26 100644
--- a/sys/contrib/dev/acpica/common/adwalk.c
+++ b/sys/contrib/dev/acpica/common/adwalk.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/ahids.c b/sys/contrib/dev/acpica/common/ahids.c
index 0ebdde314e16..6249fa40369a 100644
--- a/sys/contrib/dev/acpica/common/ahids.c
+++ b/sys/contrib/dev/acpica/common/ahids.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/ahpredef.c b/sys/contrib/dev/acpica/common/ahpredef.c
index 6853c7d359c1..5f407bcbf2f4 100644
--- a/sys/contrib/dev/acpica/common/ahpredef.c
+++ b/sys/contrib/dev/acpica/common/ahpredef.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/ahtable.c b/sys/contrib/dev/acpica/common/ahtable.c
index 7638b43b5f5f..cf369e4c0695 100644
--- a/sys/contrib/dev/acpica/common/ahtable.c
+++ b/sys/contrib/dev/acpica/common/ahtable.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -229,7 +229,6 @@ const AH_TABLE AcpiGbl_SupportedTables[] =
{ACPI_SIG_MPST, "Memory Power State Table"},
{ACPI_SIG_MSCT, "Maximum System Characteristics Table"},
{ACPI_SIG_MSDM, "Microsoft Data Management table"},
- {ACPI_SIG_MTMR, "MID Timer Table"},
{ACPI_SIG_NFIT, "NVDIMM Firmware Interface Table"},
{ACPI_SIG_PCCT, "Platform Communications Channel Table"},
{ACPI_SIG_PDTT, "Platform Debug Trigger Table"},
@@ -252,7 +251,6 @@ const AH_TABLE AcpiGbl_SupportedTables[] =
{ACPI_SIG_TCPA, "Trusted Computing Platform Alliance table"},
{ACPI_SIG_TPM2, "Trusted Platform Module hardware interface table"},
{ACPI_SIG_UEFI, "UEFI Boot Optimization Table"},
- {ACPI_SIG_VRTC, "Virtual Real-Time Clock Table"},
{ACPI_SIG_WAET, "Windows ACPI Emulated Devices Table"},
{ACPI_SIG_WDAT, "Watchdog Action Table"},
{ACPI_SIG_WDDT, "Watchdog Description Table"},
diff --git a/sys/contrib/dev/acpica/common/ahuuids.c b/sys/contrib/dev/acpica/common/ahuuids.c
index 19c881c964fa..13c764d298a8 100644
--- a/sys/contrib/dev/acpica/common/ahuuids.c
+++ b/sys/contrib/dev/acpica/common/ahuuids.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/cmfsize.c b/sys/contrib/dev/acpica/common/cmfsize.c
index c6718faebcc9..7026c17b43bc 100644
--- a/sys/contrib/dev/acpica/common/cmfsize.c
+++ b/sys/contrib/dev/acpica/common/cmfsize.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/dmextern.c b/sys/contrib/dev/acpica/common/dmextern.c
index 44494cbff8bd..df6de46a2a4f 100644
--- a/sys/contrib/dev/acpica/common/dmextern.c
+++ b/sys/contrib/dev/acpica/common/dmextern.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/dmrestag.c b/sys/contrib/dev/acpica/common/dmrestag.c
index a79eb0bf4027..15ddb8f2da44 100644
--- a/sys/contrib/dev/acpica/common/dmrestag.c
+++ b/sys/contrib/dev/acpica/common/dmrestag.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/dmswitch.c b/sys/contrib/dev/acpica/common/dmswitch.c
index 44aab815f0b6..c1a00333204d 100644
--- a/sys/contrib/dev/acpica/common/dmswitch.c
+++ b/sys/contrib/dev/acpica/common/dmswitch.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/dmtable.c b/sys/contrib/dev/acpica/common/dmtable.c
index 635828ebe777..565a76071aad 100644
--- a/sys/contrib/dev/acpica/common/dmtable.c
+++ b/sys/contrib/dev/acpica/common/dmtable.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -509,7 +509,6 @@ const ACPI_DMTABLE_DATA AcpiDmTableData[] =
{ACPI_SIG_MPST, AcpiDmTableInfoMpst, AcpiDmDumpMpst, DtCompileMpst, TemplateMpst},
{ACPI_SIG_MSCT, NULL, AcpiDmDumpMsct, DtCompileMsct, TemplateMsct},
{ACPI_SIG_MSDM, NULL, AcpiDmDumpSlic, DtCompileSlic, TemplateMsdm},
- {ACPI_SIG_MTMR, NULL, AcpiDmDumpMtmr, DtCompileMtmr, TemplateMtmr},
{ACPI_SIG_NFIT, AcpiDmTableInfoNfit, AcpiDmDumpNfit, DtCompileNfit, TemplateNfit},
{ACPI_SIG_PCCT, AcpiDmTableInfoPcct, AcpiDmDumpPcct, DtCompilePcct, TemplatePcct},
{ACPI_SIG_PDTT, AcpiDmTableInfoPdtt, AcpiDmDumpPdtt, DtCompilePdtt, TemplatePdtt},
@@ -530,7 +529,6 @@ const ACPI_DMTABLE_DATA AcpiDmTableData[] =
{ACPI_SIG_TCPA, NULL, AcpiDmDumpTcpa, DtCompileTcpa, TemplateTcpa},
{ACPI_SIG_TPM2, AcpiDmTableInfoTpm2, AcpiDmDumpTpm2, DtCompileTpm2, TemplateTpm2},
{ACPI_SIG_UEFI, AcpiDmTableInfoUefi, NULL, DtCompileUefi, TemplateUefi},
- {ACPI_SIG_VRTC, AcpiDmTableInfoVrtc, AcpiDmDumpVrtc, DtCompileVrtc, TemplateVrtc},
{ACPI_SIG_WAET, AcpiDmTableInfoWaet, NULL, NULL, TemplateWaet},
{ACPI_SIG_WDAT, NULL, AcpiDmDumpWdat, DtCompileWdat, TemplateWdat},
{ACPI_SIG_WDDT, AcpiDmTableInfoWddt, NULL, NULL, TemplateWddt},
diff --git a/sys/contrib/dev/acpica/common/dmtables.c b/sys/contrib/dev/acpica/common/dmtables.c
index 33f9227b989d..db2aa172710f 100644
--- a/sys/contrib/dev/acpica/common/dmtables.c
+++ b/sys/contrib/dev/acpica/common/dmtables.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/dmtbdump.c b/sys/contrib/dev/acpica/common/dmtbdump.c
index bd3e00de31e0..1f8e147f06f4 100644
--- a/sys/contrib/dev/acpica/common/dmtbdump.c
+++ b/sys/contrib/dev/acpica/common/dmtbdump.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/dmtbdump1.c b/sys/contrib/dev/acpica/common/dmtbdump1.c
index 27e754395a22..b9b30dc2f4a5 100644
--- a/sys/contrib/dev/acpica/common/dmtbdump1.c
+++ b/sys/contrib/dev/acpica/common/dmtbdump1.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/dmtbdump2.c b/sys/contrib/dev/acpica/common/dmtbdump2.c
index bc20d42450ed..e5124a26d587 100644
--- a/sys/contrib/dev/acpica/common/dmtbdump2.c
+++ b/sys/contrib/dev/acpica/common/dmtbdump2.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -1114,59 +1114,6 @@ AcpiDmDumpMsct (
}
-/*******************************************************************************
- *
- * FUNCTION: AcpiDmDumpMtmr
- *
- * PARAMETERS: Table - A MTMR table
- *
- * RETURN: None
- *
- * DESCRIPTION: Format the contents of a MTMR
- *
- ******************************************************************************/
-
-void
-AcpiDmDumpMtmr (
- ACPI_TABLE_HEADER *Table)
-{
- ACPI_STATUS Status;
- UINT32 Offset = sizeof (ACPI_TABLE_MTMR);
- ACPI_MTMR_ENTRY *Subtable;
-
-
- /* Main table */
-
- Status = AcpiDmDumpTable (Table->Length, 0, Table, 0, AcpiDmTableInfoMtmr);
- if (ACPI_FAILURE (Status))
- {
- return;
- }
-
- /* Subtables */
-
- Subtable = ACPI_ADD_PTR (ACPI_MTMR_ENTRY, Table, Offset);
- while (Offset < Table->Length)
- {
- /* Common subtable header */
-
- AcpiOsPrintf ("\n");
- Status = AcpiDmDumpTable (Table->Length, Offset, Subtable,
- sizeof (ACPI_MTMR_ENTRY), AcpiDmTableInfoMtmr0);
- if (ACPI_FAILURE (Status))
- {
- return;
- }
-
- /* Point to next subtable */
-
- Offset += sizeof (ACPI_MTMR_ENTRY);
- Subtable = ACPI_ADD_PTR (ACPI_MTMR_ENTRY, Subtable,
- sizeof (ACPI_MTMR_ENTRY));
- }
-}
-
-
/*******************************************************************************
*
* FUNCTION: AcpiDmDumpNfit
diff --git a/sys/contrib/dev/acpica/common/dmtbdump3.c b/sys/contrib/dev/acpica/common/dmtbdump3.c
index 948675781c54..0dac4d401a2c 100644
--- a/sys/contrib/dev/acpica/common/dmtbdump3.c
+++ b/sys/contrib/dev/acpica/common/dmtbdump3.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -601,59 +601,6 @@ AcpiDmDumpTpm2 (
}
-/*******************************************************************************
- *
- * FUNCTION: AcpiDmDumpVrtc
- *
- * PARAMETERS: Table - A VRTC table
- *
- * RETURN: None
- *
- * DESCRIPTION: Format the contents of a VRTC
- *
- ******************************************************************************/
-
-void
-AcpiDmDumpVrtc (
- ACPI_TABLE_HEADER *Table)
-{
- ACPI_STATUS Status;
- UINT32 Offset = sizeof (ACPI_TABLE_VRTC);
- ACPI_VRTC_ENTRY *Subtable;
-
-
- /* Main table */
-
- Status = AcpiDmDumpTable (Table->Length, 0, Table, 0, AcpiDmTableInfoVrtc);
- if (ACPI_FAILURE (Status))
- {
- return;
- }
-
- /* Subtables */
-
- Subtable = ACPI_ADD_PTR (ACPI_VRTC_ENTRY, Table, Offset);
- while (Offset < Table->Length)
- {
- /* Common subtable header */
-
- AcpiOsPrintf ("\n");
- Status = AcpiDmDumpTable (Table->Length, Offset, Subtable,
- sizeof (ACPI_VRTC_ENTRY), AcpiDmTableInfoVrtc0);
- if (ACPI_FAILURE (Status))
- {
- return;
- }
-
- /* Point to next subtable */
-
- Offset += sizeof (ACPI_VRTC_ENTRY);
- Subtable = ACPI_ADD_PTR (ACPI_VRTC_ENTRY, Subtable,
- sizeof (ACPI_VRTC_ENTRY));
- }
-}
-
-
/*******************************************************************************
*
* FUNCTION: AcpiDmDumpWdat
diff --git a/sys/contrib/dev/acpica/common/dmtbinfo.c b/sys/contrib/dev/acpica/common/dmtbinfo.c
index c4a449a0622c..9e9fdd7e63c7 100644
--- a/sys/contrib/dev/acpica/common/dmtbinfo.c
+++ b/sys/contrib/dev/acpica/common/dmtbinfo.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/dmtbinfo1.c b/sys/contrib/dev/acpica/common/dmtbinfo1.c
index 133bec7b6220..9792f47ac377 100644
--- a/sys/contrib/dev/acpica/common/dmtbinfo1.c
+++ b/sys/contrib/dev/acpica/common/dmtbinfo1.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/common/dmtbinfo2.c b/sys/contrib/dev/acpica/common/dmtbinfo2.c
index da919afb32e9..9056c043129f 100644
--- a/sys/contrib/dev/acpica/common/dmtbinfo2.c
+++ b/sys/contrib/dev/acpica/common/dmtbinfo2.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -909,28 +909,6 @@ ACPI_DMTABLE_INFO AcpiDmTableInfoMsct0[] =
};
-/*******************************************************************************
- *
- * MTMR - MID Timer Table
- *
- ******************************************************************************/
-
-ACPI_DMTABLE_INFO AcpiDmTableInfoMtmr[] =
-{
- ACPI_DMT_TERMINATOR
-};
-
-/* MTMR Subtables - MTMR Entry */
-
-ACPI_DMTABLE_INFO AcpiDmTableInfoMtmr0[] =
-{
- {ACPI_DMT_GAS, ACPI_MTMR0_OFFSET (PhysicalAddress), "PhysicalAddress", 0},
- {ACPI_DMT_UINT32, ACPI_MTMR0_OFFSET (Frequency), "Frequency", 0},
- {ACPI_DMT_UINT32, ACPI_MTMR0_OFFSET (Irq), "IRQ", 0},
- ACPI_DMT_TERMINATOR
-};
-
-
/*******************************************************************************
*
* NFIT - NVDIMM Firmware Interface Table and Subtables - (ACPI 6.0)
diff --git a/sys/contrib/dev/acpica/common/dmtbinfo3.c b/sys/contrib/dev/acpica/common/dmtbinfo3.c
index 1c2995717089..d2526f1a834a 100644
--- a/sys/contrib/dev/acpica/common/dmtbinfo3.c
+++ b/sys/contrib/dev/acpica/common/dmtbinfo3.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -526,27 +526,6 @@ ACPI_DMTABLE_INFO AcpiDmTableInfoUefi[] =
};
-/*******************************************************************************
- *
- * VRTC - Virtual Real Time Clock Table
- *
- ******************************************************************************/
-
-ACPI_DMTABLE_INFO AcpiDmTableInfoVrtc[] =
-{
- ACPI_DMT_TERMINATOR
-};
-
-/* VRTC Subtables - VRTC Entry */
-
-ACPI_DMTABLE_INFO AcpiDmTableInfoVrtc0[] =
-{
- {ACPI_DMT_GAS, ACPI_VRTC0_OFFSET (PhysicalAddress), "PhysicalAddress", 0},
- {ACPI_DMT_UINT32, ACPI_VRTC0_OFFSET (Irq), "IRQ", 0},
- ACPI_DMT_TERMINATOR
-};
-
-
/*******************************************************************************
*
* WAET - Windows ACPI Emulated devices Table
diff --git a/sys/contrib/dev/acpica/common/getopt.c b/sys/contrib/dev/acpica/common/getopt.c
index 933db7630d79..1fe8980f8615 100644
--- a/sys/contrib/dev/acpica/common/getopt.c
+++ b/sys/contrib/dev/acpica/common/getopt.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/compiler/aslallocate.c b/sys/contrib/dev/acpica/compiler/aslallocate.c
index 6c7c7b313e27..c0e3dbc3ae89 100644
--- a/sys/contrib/dev/acpica/compiler/aslallocate.c
+++ b/sys/contrib/dev/acpica/compiler/aslallocate.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/compiler/aslanalyze.c b/sys/contrib/dev/acpica/compiler/aslanalyze.c
index fe1f2f8cd410..dfc867a6bdd9 100644
--- a/sys/contrib/dev/acpica/compiler/aslanalyze.c
+++ b/sys/contrib/dev/acpica/compiler/aslanalyze.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/compiler/aslascii.c b/sys/contrib/dev/acpica/compiler/aslascii.c
index 47334b41fdeb..a74c899e5579 100644
--- a/sys/contrib/dev/acpica/compiler/aslascii.c
+++ b/sys/contrib/dev/acpica/compiler/aslascii.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/compiler/aslbtypes.c b/sys/contrib/dev/acpica/compiler/aslbtypes.c
index 03a4794448c5..04e4819b32c8 100644
--- a/sys/contrib/dev/acpica/compiler/aslbtypes.c
+++ b/sys/contrib/dev/acpica/compiler/aslbtypes.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
* 2. License
diff --git a/sys/contrib/dev/acpica/compiler/aslcache.c b/sys/contrib/dev/acpica/compiler/aslcache.c
index 76026276c586..062e288c2e90 100644
--- a/sys/contrib/dev/acpica/compiler/aslcache.c
+++ b/sys/contrib/dev/acpica/compiler/aslcache.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
* All rights reserved.
*
*** 4554 LINES SKIPPED ***
More information about the dev-commits-src-main
mailing list