From fb66942fa6213bb169b433e06b0ed5dcced34b0d Mon Sep 17 00:00:00 2001 From: "Casper H.S. Dik" Date: Sat, 4 Apr 2009 11:54:12 +0200 Subject: 6482159 kernel hangs in pcic_attach at boot time on Fujitsu FMV6800MG laptop Contributed by Masa Murayama --- usr/src/uts/common/sys/pci.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'usr/src/uts/common/sys/pci.h') diff --git a/usr/src/uts/common/sys/pci.h b/usr/src/uts/common/sys/pci.h index cab6441560..a1ed236abf 100644 --- a/usr/src/uts/common/sys/pci.h +++ b/usr/src/uts/common/sys/pci.h @@ -19,15 +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_H #define _SYS_PCI_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -113,7 +111,8 @@ extern "C" { * Header type 2 (Cardbus) offsets */ #define PCI_CBUS_SOCK_REG 0x10 /* Cardbus socket regs, 4 bytes */ -#define PCI_CBUS_RESERVED1 0x14 /* Reserved, 2 bytes */ +#define PCI_CBUS_CAP_PTR 0x14 /* Capability ptr, 1 byte */ +#define PCI_CBUS_RESERVED1 0x15 /* Reserved, 1 byte */ #define PCI_CBUS_SEC_STATUS 0x16 /* Secondary status, 2 bytes */ #define PCI_CBUS_PCI_BUS_NO 0x18 /* PCI bus number, 1 byte */ #define PCI_CBUS_CBUS_NO 0x19 /* Cardbus bus number, 1 byte */ -- cgit v1.2.3