DragonFly BSD
DragonFly commits List (threaded) for 2003-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/conf Makefile.i386 files files.i386 options src/sys/contrib/dev/acpica acapps.h acconfig.h acdebug.h acdisasm.h acdispat.h acefi.h acenv.h acevents.h acexcep.h acfreebsd.h acgcc.h acglobal.h achware.h acinterp.h aclocal.h ...


From: David Rhodus <drhodus@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 23 Sep 2003 20:32:17 -0700 (PDT)

drhodus     2003/09/23 20:32:17 PDT

  Modified files:
    sys/conf             Makefile.i386 files files.i386 options 
    sys/i386/conf        LINT 
    sys/i386/isa         intr_machdep.c 
  Added files:
    sys/contrib/dev/acpica acapps.h acconfig.h acdebug.h 
                           acdisasm.h acdispat.h acefi.h acenv.h 
                           acevents.h acexcep.h acfreebsd.h 
                           acgcc.h acglobal.h achware.h acinterp.h 
                           aclocal.h acmacros.h acnamesp.h 
                           acobject.h acoutput.h acparser.h acpi.h 
                           acpiosxf.h acpixf.h acresrc.h 
                           acstruct.h actables.h actbl.h actbl1.h 
                           actbl2.h actypes.h acutils.h amlcode.h 
                           amlresrc.h dbcmds.c dbdisply.c dbexec.c 
                           dbfileio.c dbhistry.c dbinput.c 
                           dbstats.c dbutils.c dbxface.c 
                           dmbuffer.c dmnames.c dmopcode.c 
                           dmresrc.c dmresrcl.c dmresrcs.c 
                           dmutils.c dmwalk.c dsfield.c dsinit.c 
                           dsmethod.c dsmthdat.c dsobject.c 
                           dsopcode.c dsutils.c dswexec.c 
                           dswload.c dswscope.c dswstate.c 
                           evevent.c evgpe.c evgpeblk.c evmisc.c 
                           evregion.c evrgnini.c evsci.c evxface.c 
                           evxfevnt.c evxfregn.c exconfig.c 
                           exconvrt.c excreate.c exdump.c 
                           exfield.c exfldio.c exmisc.c exmutex.c 
                           exnames.c exoparg1.c exoparg2.c 
                           exoparg3.c exoparg6.c exprep.c 
                           exregion.c exresnte.c exresolv.c 
                           exresop.c exstore.c exstoren.c 
                           exstorob.c exsystem.c exutils.c 
                           hwacpi.c hwgpe.c hwregs.c hwsleep.c 
                           hwtimer.c nsaccess.c nsalloc.c nsdump.c 
                           nsdumpdv.c nseval.c nsinit.c nsload.c 
                           nsnames.c nsobject.c nsparse.c 
                           nssearch.c nsutils.c nswalk.c 
                           nsxfeval.c nsxfname.c nsxfobj.c 
                           psargs.c psopcode.c psparse.c psscope.c 
                           pstree.c psutils.c pswalk.c psxface.c 
                           rsaddr.c rscalc.c rscreate.c rsdump.c 
                           rsio.c rsirq.c rslist.c rsmemory.c 
                           rsmisc.c rsutils.c rsxface.c tbconvrt.c 
                           tbget.c tbgetall.c tbinstal.c tbrsdt.c 
                           tbutils.c tbxface.c tbxfroot.c 
                           utalloc.c utclib.c utcopy.c utdebug.c 
                           utdelete.c uteval.c utglobal.c utinit.c 
                           utmath.c utmisc.c utobject.c utxface.c 
    sys/dev/acpica       acpi.c acpi_acad.c acpi_battery.c 
                         acpi_button.c acpi_cmbat.c acpi_cpu.c 
                         acpi_ec.c acpi_lid.c acpi_powerres.c 
                         acpi_resource.c acpi_thermal.c 
                         acpi_timer.c acpica_support.c 
                         acpica_support.h acpiio.h acpivar.h 
    sys/dev/acpica/Osd   OsdDebug.c OsdHardware.c OsdInterrupt.c 
                         OsdMemory.c OsdSchedule.c OsdStream.c 
                         OsdSynch.c OsdTable.c 
    sys/i386/acpica      Makefile OsdEnvironment.c acpi_machdep.c 
                         acpi_wakecode.S acpi_wakeup.c 
                         genwakecode.sh 
    sys/i386/isa         pmtimer.c 
    sys/kern             subr_power.c 
    sys/sys              power.h 
  Log:
  *  Intel ACPI 20030228 distribution with local DragonFly changes.
  
  *  OSPM ACPI driver.  Note that this driver does not include
     support for PCI interrupt routing or enumeration of ISA bridges or
     Host to PCI bridges.  While functional on some machines, this driver
     should be considered experimental and should be tested prior to being
     deployed in a production environment.
  
  Original work done by John Baldwin
    Sponsored by:   The Weather Channel
  
  Revision  Changes    Path
  1.6       +6 -0      src/sys/conf/Makefile.i386
  1.15      +146 -0    src/sys/conf/files
  1.5       +11 -0     src/sys/conf/files.i386
  1.7       +5 -0      src/sys/conf/options
  1.8       +0 -1      src/sys/i386/conf/LINT
  1.14      +22 -0     src/sys/i386/isa/intr_machdep.c




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]