diff options
author | krishnae <none@none> | 2008-03-18 03:16:19 -0700 |
---|---|---|
committer | krishnae <none@none> | 2008-03-18 03:16:19 -0700 |
commit | f41150baf74bdaf964ddfe42d865d3c2380b3623 (patch) | |
tree | 56acb2b009ee9125700799b8a4ed40376c6d2911 /usr/src/uts/common/sys/pci.h | |
parent | 35c99e2797f3a8c1188900097c2f7832db690c90 (diff) | |
download | illumos-joyent-f41150baf74bdaf964ddfe42d865d3c2380b3623.tar.gz |
PSARC 2008/157 PCIe Fabric portfolio for SPARC and x86
6510830 SPARC and x86 PCIe IO error handling should be merged
--HG--
rename : usr/src/uts/intel/io/pciex/pcie_error.c => deleted_files/usr/src/uts/intel/io/pciex/pcie_error.c
rename : usr/src/uts/intel/io/pciex/pcie_error.h => deleted_files/usr/src/uts/intel/io/pciex/pcie_error.h
Diffstat (limited to 'usr/src/uts/common/sys/pci.h')
-rw-r--r-- | usr/src/uts/common/sys/pci.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/pci.h b/usr/src/uts/common/sys/pci.h index 647a2060e3..cab6441560 100644 --- a/usr/src/uts/common/sys/pci.h +++ b/usr/src/uts/common/sys/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. */ @@ -98,6 +98,7 @@ extern "C" { */ #define PCI_BCNF_BCNTRL_PARITY_ENABLE 0x1 #define PCI_BCNF_BCNTRL_SERR_ENABLE 0x2 +#define PCI_BCNF_BCNTRL_ISA_ENABLE 0x4 #define PCI_BCNF_BCNTRL_VGA_ENABLE 0x8 #define PCI_BCNF_BCNTRL_MAST_AB_MODE 0x20 #define PCI_BCNF_BCNTRL_DTO_STAT 0x400 |