diff options
author | Seth Goldberg <Seth.Goldberg@Sun.COM> | 2009-01-14 18:06:11 -0800 |
---|---|---|
committer | Seth Goldberg <Seth.Goldberg@Sun.COM> | 2009-01-14 18:06:11 -0800 |
commit | 0f1b305ee9e700c825d9e9ad1ea1e4311d212eb2 (patch) | |
tree | c7a7d51bda6f52339f7b34722a18ffba20493795 /usr/src/uts/common/io/ipw/ipw2100_impl.h | |
parent | c513743f1851cb6b7265d554537508ded93c4c71 (diff) | |
download | illumos-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/common/io/ipw/ipw2100_impl.h')
-rw-r--r-- | usr/src/uts/common/io/ipw/ipw2100_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/ipw/ipw2100_impl.h b/usr/src/uts/common/io/ipw/ipw2100_impl.h index f0de7961d5..7207468323 100644 --- a/usr/src/uts/common/io/ipw/ipw2100_impl.h +++ b/usr/src/uts/common/io/ipw/ipw2100_impl.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -99,6 +99,7 @@ struct ipw2100_softc { int (*sc_newstate)(struct ieee80211com *, enum ieee80211_state, int); int sc_authmode; + int sc_suspended; /* CSR */ ddi_acc_handle_t sc_ioh; caddr_t sc_regs; |