Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2000 18:40:48 -0700 (PDT)
From:      Mike Smith <msmith@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpi acpi.c acpi.h acpi_powerres.c
Message-ID:  <200009270140.SAA01482@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      2000/09/26 18:40:47 PDT

  Modified files:
    sys/dev/acpi         acpi.c acpi.h acpi_powerres.c 
  Log:
  Shut up some debugging messages that appear to have been left on by
  default.
  
  Fix the identify/probe/attach cycle somewhat.  Now in acpi_identify we
  parse enough of the RSDT/FACP to find the communications port and
  interrupt so that we can establish these as resources on the acpi device.
  
  Pass the softc to acpi_queue_event so that it doesn't dereference NULL
  when acpi_intr is invoked in the attach routine (because devclass_get_softc
  isn't going to work yet).
  
  Account for our allocated resources properly so that we can free them
  if required.
  
  Revision  Changes    Path
  1.13      +150 -94   src/sys/dev/acpi/acpi.c
  1.9       +11 -2     src/sys/dev/acpi/acpi.h
  1.6       +2 -1      src/sys/dev/acpi/acpi_powerres.c



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?200009270140.SAA01482>