summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-04-20 06:57:43 +0000
committerphk <phk@FreeBSD.org>1997-04-20 06:57:43 +0000
commit1be613d0b3ea5dd90581c66eab4a08a0f51a12d8 (patch)
treef14196f6eb3eada0732aac6c2b42b667d5f6496b /sys/dev/pci
parent7d2d8c582bd6bbd6e3bbc5b6c77736dc94c7fb7f (diff)
downloadFreeBSD-src-1be613d0b3ea5dd90581c66eab4a08a0f51a12d8.zip
FreeBSD-src-1be613d0b3ea5dd90581c66eab4a08a0f51a12d8.tar.gz
The bit of the cardbus bridge support code se and I have been able to agree
on so far... :-) Reviewed by: se
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcireg.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h
index 2f1fcb5..815703c 100644
--- a/sys/dev/pci/pcireg.h
+++ b/sys/dev/pci/pcireg.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id$
+** $Id: pcireg.h,v 1.12 1997/02/22 09:44:12 peter Exp $
**
** Names for PCI configuration space registers.
**
@@ -126,6 +126,7 @@
#define PCI_SUBCLASS_BRIDGE_MC 0x00030000
#define PCI_SUBCLASS_BRIDGE_PCI 0x00040000
#define PCI_SUBCLASS_BRIDGE_PCMCIA 0x00050000
+#define PCI_SUBCLASS_BRIDGE_CARDBUS 0x00070000
#define PCI_SUBCLASS_BRIDGE_MISC 0x00800000
/*
@@ -182,6 +183,11 @@
#define PCI_PPB_MEMLIMIT_EXTRACT(x) (((x) << 0) & 0xFFF00000 | 0x000FFFFF)
/*
+** PCI-Cardbus bridge mapping registers
+*/
+#define PCI_CARDBUS_SOCKET_REG 0x10
+
+/*
** Interrupt configuration register
*/
#define PCI_INTERRUPT_REG 0x3c
OpenPOWER on IntegriCloud