diff options
Diffstat (limited to 'usr/src/uts/common/sys/pci_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/pci_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/pci_impl.h b/usr/src/uts/common/sys/pci_impl.h index bdd3116469..3bfdef9f4a 100644 --- a/usr/src/uts/common/sys/pci_impl.h +++ b/usr/src/uts/common/sys/pci_impl.h @@ -21,6 +21,7 @@ /* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * Copyright 2018 Joyent, Inc. */ #ifndef _SYS_PCI_IMPL_H @@ -107,7 +108,7 @@ 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 */ + uint64_t mem_size; /* existing children required MEM space size */ uint_t io_size; /* existing children required I/O space size */ }; |