[BACK]Return to acpi.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / acpi

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/acpi/acpi.c between version 1.35 and 1.36

version 1.35, 2003/04/18 01:31:34 version 1.36, 2003/05/15 21:29:49
Line 232  acpi_attach(struct device *parent, struc
Line 232  acpi_attach(struct device *parent, struc
             ap->OemId, ap->OemTableId, ap->OemRevision,              ap->OemId, ap->OemTableId, ap->OemRevision,
             ap->AslCompilerId, ap->AslCompilerRevision);              ap->AslCompilerId, ap->AslCompilerRevision);
   
           sc->sc_quirks = acpi_find_quirks();
   
         sc->sc_iot = aa->aa_iot;          sc->sc_iot = aa->aa_iot;
         sc->sc_memt = aa->aa_memt;          sc->sc_memt = aa->aa_memt;
         sc->sc_pc = aa->aa_pc;          sc->sc_pc = aa->aa_pc;
Line 305  acpi_attach(struct device *parent, struc
Line 307  acpi_attach(struct device *parent, struc
          * Fix up PCI devices.           * Fix up PCI devices.
          */           */
 #ifdef ACPI_PCI_FIXUP  #ifdef ACPI_PCI_FIXUP
         acpi_pci_fixup(sc);          if ((sc->sc_quirks & (ACPI_QUIRK_BADPCI | ACPI_QUIRK_BADIRQ)) == 0)
                   acpi_pci_fixup(sc);
 #endif  #endif
   
         /*          /*

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

CVSweb <webmaster@jp.NetBSD.org>