Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2000 13:30:54 -0700 (PDT)
From:      Mitsuru IWASAKI <iwasaki@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpi acpi.c src/sys/dev/acpi/aml aml_name.c src/sys/i386/include acpica_osd.h src/sys/sys acpi.h
Message-ID:  <200008292030.NAA48368@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iwasaki     2000/08/29 13:30:54 PDT

  Modified files:
    sys/dev/acpi         acpi.c 
    sys/dev/acpi/aml     aml_name.c 
    sys/i386/include     acpica_osd.h 
    sys/sys              acpi.h 
  Log:
  A lot of changes on acpi driver code.
   - The "Osd*" stuff went away from acpi driver code, use the bus_space
     functions directly instead.
   - Fix minor english bugs.
     acpi_registers_input  -> acpi_register_input
     acpi_registers_output -> acpi_register_output
   - Remove all magic numbers for the sleeping states.  We now have
     #defines for these.
   - NULL is treated the same as the return from aml_get_rootname in
     aml_find_from_namespace().
  
  Suggested by:	msmith
  
  Thanks mike!
  
  Revision  Changes    Path
  1.3       +76 -70    src/sys/dev/acpi/acpi.c
  1.2       +6 -2      src/sys/dev/acpi/aml/aml_name.c
  1.2       +5 -3      src/sys/i386/include/acpica_osd.h
  1.2       +9 -1      src/sys/sys/acpi.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008292030.NAA48368>