summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-28 16:31:35 +0000
committerpeter <peter@FreeBSD.org>2000-05-28 16:31:35 +0000
commitdeeb13a8dbcfd2933374a20e990791e83cd77096 (patch)
tree39030c3ea9be58f7cbf6b4fb3d7aaf9bbbb003e7 /sys/pccard/pcic_pci.h
parent256d18b0e284b31999136a99c0065a351532b66c (diff)
downloadFreeBSD-src-deeb13a8dbcfd2933374a20e990791e83cd77096.zip
FreeBSD-src-deeb13a8dbcfd2933374a20e990791e83cd77096.tar.gz
Make this compile without depending on the FreeBSD 2.2 compatability
defines.
Diffstat (limited to 'sys/pccard/pcic_pci.h')
-rw-r--r--sys/pccard/pcic_pci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h
index 57a1f14..bb96d09 100644
--- a/sys/pccard/pcic_pci.h
+++ b/sys/pccard/pcic_pci.h
@@ -61,6 +61,7 @@
#define CLPD6832_IO_LIMIT1 0x0038
#define CLPD6832_BRIDGE_CONTROL 0x003c
#define CLPD6832_LEGACY_16BIT_IOADDR 0x0044
+#define CLPD6832_LEGACY_16BIT_IOENABLE 0x0001
#define CLPD6832_SOCKET 0x004c
/* Configuration constants */
@@ -149,3 +150,4 @@
#define CB_PCI_SUBSYS_VENDOR_ID 0x40 /* Subsystem Vendor ID */
#define CB_PCI_SUBSYS_ID 0x42 /* Subsystem ID */
#define CB_PCI_LEGACY16_IOADDR 0x44 /* Legacy 16bit I/O address */
+#define CB_PCI_LEGACY16_IOENABLE 0x01 /* Enable Legacy 16bit I/O address */
OpenPOWER on IntegriCloud