Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Dec 2003 19:25:22 -0800 (PST)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi.c acpi_pci_link.c acpi_pcib.c
Message-ID:  <200312180325.hBI3PM8h007059@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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