diff options
Diffstat (limited to 'usr/src/uts/sun4/io/px/px_pci.h')
-rw-r--r-- | usr/src/uts/sun4/io/px/px_pci.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/uts/sun4/io/px/px_pci.h b/usr/src/uts/sun4/io/px/px_pci.h index 13cc4cc1f8..1303de878b 100644 --- a/usr/src/uts/sun4/io/px/px_pci.h +++ b/usr/src/uts/sun4/io/px/px_pci.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -100,9 +100,6 @@ typedef struct { ddi_acc_handle_t pxb_config_handle; - /* Bridge or Switch, upstream or downstream */ - int pxb_port_type; - /* Interrupt */ ddi_intr_handle_t *pxb_htable; /* Intr Handlers */ int pxb_htable_size; /* htable size */ @@ -123,7 +120,6 @@ typedef struct { int pxb_init_flags; /* FMA */ - int pxb_fm_cap; ddi_iblock_cookie_t pxb_fm_ibc; /* Vendor Device Id */ |