From a9fb0ae8cfc9d2ebdf5f7cded8945fbb649ba24e Mon Sep 17 00:00:00 2001 From: rw148561 Date: Mon, 26 Jun 2006 20:53:33 -0700 Subject: PSARC 2004/393 Enhancing pcic to support 32bit PC Cards 6428203 need supported cardbus driver in Solaris --- usr/src/uts/common/sys/pci.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 ecd55a5dbb..40f25dfd48 100644 --- a/usr/src/uts/common/sys/pci.h +++ b/usr/src/uts/common/sys/pci.h @@ -101,6 +101,9 @@ extern "C" { #define PCI_BCNF_BCNTRL_MAST_AB_MODE 0x20 #define PCI_BCNF_BCNTRL_DTO_STAT 0x400 +#define PCI_BCNF_BCNTRL_RESET 0x0040 +#define PCI_BCNF_BCNTRL_B2B_ENAB 0x0080 + #define PCI_BCNF_IO_MASK 0xf0 #define PCI_BCNF_MEM_MASK 0xfff0 @@ -125,7 +128,6 @@ extern "C" { #define PCI_CBUS_ILINE 0x3c /* interrupt line, 1 byte */ #define PCI_CBUS_IPIN 0x3d /* interrupt pin, 1 byte */ #define PCI_CBUS_BRIDGE_CTRL 0x3e /* Bridge control, 2 bytes */ -#define PCI_CBUS_BRIDGE_CTRL 0x3e /* Bridge control, 2 bytes */ #define PCI_CBUS_SUBVENID 0x40 /* Subsystem Vendor ID, 2 bytes */ #define PCI_CBUS_SUBSYSID 0x42 /* Subsystem ID, 2 bytes */ #define PCI_CBUS_LEG_MODE_ADDR 0x44 /* PCCard 16bit IF legacy mode addr */ -- cgit v1.2.3