summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/io/acpica/acpica.c
diff options
context:
space:
mode:
authorSeth Goldberg <Seth.Goldberg@Sun.COM>2009-01-14 18:06:11 -0800
committerSeth Goldberg <Seth.Goldberg@Sun.COM>2009-01-14 18:06:11 -0800
commit0f1b305ee9e700c825d9e9ad1ea1e4311d212eb2 (patch)
treec7a7d51bda6f52339f7b34722a18ffba20493795 /usr/src/uts/intel/io/acpica/acpica.c
parentc513743f1851cb6b7265d554537508ded93c4c71 (diff)
downloadillumos-joyent-0f1b305ee9e700c825d9e9ad1ea1e4311d212eb2.tar.gz
6759202 ata: S3 suspend to ram hangs in pci_save_config_regs()
6759210 uhci: suspend to ram on Toshiba Tecra S1 hangs in uhci_cpr_suspend() 6759217 uppc: state of legacy pic must be saved / restored to support suspend to ram 6761267 pci interrupt routing entries not restored after wakeup from S3 sleep 6759220 ipw2100: needs DDI_SUSPEND / DDI_RESUME support, for suspend to ram 6761274 acpi-crs property not freed after wakeup from s3 suspend to ram 6766845 Tecra S1: ata0 "timeout: abort request" errors for PATA HDD after S3 resume Contributed by Juergen Keil <jk@tools.de>.
Diffstat (limited to 'usr/src/uts/intel/io/acpica/acpica.c')
-rw-r--r--usr/src/uts/intel/io/acpica/acpica.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/intel/io/acpica/acpica.c b/usr/src/uts/intel/io/acpica/acpica.c
index 25b6f1dab7..283e06a164 100644
--- a/usr/src/uts/intel/io/acpica/acpica.c
+++ b/usr/src/uts/intel/io/acpica/acpica.c
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/*
@@ -697,5 +697,5 @@ acpica_ddi_restore_resources(dev_info_t *dip)
resbuf.Length = proplen;
(void) AcpiSetCurrentResources(devobj, &resbuf);
ddi_prop_free(propdata);
- (void) ddi_prop_remove(DDI_DEV_T_ANY, dip, "acpi-crs");
+ (void) ddi_prop_remove(DDI_DEV_T_NONE, dip, "acpi-crs");
}