From owner-acpi-jp@jp.FreeBSD.org Thu Dec 18 12:30:26 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id hBI3UQN95726;
	Thu, 18 Dec 2003 12:30:26 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from rootlabs.com (root.org [67.118.192.226])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with SMTP/inet id hBI3UP595721
	for <acpi-jp@jp.freebsd.org>; Thu, 18 Dec 2003 12:30:25 +0900 (JST)
	(envelope-from nate@rootlabs.com)
Received: (qmail 71815 invoked by uid 1000); 18 Dec 2003 03:30:21 -0000
From: Nate Lawson <nate@root.org>
To: current@freebsd.org
cc: acpi-jp@jp.FreeBSD.org
Message-ID: <20031217192741.O71813@root.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Wed, 17 Dec 2003 19:30:21 -0800
X-Sequence: acpi-jp 2923
Subject: [acpi-jp 2923] Re: cvs commit: src/sys/dev/acpica acpi.c acpi_pci_link.c acpi_pcib.c
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: nate@root.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+031216

For those of you who were having trouble with the mouse not being detected
with ACPI, this may help.  To see if you're affected, do this:

   acpidump -t -d > foo.asl && grep _CID foo.asl | grep Package

If you have _CID objects that are defined as a package but this doesn't
help you, please contact me.

-Nate

---------- Forwarded message ----------
njl         2003/12/17 19:25:22 PST

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpi_pci_link.c acpi_pcib.c
  Log:
  Add support for multiple CIDs since _CID can contain a package of values.
  Implement this in acpi_MatchHid() and acpi_isa_get_compatid().  This
  should fix mouse support for some users.

  Move all users of AcpiGetObjectInfo() to use dynamic storage instead of
  a devinfo on the stack.  This is necessary since ACPI-CA needs to
  allocate different sized arrays for the CompatList.

  Revision  Changes    Path
  1.110     +98 -50    src/sys/dev/acpica/acpi.c
  1.11      +11 -6     src/sys/dev/acpica/acpi_pci_link.c
  1.35      +16 -8     src/sys/dev/acpica/acpi_pcib.c
