summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/pci_impl.h
diff options
context:
space:
mode:
authorGuoli Shu <Kerry.Shu@Sun.COM>2009-05-08 19:17:36 -0700
committerGuoli Shu <Kerry.Shu@Sun.COM>2009-05-08 19:17:36 -0700
commitffa17327997f000c73fb2fe75477eb473da5ecee (patch)
tree68bd5c8882dc9fbf7b2dc29f17215ff9d2bdb5e1 /usr/src/uts/common/sys/pci_impl.h
parent0713d8384469050bf98a5ea31ba12a91d290d21c (diff)
downloadillumos-gate-ffa17327997f000c73fb2fe75477eb473da5ecee.tar.gz
6833233 pci_autoconfig: needs to consider child requirement for ppb reprogram MEM/IO size decision
6825886 Cardbus adapter doesn't work after Fastreboot after S/R
Diffstat (limited to 'usr/src/uts/common/sys/pci_impl.h')
-rw-r--r--usr/src/uts/common/sys/pci_impl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/pci_impl.h b/usr/src/uts/common/sys/pci_impl.h
index 6df187daf9..788c804a6e 100644
--- a/usr/src/uts/common/sys/pci_impl.h
+++ b/usr/src/uts/common/sys/pci_impl.h
@@ -19,14 +19,13 @@
* 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.
*/
#ifndef _SYS_PCI_IMPL_H
#define _SYS_PCI_IMPL_H
-#pragma ident "%Z%%M% %I% %E% SMI"
#include <sys/dditypes.h>
#include <sys/memlist.h>
@@ -109,6 +108,8 @@ struct pci_bus_resource {
boolean_t io_reprogram; /* need io reprog on this bus */
boolean_t mem_reprogram; /* need mem reprog on this bus */
boolean_t subtractive; /* subtractive PPB */
+ uint_t mem_size; /* existing children required MEM space size */
+ uint_t io_size; /* existing children required I/O space size */
};
extern struct pci_bus_resource *pci_bus_res;