diff options
Diffstat (limited to 'usr/src/uts/sun4u/sys/pci/pci_var.h')
| -rw-r--r-- | usr/src/uts/sun4u/sys/pci/pci_var.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/src/uts/sun4u/sys/pci/pci_var.h b/usr/src/uts/sun4u/sys/pci/pci_var.h index 53d12a538e..fb43a92061 100644 --- a/usr/src/uts/sun4u/sys/pci/pci_var.h +++ b/usr/src/uts/sun4u/sys/pci/pci_var.h @@ -19,15 +19,13 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _SYS_PCI_VAR_H #define _SYS_PCI_VAR_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -126,10 +124,6 @@ struct pci { */ pci_state_t pci_state; uint_t pci_soft_state; -#define PCI_SOFT_STATE_OPEN 0x01 -#define PCI_SOFT_STATE_OPEN_EXCL 0x02 -#define PCI_SOFT_STATE_CLOSED 0x04 - uint_t pci_open_count; uint16_t pci_tsb_cookie; /* IOMMU TSB allocation */ kmutex_t pci_mutex; |
