summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/pci.h
diff options
context:
space:
mode:
authorrw148561 <none@none>2006-06-26 20:53:33 -0700
committerrw148561 <none@none>2006-06-26 20:53:33 -0700
commita9fb0ae8cfc9d2ebdf5f7cded8945fbb649ba24e (patch)
tree561b2714374543da56b1da73fea330cc07cb1559 /usr/src/uts/common/sys/pci.h
parent7f99e6fc657587c928f959a9aeae4606efa20b95 (diff)
downloadillumos-joyent-a9fb0ae8cfc9d2ebdf5f7cded8945fbb649ba24e.tar.gz
PSARC 2004/393 Enhancing pcic to support 32bit PC Cards
6428203 need supported cardbus driver in Solaris
Diffstat (limited to 'usr/src/uts/common/sys/pci.h')
-rw-r--r--usr/src/uts/common/sys/pci.h4
1 files changed, 3 insertions, 1 deletions
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 */